/*! tailwindcss v2.1.1 | MIT License | https://tailwindcss.com */

/*! modern-normalize v1.0.0 | MIT License | https://github.com/sindresorhus/modern-normalize */

/*
Document
========
*/

/**
Use a better box model (opinionated).
*/

*,
*::before,
*::after {
  box-sizing: border-box;
}

/**
Use a more readable tab size (opinionated).
*/

:root {
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

/**
1. Correct the line height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
*/

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/*
Sections
========
*/

/**
Remove the margin in all browsers.
*/

body {
  margin: 0;
}

/**
Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
*/

body {
  font-family:
		system-ui,
		-apple-system, /* Firefox supports this but not yet `system-ui` */
		'Segoe UI',
		Roboto,
		Helvetica,
		Arial,
		sans-serif,
		'Apple Color Emoji',
		'Segoe UI Emoji';
}

/*
Grouping content
================
*/

/**
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
}

/*
Text-level semantics
====================
*/

/**
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/**
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/**
1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
2. Correct the odd 'em' font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family:
		ui-monospace,
		SFMono-Regular,
		Consolas,
		'Liberation Mono',
		Menlo,
		monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/**
Prevent 'sub' and 'sup' elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
Tabular data
============
*/

/**
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
}

/*
Forms
=====
*/

/**
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
Remove the inheritance of text transform in Edge and Firefox.
1. Remove the inheritance of text transform in Firefox.
*/

button,
select { /* 1 */
  text-transform: none;
}

/**
Correct the inability to style clickable types in iOS and Safari.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}

/**
Remove the inner border and padding in Firefox.
*/

::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
Restore the focus styles unset by the previous rule.
*/

:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
Remove the additional ':invalid' styles in Firefox.
See: https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/**
Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.
*/

legend {
  padding: 0;
}

/**
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/**
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/**
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to 'inherit' in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Interactive
===========
*/

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/**
 * Manually forked from SUIT CSS Base: https://github.com/suitcss/base
 * A thin layer on top of normalize.css that provides a starting point more
 * suitable for web applications.
 */

/**
 * Removes the default spacing and border for appropriate elements.
 */

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

button {
  background-color: transparent;
  background-image: none;
}

/**
 * Work around a Firefox/IE bug where the transparent `button` background
 * results in a loss of the default `button` focus styles.
 */

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

fieldset {
  margin: 0;
  padding: 0;
}

ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/**
 * Tailwind custom reset styles
 */

/**
 * 1. Use the user's configured `sans` font-family (with Tailwind's default
 *    sans-serif font stack as a fallback) as a sane default.
 * 2. Use Tailwind's default "normal" line-height so the user isn't forced
 *    to override it to ensure consistency even when using the default theme.
 */

html {
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 1 */
  line-height: 1.5; /* 2 */
}

/**
 * Inherit font-family and line-height from `html` so users can set them as
 * a class directly on the `html` element.
 */

body {
  font-family: inherit;
  line-height: inherit;
}

/**
 * 1. Prevent padding and border from affecting element width.
 *
 *    We used to set this in the html element and inherit from
 *    the parent element for everything else. This caused issues
 *    in shadow-dom-enhanced elements like <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: currentColor; /* 2 */
}

/*
 * Ensure horizontal rules are visible by default
 */

hr {
  border-top-width: 1px;
}

/**
 * Undo the `border-style: none` reset that Normalize applies to images so that
 * our `border-{width}` utilities have the expected effect.
 *
 * The Normalize reset is unnecessary for us since we default the border-width
 * to 0 on all elements.
 *
 * https://github.com/tailwindcss/tailwindcss/issues/362
 */

img {
  border-style: solid;
}

textarea {
  resize: vertical;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  color: #a1a1aa;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1;
  color: #a1a1aa;
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  color: #a1a1aa;
}

button,
[role="button"] {
  cursor: pointer;
}

table {
  border-collapse: collapse;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/**
 * Reset links to optimize for opt-in styling instead of
 * opt-out.
 */

a {
  color: inherit;
  text-decoration: inherit;
}

/**
 * Reset form element properties that are easy to forget to
 * style explicitly so you don't inadvertently introduce
 * styles that deviate from your design system. These styles
 * supplement a partial reset that is already applied by
 * normalize.css.
 */

button,
input,
optgroup,
select,
textarea {
  padding: 0;
  line-height: inherit;
  color: inherit;
}

/**
 * Use the configured 'mono' font family for elements that
 * are expected to be rendered with a monospace font, falling
 * back to the system monospace stack if there is no configured
 * 'mono' font family.
 */

pre,
code,
kbd,
samp {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/**
 * Make replaced elements `display: block` by default as that's
 * the behavior you want almost all of the time. Inspired by
 * CSS Remedy, with `svg` added as well.
 *
 * https://github.com/mozdevs/cssremedy/issues/14
 */

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  vertical-align: middle;
}

/**
 * Constrain images and videos to the parent width and preserve
 * their intrinsic aspect ratio.
 *
 * https://github.com/mozdevs/cssremedy/issues/14
 */

img,
video {
  max-width: 100%;
  height: auto;
}

.container {
  width: 100%;
}

@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}


.space-y-0 > :not([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-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(3px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(3px * var(--tw-space-y-reverse));
}

.space-x-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(3px * var(--tw-space-x-reverse));
  margin-left: calc(3px * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(5px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(5px * var(--tw-space-y-reverse));
}

.space-x-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(5px * var(--tw-space-x-reverse));
  margin-left: calc(5px * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(8px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(8px * var(--tw-space-y-reverse));
}

.space-x-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(8px * var(--tw-space-x-reverse));
  margin-left: calc(8px * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-10 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(10px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(10px * var(--tw-space-y-reverse));
}

.space-x-10 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(10px * var(--tw-space-x-reverse));
  margin-left: calc(10px * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-12 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(12px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(12px * var(--tw-space-y-reverse));
}

.space-x-12 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(12px * var(--tw-space-x-reverse));
  margin-left: calc(12px * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-14 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(14px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(14px * var(--tw-space-y-reverse));
}

.space-x-14 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(14px * var(--tw-space-x-reverse));
  margin-left: calc(14px * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-15 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(15px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(15px * var(--tw-space-y-reverse));
}

.space-x-15 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(15px * var(--tw-space-x-reverse));
  margin-left: calc(15px * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-16 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(16px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(16px * var(--tw-space-y-reverse));
}

.space-x-16 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(16px * var(--tw-space-x-reverse));
  margin-left: calc(16px * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-20 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(20px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(20px * var(--tw-space-y-reverse));
}

.space-x-20 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(20px * var(--tw-space-x-reverse));
  margin-left: calc(20px * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-24 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(24px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(24px * var(--tw-space-y-reverse));
}

.space-x-24 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(24px * var(--tw-space-x-reverse));
  margin-left: calc(24px * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-28 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(28px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(28px * var(--tw-space-y-reverse));
}

.space-x-28 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(28px * var(--tw-space-x-reverse));
  margin-left: calc(28px * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-29 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(29px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(29px * var(--tw-space-y-reverse));
}

.space-x-29 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(29px * var(--tw-space-x-reverse));
  margin-left: calc(29px * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-30 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(30px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(30px * var(--tw-space-y-reverse));
}

.space-x-30 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(30px * var(--tw-space-x-reverse));
  margin-left: calc(30px * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-32 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(32px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(32px * var(--tw-space-y-reverse));
}

.space-x-32 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(32px * var(--tw-space-x-reverse));
  margin-left: calc(32px * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-35 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(35px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(35px * var(--tw-space-y-reverse));
}

.space-x-35 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(35px * var(--tw-space-x-reverse));
  margin-left: calc(35px * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-36 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(36px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(36px * var(--tw-space-y-reverse));
}

.space-x-36 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(36px * var(--tw-space-x-reverse));
  margin-left: calc(36px * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-37 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(37px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(37px * var(--tw-space-y-reverse));
}

.space-x-37 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(37px * var(--tw-space-x-reverse));
  margin-left: calc(37px * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-39 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(39px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(39px * var(--tw-space-y-reverse));
}

.space-x-39 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(39px * var(--tw-space-x-reverse));
  margin-left: calc(39px * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-40 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(40px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(40px * var(--tw-space-y-reverse));
}

.space-x-40 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(40px * var(--tw-space-x-reverse));
  margin-left: calc(40px * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-47 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(47px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(47px * var(--tw-space-y-reverse));
}

.space-x-47 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(47px * var(--tw-space-x-reverse));
  margin-left: calc(47px * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-50 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(50px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(50px * var(--tw-space-y-reverse));
}

.space-x-50 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(50px * var(--tw-space-x-reverse));
  margin-left: calc(50px * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-56 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(56px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(56px * var(--tw-space-y-reverse));
}

.space-x-56 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(56px * var(--tw-space-x-reverse));
  margin-left: calc(56px * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-64 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(64px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(64px * var(--tw-space-y-reverse));
}

.space-x-64 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(64px * var(--tw-space-x-reverse));
  margin-left: calc(64px * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-70 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(70px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(70px * var(--tw-space-y-reverse));
}

.space-x-70 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(70px * var(--tw-space-x-reverse));
  margin-left: calc(70px * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-72 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(72px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(72px * var(--tw-space-y-reverse));
}

.space-x-72 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(72px * var(--tw-space-x-reverse));
  margin-left: calc(72px * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-75 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(75px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(75px * var(--tw-space-y-reverse));
}

.space-x-75 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(75px * var(--tw-space-x-reverse));
  margin-left: calc(75px * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-80 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(80px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(80px * var(--tw-space-y-reverse));
}

.space-x-80 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(80px * var(--tw-space-x-reverse));
  margin-left: calc(80px * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-83 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(83px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(83px * var(--tw-space-y-reverse));
}

.space-x-83 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(83px * var(--tw-space-x-reverse));
  margin-left: calc(83px * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(100px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(100px * var(--tw-space-y-reverse));
}

.space-x-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(100px * var(--tw-space-x-reverse));
  margin-left: calc(100px * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-118 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(118px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(118px * var(--tw-space-y-reverse));
}

.space-x-118 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(118px * var(--tw-space-x-reverse));
  margin-left: calc(118px * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-130 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(130px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(130px * var(--tw-space-y-reverse));
}

.space-x-130 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(130px * var(--tw-space-x-reverse));
  margin-left: calc(130px * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-150 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(150px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(150px * var(--tw-space-y-reverse));
}

.space-x-150 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(150px * var(--tw-space-x-reverse));
  margin-left: calc(150px * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-180 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(180px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(180px * var(--tw-space-y-reverse));
}

.space-x-180 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(180px * var(--tw-space-x-reverse));
  margin-left: calc(180px * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-213 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(213px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(213px * var(--tw-space-y-reverse));
}

.space-x-213 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(213px * var(--tw-space-x-reverse));
  margin-left: calc(213px * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-225 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(225px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(225px * var(--tw-space-y-reverse));
}

.space-x-225 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(225px * var(--tw-space-x-reverse));
  margin-left: calc(225px * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-250 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(250px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(250px * var(--tw-space-y-reverse));
}

.space-x-250 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(250px * var(--tw-space-x-reverse));
  margin-left: calc(250px * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(300px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(300px * var(--tw-space-y-reverse));
}

.space-x-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(300px * var(--tw-space-x-reverse));
  margin-left: calc(300px * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-320 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(320px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(320px * var(--tw-space-y-reverse));
}

.space-x-320 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(320px * var(--tw-space-x-reverse));
  margin-left: calc(320px * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-345 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(345px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(345px * var(--tw-space-y-reverse));
}

.space-x-345 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(345px * var(--tw-space-x-reverse));
  margin-left: calc(345px * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-485 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(485px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(485px * var(--tw-space-y-reverse));
}

.space-x-485 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(485px * var(--tw-space-x-reverse));
  margin-left: calc(485px * 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-135 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-135px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-135px * var(--tw-space-y-reverse));
}

.-space-x-135 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-135px * var(--tw-space-x-reverse));
  margin-left: calc(-135px * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-0p > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0% * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0% * var(--tw-space-y-reverse));
}

.space-x-0p > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0% * var(--tw-space-x-reverse));
  margin-left: calc(0% * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-5p > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(5% * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(5% * var(--tw-space-y-reverse));
}

.space-x-5p > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(5% * var(--tw-space-x-reverse));
  margin-left: calc(5% * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-10p > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(10% * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(10% * var(--tw-space-y-reverse));
}

.space-x-10p > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(10% * var(--tw-space-x-reverse));
  margin-left: calc(10% * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-15p > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(15% * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(15% * var(--tw-space-y-reverse));
}

.space-x-15p > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(15% * var(--tw-space-x-reverse));
  margin-left: calc(15% * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-20p > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(20% * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(20% * var(--tw-space-y-reverse));
}

.space-x-20p > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(20% * var(--tw-space-x-reverse));
  margin-left: calc(20% * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-25p > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(25% * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(25% * var(--tw-space-y-reverse));
}

.space-x-25p > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(25% * var(--tw-space-x-reverse));
  margin-left: calc(25% * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-30p > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(30% * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(30% * var(--tw-space-y-reverse));
}

.space-x-30p > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(30% * var(--tw-space-x-reverse));
  margin-left: calc(30% * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-35p > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(35% * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(35% * var(--tw-space-y-reverse));
}

.space-x-35p > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(35% * var(--tw-space-x-reverse));
  margin-left: calc(35% * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-40p > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(40% * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(40% * var(--tw-space-y-reverse));
}

.space-x-40p > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(40% * var(--tw-space-x-reverse));
  margin-left: calc(40% * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-45p > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(45% * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(45% * var(--tw-space-y-reverse));
}

.space-x-45p > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(45% * var(--tw-space-x-reverse));
  margin-left: calc(45% * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-50p > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(50% * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(50% * var(--tw-space-y-reverse));
}

.space-x-50p > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(50% * var(--tw-space-x-reverse));
  margin-left: calc(50% * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-55p > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(55% * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(55% * var(--tw-space-y-reverse));
}

.space-x-55p > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(55% * var(--tw-space-x-reverse));
  margin-left: calc(55% * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-60p > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(60% * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(60% * var(--tw-space-y-reverse));
}

.space-x-60p > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(60% * var(--tw-space-x-reverse));
  margin-left: calc(60% * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-65p > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(65% * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(65% * var(--tw-space-y-reverse));
}

.space-x-65p > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(65% * var(--tw-space-x-reverse));
  margin-left: calc(65% * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-70p > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(70% * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(70% * var(--tw-space-y-reverse));
}

.space-x-70p > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(70% * var(--tw-space-x-reverse));
  margin-left: calc(70% * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-75p > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(75% * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(75% * var(--tw-space-y-reverse));
}

.space-x-75p > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(75% * var(--tw-space-x-reverse));
  margin-left: calc(75% * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-80p > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(80% * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(80% * var(--tw-space-y-reverse));
}

.space-x-80p > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(80% * var(--tw-space-x-reverse));
  margin-left: calc(80% * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-85p > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(85% * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(85% * var(--tw-space-y-reverse));
}

.space-x-85p > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(85% * var(--tw-space-x-reverse));
  margin-left: calc(85% * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-90p > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(90% * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(90% * var(--tw-space-y-reverse));
}

.space-x-90p > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(90% * var(--tw-space-x-reverse));
  margin-left: calc(90% * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-95p > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(95% * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(95% * var(--tw-space-y-reverse));
}

.space-x-95p > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(95% * var(--tw-space-x-reverse));
  margin-left: calc(95% * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-100p > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(100% * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(100% * var(--tw-space-y-reverse));
}

.space-x-100p > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(100% * var(--tw-space-x-reverse));
  margin-left: calc(100% * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-66\.5p > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(66.5% * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(66.5% * var(--tw-space-y-reverse));
}

.space-x-66\.5p > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(66.5% * var(--tw-space-x-reverse));
  margin-left: calc(66.5% * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-67\.5p > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(67.5% * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(67.5% * var(--tw-space-y-reverse));
}

.space-x-67\.5p > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(67.5% * var(--tw-space-x-reverse));
  margin-left: calc(67.5% * 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-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-3px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-3px * var(--tw-space-y-reverse));
}

.-space-x-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-3px * var(--tw-space-x-reverse));
  margin-left: calc(-3px * calc(1 - var(--tw-space-x-reverse)));
}

.-space-y-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-5px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-5px * var(--tw-space-y-reverse));
}

.-space-x-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-5px * var(--tw-space-x-reverse));
  margin-left: calc(-5px * calc(1 - var(--tw-space-x-reverse)));
}

.-space-y-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-8px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-8px * var(--tw-space-y-reverse));
}

.-space-x-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-8px * var(--tw-space-x-reverse));
  margin-left: calc(-8px * calc(1 - var(--tw-space-x-reverse)));
}

.-space-y-10 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-10px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-10px * var(--tw-space-y-reverse));
}

.-space-x-10 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-10px * var(--tw-space-x-reverse));
  margin-left: calc(-10px * calc(1 - var(--tw-space-x-reverse)));
}

.-space-y-12 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-12px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-12px * var(--tw-space-y-reverse));
}

.-space-x-12 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-12px * var(--tw-space-x-reverse));
  margin-left: calc(-12px * calc(1 - var(--tw-space-x-reverse)));
}

.-space-y-14 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-14px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-14px * var(--tw-space-y-reverse));
}

.-space-x-14 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-14px * var(--tw-space-x-reverse));
  margin-left: calc(-14px * calc(1 - var(--tw-space-x-reverse)));
}

.-space-y-15 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-15px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-15px * var(--tw-space-y-reverse));
}

.-space-x-15 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-15px * var(--tw-space-x-reverse));
  margin-left: calc(-15px * calc(1 - var(--tw-space-x-reverse)));
}

.-space-y-16 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-16px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-16px * var(--tw-space-y-reverse));
}

.-space-x-16 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-16px * var(--tw-space-x-reverse));
  margin-left: calc(-16px * calc(1 - var(--tw-space-x-reverse)));
}

.-space-y-20 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-20px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-20px * var(--tw-space-y-reverse));
}

.-space-x-20 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-20px * var(--tw-space-x-reverse));
  margin-left: calc(-20px * calc(1 - var(--tw-space-x-reverse)));
}

.-space-y-24 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-24px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-24px * var(--tw-space-y-reverse));
}

.-space-x-24 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-24px * var(--tw-space-x-reverse));
  margin-left: calc(-24px * calc(1 - var(--tw-space-x-reverse)));
}

.-space-y-28 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-28px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-28px * var(--tw-space-y-reverse));
}

.-space-x-28 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-28px * var(--tw-space-x-reverse));
  margin-left: calc(-28px * calc(1 - var(--tw-space-x-reverse)));
}

.-space-y-29 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-29px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-29px * var(--tw-space-y-reverse));
}

.-space-x-29 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-29px * var(--tw-space-x-reverse));
  margin-left: calc(-29px * calc(1 - var(--tw-space-x-reverse)));
}

.-space-y-30 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-30px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-30px * var(--tw-space-y-reverse));
}

.-space-x-30 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-30px * var(--tw-space-x-reverse));
  margin-left: calc(-30px * calc(1 - var(--tw-space-x-reverse)));
}

.-space-y-32 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-32px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-32px * var(--tw-space-y-reverse));
}

.-space-x-32 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-32px * var(--tw-space-x-reverse));
  margin-left: calc(-32px * calc(1 - var(--tw-space-x-reverse)));
}

.-space-y-35 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-35px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-35px * var(--tw-space-y-reverse));
}

.-space-x-35 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-35px * var(--tw-space-x-reverse));
  margin-left: calc(-35px * calc(1 - var(--tw-space-x-reverse)));
}

.-space-y-36 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-36px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-36px * var(--tw-space-y-reverse));
}

.-space-x-36 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-36px * var(--tw-space-x-reverse));
  margin-left: calc(-36px * calc(1 - var(--tw-space-x-reverse)));
}

.-space-y-37 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-37px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-37px * var(--tw-space-y-reverse));
}

.-space-x-37 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-37px * var(--tw-space-x-reverse));
  margin-left: calc(-37px * calc(1 - var(--tw-space-x-reverse)));
}

.-space-y-39 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-39px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-39px * var(--tw-space-y-reverse));
}

.-space-x-39 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-39px * var(--tw-space-x-reverse));
  margin-left: calc(-39px * calc(1 - var(--tw-space-x-reverse)));
}

.-space-y-40 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-40px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-40px * var(--tw-space-y-reverse));
}

.-space-x-40 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-40px * var(--tw-space-x-reverse));
  margin-left: calc(-40px * calc(1 - var(--tw-space-x-reverse)));
}

.-space-y-47 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-47px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-47px * var(--tw-space-y-reverse));
}

.-space-x-47 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-47px * var(--tw-space-x-reverse));
  margin-left: calc(-47px * calc(1 - var(--tw-space-x-reverse)));
}

.-space-y-50 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-50px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-50px * var(--tw-space-y-reverse));
}

.-space-x-50 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-50px * var(--tw-space-x-reverse));
  margin-left: calc(-50px * calc(1 - var(--tw-space-x-reverse)));
}

.-space-y-56 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-56px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-56px * var(--tw-space-y-reverse));
}

.-space-x-56 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-56px * var(--tw-space-x-reverse));
  margin-left: calc(-56px * calc(1 - var(--tw-space-x-reverse)));
}

.-space-y-64 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-64px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-64px * var(--tw-space-y-reverse));
}

.-space-x-64 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-64px * var(--tw-space-x-reverse));
  margin-left: calc(-64px * calc(1 - var(--tw-space-x-reverse)));
}

.-space-y-70 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-70px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-70px * var(--tw-space-y-reverse));
}

.-space-x-70 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-70px * var(--tw-space-x-reverse));
  margin-left: calc(-70px * calc(1 - var(--tw-space-x-reverse)));
}

.-space-y-72 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-72px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-72px * var(--tw-space-y-reverse));
}

.-space-x-72 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-72px * var(--tw-space-x-reverse));
  margin-left: calc(-72px * calc(1 - var(--tw-space-x-reverse)));
}

.-space-y-75 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-75px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-75px * var(--tw-space-y-reverse));
}

.-space-x-75 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-75px * var(--tw-space-x-reverse));
  margin-left: calc(-75px * calc(1 - var(--tw-space-x-reverse)));
}

.-space-y-80 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-80px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-80px * var(--tw-space-y-reverse));
}

.-space-x-80 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-80px * var(--tw-space-x-reverse));
  margin-left: calc(-80px * calc(1 - var(--tw-space-x-reverse)));
}

.-space-y-83 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-83px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-83px * var(--tw-space-y-reverse));
}

.-space-x-83 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-83px * var(--tw-space-x-reverse));
  margin-left: calc(-83px * calc(1 - var(--tw-space-x-reverse)));
}

.-space-y-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-100px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-100px * var(--tw-space-y-reverse));
}

.-space-x-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-100px * var(--tw-space-x-reverse));
  margin-left: calc(-100px * calc(1 - var(--tw-space-x-reverse)));
}

.-space-y-118 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-118px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-118px * var(--tw-space-y-reverse));
}

.-space-x-118 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-118px * var(--tw-space-x-reverse));
  margin-left: calc(-118px * calc(1 - var(--tw-space-x-reverse)));
}

.-space-y-130 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-130px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-130px * var(--tw-space-y-reverse));
}

.-space-x-130 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-130px * var(--tw-space-x-reverse));
  margin-left: calc(-130px * calc(1 - var(--tw-space-x-reverse)));
}

.-space-y-150 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-150px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-150px * var(--tw-space-y-reverse));
}

.-space-x-150 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-150px * var(--tw-space-x-reverse));
  margin-left: calc(-150px * calc(1 - var(--tw-space-x-reverse)));
}

.-space-y-180 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-180px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-180px * var(--tw-space-y-reverse));
}

.-space-x-180 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-180px * var(--tw-space-x-reverse));
  margin-left: calc(-180px * calc(1 - var(--tw-space-x-reverse)));
}

.-space-y-213 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-213px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-213px * var(--tw-space-y-reverse));
}

.-space-x-213 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-213px * var(--tw-space-x-reverse));
  margin-left: calc(-213px * calc(1 - var(--tw-space-x-reverse)));
}

.-space-y-225 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-225px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-225px * var(--tw-space-y-reverse));
}

.-space-x-225 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-225px * var(--tw-space-x-reverse));
  margin-left: calc(-225px * calc(1 - var(--tw-space-x-reverse)));
}

.-space-y-250 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-250px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-250px * var(--tw-space-y-reverse));
}

.-space-x-250 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-250px * var(--tw-space-x-reverse));
  margin-left: calc(-250px * calc(1 - var(--tw-space-x-reverse)));
}

.-space-y-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-300px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-300px * var(--tw-space-y-reverse));
}

.-space-x-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-300px * var(--tw-space-x-reverse));
  margin-left: calc(-300px * calc(1 - var(--tw-space-x-reverse)));
}

.-space-y-320 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-320px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-320px * var(--tw-space-y-reverse));
}

.-space-x-320 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-320px * var(--tw-space-x-reverse));
  margin-left: calc(-320px * calc(1 - var(--tw-space-x-reverse)));
}

.-space-y-345 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-345px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-345px * var(--tw-space-y-reverse));
}

.-space-x-345 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-345px * var(--tw-space-x-reverse));
  margin-left: calc(-345px * calc(1 - var(--tw-space-x-reverse)));
}

.-space-y-485 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-485px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-485px * var(--tw-space-y-reverse));
}

.-space-x-485 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-485px * var(--tw-space-x-reverse));
  margin-left: calc(-485px * 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--135 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(135px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(135px * var(--tw-space-y-reverse));
}

.-space-x--135 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(135px * var(--tw-space-x-reverse));
  margin-left: calc(135px * calc(1 - var(--tw-space-x-reverse)));
}

.-space-y-0p > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0% * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0% * var(--tw-space-y-reverse));
}

.-space-x-0p > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0% * var(--tw-space-x-reverse));
  margin-left: calc(0% * calc(1 - var(--tw-space-x-reverse)));
}

.-space-y-5p > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-5% * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-5% * var(--tw-space-y-reverse));
}

.-space-x-5p > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-5% * var(--tw-space-x-reverse));
  margin-left: calc(-5% * calc(1 - var(--tw-space-x-reverse)));
}

.-space-y-10p > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-10% * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-10% * var(--tw-space-y-reverse));
}

.-space-x-10p > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-10% * var(--tw-space-x-reverse));
  margin-left: calc(-10% * calc(1 - var(--tw-space-x-reverse)));
}

.-space-y-15p > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-15% * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-15% * var(--tw-space-y-reverse));
}

.-space-x-15p > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-15% * var(--tw-space-x-reverse));
  margin-left: calc(-15% * calc(1 - var(--tw-space-x-reverse)));
}

.-space-y-20p > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-20% * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-20% * var(--tw-space-y-reverse));
}

.-space-x-20p > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-20% * var(--tw-space-x-reverse));
  margin-left: calc(-20% * calc(1 - var(--tw-space-x-reverse)));
}

.-space-y-25p > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-25% * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-25% * var(--tw-space-y-reverse));
}

.-space-x-25p > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-25% * var(--tw-space-x-reverse));
  margin-left: calc(-25% * calc(1 - var(--tw-space-x-reverse)));
}

.-space-y-30p > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-30% * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-30% * var(--tw-space-y-reverse));
}

.-space-x-30p > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-30% * var(--tw-space-x-reverse));
  margin-left: calc(-30% * calc(1 - var(--tw-space-x-reverse)));
}

.-space-y-35p > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-35% * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-35% * var(--tw-space-y-reverse));
}

.-space-x-35p > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-35% * var(--tw-space-x-reverse));
  margin-left: calc(-35% * calc(1 - var(--tw-space-x-reverse)));
}

.-space-y-40p > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-40% * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-40% * var(--tw-space-y-reverse));
}

.-space-x-40p > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-40% * var(--tw-space-x-reverse));
  margin-left: calc(-40% * calc(1 - var(--tw-space-x-reverse)));
}

.-space-y-45p > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-45% * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-45% * var(--tw-space-y-reverse));
}

.-space-x-45p > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-45% * var(--tw-space-x-reverse));
  margin-left: calc(-45% * calc(1 - var(--tw-space-x-reverse)));
}

.-space-y-50p > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-50% * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-50% * var(--tw-space-y-reverse));
}

.-space-x-50p > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-50% * var(--tw-space-x-reverse));
  margin-left: calc(-50% * calc(1 - var(--tw-space-x-reverse)));
}

.-space-y-55p > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-55% * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-55% * var(--tw-space-y-reverse));
}

.-space-x-55p > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-55% * var(--tw-space-x-reverse));
  margin-left: calc(-55% * calc(1 - var(--tw-space-x-reverse)));
}

.-space-y-60p > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-60% * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-60% * var(--tw-space-y-reverse));
}

.-space-x-60p > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-60% * var(--tw-space-x-reverse));
  margin-left: calc(-60% * calc(1 - var(--tw-space-x-reverse)));
}

.-space-y-65p > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-65% * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-65% * var(--tw-space-y-reverse));
}

.-space-x-65p > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-65% * var(--tw-space-x-reverse));
  margin-left: calc(-65% * calc(1 - var(--tw-space-x-reverse)));
}

.-space-y-70p > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-70% * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-70% * var(--tw-space-y-reverse));
}

.-space-x-70p > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-70% * var(--tw-space-x-reverse));
  margin-left: calc(-70% * calc(1 - var(--tw-space-x-reverse)));
}

.-space-y-75p > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-75% * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-75% * var(--tw-space-y-reverse));
}

.-space-x-75p > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-75% * var(--tw-space-x-reverse));
  margin-left: calc(-75% * calc(1 - var(--tw-space-x-reverse)));
}

.-space-y-80p > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-80% * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-80% * var(--tw-space-y-reverse));
}

.-space-x-80p > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-80% * var(--tw-space-x-reverse));
  margin-left: calc(-80% * calc(1 - var(--tw-space-x-reverse)));
}

.-space-y-85p > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-85% * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-85% * var(--tw-space-y-reverse));
}

.-space-x-85p > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-85% * var(--tw-space-x-reverse));
  margin-left: calc(-85% * calc(1 - var(--tw-space-x-reverse)));
}

.-space-y-90p > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-90% * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-90% * var(--tw-space-y-reverse));
}

.-space-x-90p > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-90% * var(--tw-space-x-reverse));
  margin-left: calc(-90% * calc(1 - var(--tw-space-x-reverse)));
}

.-space-y-95p > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-95% * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-95% * var(--tw-space-y-reverse));
}

.-space-x-95p > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-95% * var(--tw-space-x-reverse));
  margin-left: calc(-95% * calc(1 - var(--tw-space-x-reverse)));
}

.-space-y-100p > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-100% * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-100% * var(--tw-space-y-reverse));
}

.-space-x-100p > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-100% * var(--tw-space-x-reverse));
  margin-left: calc(-100% * calc(1 - var(--tw-space-x-reverse)));
}

.-space-y-66\.5p > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-66.5% * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-66.5% * var(--tw-space-y-reverse));
}

.-space-x-66\.5p > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-66.5% * var(--tw-space-x-reverse));
  margin-left: calc(-66.5% * calc(1 - var(--tw-space-x-reverse)));
}

.-space-y-67\.5p > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-67.5% * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-67.5% * var(--tw-space-y-reverse));
}

.-space-x-67\.5p > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-67.5% * var(--tw-space-x-reverse));
  margin-left: calc(-67.5% * 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-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-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-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 > :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-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(70, 70, 70, var(--tw-divide-opacity));
}

.divide-black-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(215, 215, 215, var(--tw-divide-opacity));
}

.divide-black-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(38, 38, 38, var(--tw-divide-opacity));
}

.divide-black-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(237, 237, 237, var(--tw-divide-opacity));
}

.divide-black-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(68, 68, 68, var(--tw-divide-opacity));
}

.divide-black-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(108, 108, 108, var(--tw-divide-opacity));
}

.divide-black > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(0, 0, 0, var(--tw-divide-opacity));
}

.divide-white-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(244, 244, 244, var(--tw-divide-opacity));
}

.divide-white > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-divide-opacity));
}

.divide-pink-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(233, 101, 147, var(--tw-divide-opacity));
}

.divide-pink > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(238, 139, 174, var(--tw-divide-opacity));
}

.divide-red-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(231, 6, 31, var(--tw-divide-opacity));
}

.divide-red > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(239, 0, 22, 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-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-50 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.5;
}

.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-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-1 {
  --tw-bg-opacity: 1;
  background-color: rgba(70, 70, 70, var(--tw-bg-opacity));
}

.bg-black-2 {
  --tw-bg-opacity: 1;
  background-color: rgba(215, 215, 215, var(--tw-bg-opacity));
}

.bg-black-3 {
  --tw-bg-opacity: 1;
  background-color: rgba(38, 38, 38, var(--tw-bg-opacity));
}

.bg-black-4 {
  --tw-bg-opacity: 1;
  background-color: rgba(237, 237, 237, var(--tw-bg-opacity));
}

.bg-black-5 {
  --tw-bg-opacity: 1;
  background-color: rgba(68, 68, 68, var(--tw-bg-opacity));
}

.bg-black-6 {
  --tw-bg-opacity: 1;
  background-color: rgba(108, 108, 108, var(--tw-bg-opacity));
}

.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}

.bg-white-1 {
  --tw-bg-opacity: 1;
  background-color: rgba(244, 244, 244, var(--tw-bg-opacity));
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.bg-pink-1 {
  --tw-bg-opacity: 1;
  background-color: rgba(233, 101, 147, var(--tw-bg-opacity));
}

.bg-pink {
  --tw-bg-opacity: 1;
  background-color: rgba(238, 139, 174, var(--tw-bg-opacity));
}

.bg-red-1 {
  --tw-bg-opacity: 1;
  background-color: rgba(231, 6, 31, var(--tw-bg-opacity));
}

.bg-red {
  --tw-bg-opacity: 1;
  background-color: rgba(239, 0, 22, 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-1 {
  --tw-bg-opacity: 1;
  background-color: rgba(70, 70, 70, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-black-2 {
  --tw-bg-opacity: 1;
  background-color: rgba(215, 215, 215, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-black-3 {
  --tw-bg-opacity: 1;
  background-color: rgba(38, 38, 38, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-black-4 {
  --tw-bg-opacity: 1;
  background-color: rgba(237, 237, 237, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-black-5 {
  --tw-bg-opacity: 1;
  background-color: rgba(68, 68, 68, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-black-6 {
  --tw-bg-opacity: 1;
  background-color: rgba(108, 108, 108, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-black {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-white-1 {
  --tw-bg-opacity: 1;
  background-color: rgba(244, 244, 244, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-white {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-pink-1 {
  --tw-bg-opacity: 1;
  background-color: rgba(233, 101, 147, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-pink {
  --tw-bg-opacity: 1;
  background-color: rgba(238, 139, 174, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-red-1 {
  --tw-bg-opacity: 1;
  background-color: rgba(231, 6, 31, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-red {
  --tw-bg-opacity: 1;
  background-color: rgba(239, 0, 22, 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-1:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(70, 70, 70, var(--tw-bg-opacity));
}

.focus-within\:bg-black-2:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(215, 215, 215, var(--tw-bg-opacity));
}

.focus-within\:bg-black-3:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(38, 38, 38, var(--tw-bg-opacity));
}

.focus-within\:bg-black-4:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(237, 237, 237, var(--tw-bg-opacity));
}

.focus-within\:bg-black-5:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(68, 68, 68, var(--tw-bg-opacity));
}

.focus-within\:bg-black-6:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(108, 108, 108, var(--tw-bg-opacity));
}

.focus-within\:bg-black:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}

.focus-within\:bg-white-1:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(244, 244, 244, var(--tw-bg-opacity));
}

.focus-within\:bg-white:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.focus-within\:bg-pink-1:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(233, 101, 147, var(--tw-bg-opacity));
}

.focus-within\:bg-pink:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(238, 139, 174, var(--tw-bg-opacity));
}

.focus-within\:bg-red-1:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(231, 6, 31, var(--tw-bg-opacity));
}

.focus-within\:bg-red:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(239, 0, 22, var(--tw-bg-opacity));
}

.hover\:bg-transparent:hover {
  background-color: transparent;
}

.hover\:bg-current:hover {
  background-color: currentColor;
}

.hover\:bg-black-1:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(70, 70, 70, var(--tw-bg-opacity));
}

.hover\:bg-black-2:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(215, 215, 215, var(--tw-bg-opacity));
}

.hover\:bg-black-3:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(38, 38, 38, var(--tw-bg-opacity));
}

.hover\:bg-black-4:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(237, 237, 237, var(--tw-bg-opacity));
}

.hover\:bg-black-5:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(68, 68, 68, var(--tw-bg-opacity));
}

.hover\:bg-black-6:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(108, 108, 108, var(--tw-bg-opacity));
}

.hover\:bg-black:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}

.hover\:bg-white-1:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(244, 244, 244, var(--tw-bg-opacity));
}

.hover\:bg-white:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.hover\:bg-pink-1:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(233, 101, 147, var(--tw-bg-opacity));
}

.hover\:bg-pink:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(238, 139, 174, var(--tw-bg-opacity));
}

.hover\:bg-red-1:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(231, 6, 31, var(--tw-bg-opacity));
}

.hover\:bg-red:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(239, 0, 22, var(--tw-bg-opacity));
}

.focus\:bg-transparent:focus {
  background-color: transparent;
}

.focus\:bg-current:focus {
  background-color: currentColor;
}

.focus\:bg-black-1:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(70, 70, 70, var(--tw-bg-opacity));
}

.focus\:bg-black-2:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(215, 215, 215, var(--tw-bg-opacity));
}

.focus\:bg-black-3:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(38, 38, 38, var(--tw-bg-opacity));
}

.focus\:bg-black-4:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(237, 237, 237, var(--tw-bg-opacity));
}

.focus\:bg-black-5:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(68, 68, 68, var(--tw-bg-opacity));
}

.focus\:bg-black-6:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(108, 108, 108, var(--tw-bg-opacity));
}

.focus\:bg-black:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}

.focus\:bg-white-1:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(244, 244, 244, var(--tw-bg-opacity));
}

.focus\:bg-white:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.focus\:bg-pink-1:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(233, 101, 147, var(--tw-bg-opacity));
}

.focus\:bg-pink:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(238, 139, 174, var(--tw-bg-opacity));
}

.focus\:bg-red-1:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(231, 6, 31, var(--tw-bg-opacity));
}

.focus\:bg-red:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(239, 0, 22, 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-gradient-khoa-hoc {
  background-image: linear-gradient(180deg, rgba(31, 22, 65, 0) 0%, rgba(31, 22, 65, 0.9) 72.62%, #1F1641 100%);
}

.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-1 {
  --tw-gradient-from: #464646;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(70, 70, 70, 0));
}

.from-black-2 {
  --tw-gradient-from: #d7d7d7;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(215, 215, 215, 0));
}

.from-black-3 {
  --tw-gradient-from: #262626;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(38, 38, 38, 0));
}

.from-black-4 {
  --tw-gradient-from: #ededed;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 237, 237, 0));
}

.from-black-5 {
  --tw-gradient-from: #444444;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(68, 68, 68, 0));
}

.from-black-6 {
  --tw-gradient-from: #6c6c6c;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(108, 108, 108, 0));
}

.from-black {
  --tw-gradient-from: #000;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.from-white-1 {
  --tw-gradient-from: #f4f4f4;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 244, 244, 0));
}

.from-white {
  --tw-gradient-from: #fff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.from-pink-1 {
  --tw-gradient-from: #e96593;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 101, 147, 0));
}

.from-pink {
  --tw-gradient-from: #ee8bae;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 139, 174, 0));
}

.from-red-1 {
  --tw-gradient-from: #e7061f;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(231, 6, 31, 0));
}

.from-red {
  --tw-gradient-from: #ef0016;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 0, 22, 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-1 {
  --tw-gradient-stops: var(--tw-gradient-from), #464646, var(--tw-gradient-to, rgba(70, 70, 70, 0));
}

.via-black-2 {
  --tw-gradient-stops: var(--tw-gradient-from), #d7d7d7, var(--tw-gradient-to, rgba(215, 215, 215, 0));
}

.via-black-3 {
  --tw-gradient-stops: var(--tw-gradient-from), #262626, var(--tw-gradient-to, rgba(38, 38, 38, 0));
}

.via-black-4 {
  --tw-gradient-stops: var(--tw-gradient-from), #ededed, var(--tw-gradient-to, rgba(237, 237, 237, 0));
}

.via-black-5 {
  --tw-gradient-stops: var(--tw-gradient-from), #444444, var(--tw-gradient-to, rgba(68, 68, 68, 0));
}

.via-black-6 {
  --tw-gradient-stops: var(--tw-gradient-from), #6c6c6c, var(--tw-gradient-to, rgba(108, 108, 108, 0));
}

.via-black {
  --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.via-white-1 {
  --tw-gradient-stops: var(--tw-gradient-from), #f4f4f4, var(--tw-gradient-to, rgba(244, 244, 244, 0));
}

.via-white {
  --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.via-pink-1 {
  --tw-gradient-stops: var(--tw-gradient-from), #e96593, var(--tw-gradient-to, rgba(233, 101, 147, 0));
}

.via-pink {
  --tw-gradient-stops: var(--tw-gradient-from), #ee8bae, var(--tw-gradient-to, rgba(238, 139, 174, 0));
}

.via-red-1 {
  --tw-gradient-stops: var(--tw-gradient-from), #e7061f, var(--tw-gradient-to, rgba(231, 6, 31, 0));
}

.via-red {
  --tw-gradient-stops: var(--tw-gradient-from), #ef0016, var(--tw-gradient-to, rgba(239, 0, 22, 0));
}

.to-transparent {
  --tw-gradient-to: transparent;
}

.to-current {
  --tw-gradient-to: currentColor;
}

.to-black-1 {
  --tw-gradient-to: #464646;
}

.to-black-2 {
  --tw-gradient-to: #d7d7d7;
}

.to-black-3 {
  --tw-gradient-to: #262626;
}

.to-black-4 {
  --tw-gradient-to: #ededed;
}

.to-black-5 {
  --tw-gradient-to: #444444;
}

.to-black-6 {
  --tw-gradient-to: #6c6c6c;
}

.to-black {
  --tw-gradient-to: #000;
}

.to-white-1 {
  --tw-gradient-to: #f4f4f4;
}

.to-white {
  --tw-gradient-to: #fff;
}

.to-pink-1 {
  --tw-gradient-to: #e96593;
}

.to-pink {
  --tw-gradient-to: #ee8bae;
}

.to-red-1 {
  --tw-gradient-to: #e7061f;
}

.to-red {
  --tw-gradient-to: #ef0016;
}

.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-1:hover {
  --tw-gradient-from: #464646;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(70, 70, 70, 0));
}

.hover\:from-black-2:hover {
  --tw-gradient-from: #d7d7d7;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(215, 215, 215, 0));
}

.hover\:from-black-3:hover {
  --tw-gradient-from: #262626;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(38, 38, 38, 0));
}

.hover\:from-black-4:hover {
  --tw-gradient-from: #ededed;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 237, 237, 0));
}

.hover\:from-black-5:hover {
  --tw-gradient-from: #444444;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(68, 68, 68, 0));
}

.hover\:from-black-6:hover {
  --tw-gradient-from: #6c6c6c;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(108, 108, 108, 0));
}

.hover\:from-black:hover {
  --tw-gradient-from: #000;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.hover\:from-white-1:hover {
  --tw-gradient-from: #f4f4f4;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 244, 244, 0));
}

.hover\:from-white:hover {
  --tw-gradient-from: #fff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:from-pink-1:hover {
  --tw-gradient-from: #e96593;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 101, 147, 0));
}

.hover\:from-pink:hover {
  --tw-gradient-from: #ee8bae;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 139, 174, 0));
}

.hover\:from-red-1:hover {
  --tw-gradient-from: #e7061f;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(231, 6, 31, 0));
}

.hover\:from-red:hover {
  --tw-gradient-from: #ef0016;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 0, 22, 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-1:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #464646, var(--tw-gradient-to, rgba(70, 70, 70, 0));
}

.hover\:via-black-2:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #d7d7d7, var(--tw-gradient-to, rgba(215, 215, 215, 0));
}

.hover\:via-black-3:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #262626, var(--tw-gradient-to, rgba(38, 38, 38, 0));
}

.hover\:via-black-4:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #ededed, var(--tw-gradient-to, rgba(237, 237, 237, 0));
}

.hover\:via-black-5:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #444444, var(--tw-gradient-to, rgba(68, 68, 68, 0));
}

.hover\:via-black-6:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #6c6c6c, var(--tw-gradient-to, rgba(108, 108, 108, 0));
}

.hover\:via-black:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.hover\:via-white-1:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #f4f4f4, var(--tw-gradient-to, rgba(244, 244, 244, 0));
}

.hover\:via-white:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:via-pink-1:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #e96593, var(--tw-gradient-to, rgba(233, 101, 147, 0));
}

.hover\:via-pink:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #ee8bae, var(--tw-gradient-to, rgba(238, 139, 174, 0));
}

.hover\:via-red-1:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #e7061f, var(--tw-gradient-to, rgba(231, 6, 31, 0));
}

.hover\:via-red:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #ef0016, var(--tw-gradient-to, rgba(239, 0, 22, 0));
}

.hover\:to-transparent:hover {
  --tw-gradient-to: transparent;
}

.hover\:to-current:hover {
  --tw-gradient-to: currentColor;
}

.hover\:to-black-1:hover {
  --tw-gradient-to: #464646;
}

.hover\:to-black-2:hover {
  --tw-gradient-to: #d7d7d7;
}

.hover\:to-black-3:hover {
  --tw-gradient-to: #262626;
}

.hover\:to-black-4:hover {
  --tw-gradient-to: #ededed;
}

.hover\:to-black-5:hover {
  --tw-gradient-to: #444444;
}

.hover\:to-black-6:hover {
  --tw-gradient-to: #6c6c6c;
}

.hover\:to-black:hover {
  --tw-gradient-to: #000;
}

.hover\:to-white-1:hover {
  --tw-gradient-to: #f4f4f4;
}

.hover\:to-white:hover {
  --tw-gradient-to: #fff;
}

.hover\:to-pink-1:hover {
  --tw-gradient-to: #e96593;
}

.hover\:to-pink:hover {
  --tw-gradient-to: #ee8bae;
}

.hover\:to-red-1:hover {
  --tw-gradient-to: #e7061f;
}

.hover\:to-red:hover {
  --tw-gradient-to: #ef0016;
}

.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-1:focus {
  --tw-gradient-from: #464646;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(70, 70, 70, 0));
}

.focus\:from-black-2:focus {
  --tw-gradient-from: #d7d7d7;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(215, 215, 215, 0));
}

.focus\:from-black-3:focus {
  --tw-gradient-from: #262626;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(38, 38, 38, 0));
}

.focus\:from-black-4:focus {
  --tw-gradient-from: #ededed;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 237, 237, 0));
}

.focus\:from-black-5:focus {
  --tw-gradient-from: #444444;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(68, 68, 68, 0));
}

.focus\:from-black-6:focus {
  --tw-gradient-from: #6c6c6c;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(108, 108, 108, 0));
}

.focus\:from-black:focus {
  --tw-gradient-from: #000;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.focus\:from-white-1:focus {
  --tw-gradient-from: #f4f4f4;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 244, 244, 0));
}

.focus\:from-white:focus {
  --tw-gradient-from: #fff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:from-pink-1:focus {
  --tw-gradient-from: #e96593;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 101, 147, 0));
}

.focus\:from-pink:focus {
  --tw-gradient-from: #ee8bae;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 139, 174, 0));
}

.focus\:from-red-1:focus {
  --tw-gradient-from: #e7061f;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(231, 6, 31, 0));
}

.focus\:from-red:focus {
  --tw-gradient-from: #ef0016;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 0, 22, 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-1:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #464646, var(--tw-gradient-to, rgba(70, 70, 70, 0));
}

.focus\:via-black-2:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #d7d7d7, var(--tw-gradient-to, rgba(215, 215, 215, 0));
}

.focus\:via-black-3:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #262626, var(--tw-gradient-to, rgba(38, 38, 38, 0));
}

.focus\:via-black-4:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #ededed, var(--tw-gradient-to, rgba(237, 237, 237, 0));
}

.focus\:via-black-5:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #444444, var(--tw-gradient-to, rgba(68, 68, 68, 0));
}

.focus\:via-black-6:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #6c6c6c, var(--tw-gradient-to, rgba(108, 108, 108, 0));
}

.focus\:via-black:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.focus\:via-white-1:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #f4f4f4, var(--tw-gradient-to, rgba(244, 244, 244, 0));
}

.focus\:via-white:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:via-pink-1:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #e96593, var(--tw-gradient-to, rgba(233, 101, 147, 0));
}

.focus\:via-pink:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #ee8bae, var(--tw-gradient-to, rgba(238, 139, 174, 0));
}

.focus\:via-red-1:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #e7061f, var(--tw-gradient-to, rgba(231, 6, 31, 0));
}

.focus\:via-red:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #ef0016, var(--tw-gradient-to, rgba(239, 0, 22, 0));
}

.focus\:to-transparent:focus {
  --tw-gradient-to: transparent;
}

.focus\:to-current:focus {
  --tw-gradient-to: currentColor;
}

.focus\:to-black-1:focus {
  --tw-gradient-to: #464646;
}

.focus\:to-black-2:focus {
  --tw-gradient-to: #d7d7d7;
}

.focus\:to-black-3:focus {
  --tw-gradient-to: #262626;
}

.focus\:to-black-4:focus {
  --tw-gradient-to: #ededed;
}

.focus\:to-black-5:focus {
  --tw-gradient-to: #444444;
}

.focus\:to-black-6:focus {
  --tw-gradient-to: #6c6c6c;
}

.focus\:to-black:focus {
  --tw-gradient-to: #000;
}

.focus\:to-white-1:focus {
  --tw-gradient-to: #f4f4f4;
}

.focus\:to-white:focus {
  --tw-gradient-to: #fff;
}

.focus\:to-pink-1:focus {
  --tw-gradient-to: #e96593;
}

.focus\:to-pink:focus {
  --tw-gradient-to: #ee8bae;
}

.focus\:to-red-1:focus {
  --tw-gradient-to: #e7061f;
}

.focus\:to-red:focus {
  --tw-gradient-to: #ef0016;
}

.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-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-50 {
  --tw-bg-opacity: 0.5;
}

.bg-opacity-60 {
  --tw-bg-opacity: 0.6;
}

.bg-opacity-70 {
  --tw-bg-opacity: 0.7;
}

.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-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-50 {
  --tw-bg-opacity: 0.5;
}

.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-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-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-50:focus-within {
  --tw-bg-opacity: 0.5;
}

.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-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-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-50:hover {
  --tw-bg-opacity: 0.5;
}

.hover\:bg-opacity-60:hover {
  --tw-bg-opacity: 0.6;
}

.hover\:bg-opacity-70:hover {
  --tw-bg-opacity: 0.7;
}

.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-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-50:focus {
  --tw-bg-opacity: 0.5;
}

.focus\:bg-opacity-60:focus {
  --tw-bg-opacity: 0.6;
}

.focus\:bg-opacity-70:focus {
  --tw-bg-opacity: 0.7;
}

.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-10p-center {
  background-position: 10% center;
}

.bg-right-15-center {
  background-position: right 15px center;
}

.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-24 {
  background-size: 24px 24px;
}

.bg-auto {
  background-size: auto;
}

.bg-cover {
  background-size: cover;
}

.bg-contain {
  background-size: contain;
}

.bg-w-64p {
  background-size: 64% auto;
}

.bg-size-78p {
  background-size: 78%;
}

.bg-size-100p {
  background-size: 100%;
}

.border-collapse {
  border-collapse: collapse;
}

.border-separate {
  border-collapse: separate;
}

.border-transparent {
  border-color: transparent;
}

.border-current {
  border-color: currentColor;
}

.border-black-1 {
  --tw-border-opacity: 1;
  border-color: rgba(70, 70, 70, var(--tw-border-opacity));
}

.border-black-2 {
  --tw-border-opacity: 1;
  border-color: rgba(215, 215, 215, var(--tw-border-opacity));
}

.border-black-3 {
  --tw-border-opacity: 1;
  border-color: rgba(38, 38, 38, var(--tw-border-opacity));
}

.border-black-4 {
  --tw-border-opacity: 1;
  border-color: rgba(237, 237, 237, var(--tw-border-opacity));
}

.border-black-5 {
  --tw-border-opacity: 1;
  border-color: rgba(68, 68, 68, var(--tw-border-opacity));
}

.border-black-6 {
  --tw-border-opacity: 1;
  border-color: rgba(108, 108, 108, var(--tw-border-opacity));
}

.border-black {
  --tw-border-opacity: 1;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity));
}

.border-white-1 {
  --tw-border-opacity: 1;
  border-color: rgba(244, 244, 244, var(--tw-border-opacity));
}

.border-white {
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}

.border-pink-1 {
  --tw-border-opacity: 1;
  border-color: rgba(233, 101, 147, var(--tw-border-opacity));
}

.border-pink {
  --tw-border-opacity: 1;
  border-color: rgba(238, 139, 174, var(--tw-border-opacity));
}

.border-red-1 {
  --tw-border-opacity: 1;
  border-color: rgba(231, 6, 31, var(--tw-border-opacity));
}

.border-red {
  --tw-border-opacity: 1;
  border-color: rgba(239, 0, 22, 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-1 {
  --tw-border-opacity: 1;
  border-color: rgba(70, 70, 70, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-black-2 {
  --tw-border-opacity: 1;
  border-color: rgba(215, 215, 215, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-black-3 {
  --tw-border-opacity: 1;
  border-color: rgba(38, 38, 38, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-black-4 {
  --tw-border-opacity: 1;
  border-color: rgba(237, 237, 237, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-black-5 {
  --tw-border-opacity: 1;
  border-color: rgba(68, 68, 68, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-black-6 {
  --tw-border-opacity: 1;
  border-color: rgba(108, 108, 108, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-black {
  --tw-border-opacity: 1;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-white-1 {
  --tw-border-opacity: 1;
  border-color: rgba(244, 244, 244, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-white {
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-pink-1 {
  --tw-border-opacity: 1;
  border-color: rgba(233, 101, 147, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-pink {
  --tw-border-opacity: 1;
  border-color: rgba(238, 139, 174, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-red-1 {
  --tw-border-opacity: 1;
  border-color: rgba(231, 6, 31, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-red {
  --tw-border-opacity: 1;
  border-color: rgba(239, 0, 22, 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-1:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(70, 70, 70, var(--tw-border-opacity));
}

.focus-within\:border-black-2:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(215, 215, 215, var(--tw-border-opacity));
}

.focus-within\:border-black-3:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(38, 38, 38, var(--tw-border-opacity));
}

.focus-within\:border-black-4:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(237, 237, 237, var(--tw-border-opacity));
}

.focus-within\:border-black-5:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(68, 68, 68, var(--tw-border-opacity));
}

.focus-within\:border-black-6:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(108, 108, 108, var(--tw-border-opacity));
}

.focus-within\:border-black:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity));
}

.focus-within\:border-white-1:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(244, 244, 244, var(--tw-border-opacity));
}

.focus-within\:border-white:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}

.focus-within\:border-pink-1:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(233, 101, 147, var(--tw-border-opacity));
}

.focus-within\:border-pink:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(238, 139, 174, var(--tw-border-opacity));
}

.focus-within\:border-red-1:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(231, 6, 31, var(--tw-border-opacity));
}

.focus-within\:border-red:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(239, 0, 22, var(--tw-border-opacity));
}

.hover\:border-transparent:hover {
  border-color: transparent;
}

.hover\:border-current:hover {
  border-color: currentColor;
}

.hover\:border-black-1:hover {
  --tw-border-opacity: 1;
  border-color: rgba(70, 70, 70, var(--tw-border-opacity));
}

.hover\:border-black-2:hover {
  --tw-border-opacity: 1;
  border-color: rgba(215, 215, 215, var(--tw-border-opacity));
}

.hover\:border-black-3:hover {
  --tw-border-opacity: 1;
  border-color: rgba(38, 38, 38, var(--tw-border-opacity));
}

.hover\:border-black-4:hover {
  --tw-border-opacity: 1;
  border-color: rgba(237, 237, 237, var(--tw-border-opacity));
}

.hover\:border-black-5:hover {
  --tw-border-opacity: 1;
  border-color: rgba(68, 68, 68, var(--tw-border-opacity));
}

.hover\:border-black-6:hover {
  --tw-border-opacity: 1;
  border-color: rgba(108, 108, 108, var(--tw-border-opacity));
}

.hover\:border-black:hover {
  --tw-border-opacity: 1;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity));
}

.hover\:border-white-1:hover {
  --tw-border-opacity: 1;
  border-color: rgba(244, 244, 244, var(--tw-border-opacity));
}

.hover\:border-white:hover {
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}

.hover\:border-pink-1:hover {
  --tw-border-opacity: 1;
  border-color: rgba(233, 101, 147, var(--tw-border-opacity));
}

.hover\:border-pink:hover {
  --tw-border-opacity: 1;
  border-color: rgba(238, 139, 174, var(--tw-border-opacity));
}

.hover\:border-red-1:hover {
  --tw-border-opacity: 1;
  border-color: rgba(231, 6, 31, var(--tw-border-opacity));
}

.hover\:border-red:hover {
  --tw-border-opacity: 1;
  border-color: rgba(239, 0, 22, var(--tw-border-opacity));
}

.focus\:border-transparent:focus {
  border-color: transparent;
}

.focus\:border-current:focus {
  border-color: currentColor;
}

.focus\:border-black-1:focus {
  --tw-border-opacity: 1;
  border-color: rgba(70, 70, 70, var(--tw-border-opacity));
}

.focus\:border-black-2:focus {
  --tw-border-opacity: 1;
  border-color: rgba(215, 215, 215, var(--tw-border-opacity));
}

.focus\:border-black-3:focus {
  --tw-border-opacity: 1;
  border-color: rgba(38, 38, 38, var(--tw-border-opacity));
}

.focus\:border-black-4:focus {
  --tw-border-opacity: 1;
  border-color: rgba(237, 237, 237, var(--tw-border-opacity));
}

.focus\:border-black-5:focus {
  --tw-border-opacity: 1;
  border-color: rgba(68, 68, 68, var(--tw-border-opacity));
}

.focus\:border-black-6:focus {
  --tw-border-opacity: 1;
  border-color: rgba(108, 108, 108, var(--tw-border-opacity));
}

.focus\:border-black:focus {
  --tw-border-opacity: 1;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity));
}

.focus\:border-white-1:focus {
  --tw-border-opacity: 1;
  border-color: rgba(244, 244, 244, var(--tw-border-opacity));
}

.focus\:border-white:focus {
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}

.focus\:border-pink-1:focus {
  --tw-border-opacity: 1;
  border-color: rgba(233, 101, 147, var(--tw-border-opacity));
}

.focus\:border-pink:focus {
  --tw-border-opacity: 1;
  border-color: rgba(238, 139, 174, var(--tw-border-opacity));
}

.focus\:border-red-1:focus {
  --tw-border-opacity: 1;
  border-color: rgba(231, 6, 31, var(--tw-border-opacity));
}

.focus\:border-red:focus {
  --tw-border-opacity: 1;
  border-color: rgba(239, 0, 22, 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-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-50 {
  --tw-border-opacity: 0.5;
}

.border-opacity-60 {
  --tw-border-opacity: 0.6;
}

.border-opacity-70 {
  --tw-border-opacity: 0.7;
}

.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-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-50 {
  --tw-border-opacity: 0.5;
}

.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-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-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-50:focus-within {
  --tw-border-opacity: 0.5;
}

.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-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-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-50:hover {
  --tw-border-opacity: 0.5;
}

.hover\:border-opacity-60:hover {
  --tw-border-opacity: 0.6;
}

.hover\:border-opacity-70:hover {
  --tw-border-opacity: 0.7;
}

.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-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-50:focus {
  --tw-border-opacity: 0.5;
}

.focus\:border-opacity-60:focus {
  --tw-border-opacity: 0.6;
}

.focus\:border-opacity-70:focus {
  --tw-border-opacity: 0.7;
}

.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-20 {
  border-radius: 20px;
}

.rounded-99 {
  border-radius: 99px;
}

.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-t-20 {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.rounded-r-20 {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}

.rounded-b-20 {
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

.rounded-l-20 {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

.rounded-t-99 {
  border-top-left-radius: 99px;
  border-top-right-radius: 99px;
}

.rounded-r-99 {
  border-top-right-radius: 99px;
  border-bottom-right-radius: 99px;
}

.rounded-b-99 {
  border-bottom-right-radius: 99px;
  border-bottom-left-radius: 99px;
}

.rounded-l-99 {
  border-top-left-radius: 99px;
  border-bottom-left-radius: 99px;
}

.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-tl-20 {
  border-top-left-radius: 20px;
}

.rounded-tr-20 {
  border-top-right-radius: 20px;
}

.rounded-br-20 {
  border-bottom-right-radius: 20px;
}

.rounded-bl-20 {
  border-bottom-left-radius: 20px;
}

.rounded-tl-99 {
  border-top-left-radius: 99px;
}

.rounded-tr-99 {
  border-top-right-radius: 99px;
}

.rounded-br-99 {
  border-bottom-right-radius: 99px;
}

.rounded-bl-99 {
  border-bottom-left-radius: 99px;
}

.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;
}

.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-2 {
  border-width: 2px;
}

.border-4 {
  border-width: 4px;
}

.border-8 {
  border-width: 8px;
}

.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-2 {
  border-top-width: 2px;
}

.border-r-2 {
  border-right-width: 2px;
}

.border-b-2 {
  border-bottom-width: 2px;
}

.border-l-2 {
  border-left-width: 2px;
}

.border-t-4 {
  border-top-width: 4px;
}

.border-r-4 {
  border-right-width: 4px;
}

.border-b-4 {
  border-bottom-width: 4px;
}

.border-l-4 {
  border-left-width: 4px;
}

.border-t-8 {
  border-top-width: 8px;
}

.border-r-8 {
  border-right-width: 8px;
}

.border-b-8 {
  border-bottom-width: 8px;
}

.border-l-8 {
  border-left-width: 8px;
}

.border-t {
  border-top-width: 1px;
}

.border-r {
  border-right-width: 1px;
}

.border-b {
  border-bottom-width: 1px;
}

.border-l {
  border-left-width: 1px;
}

.decoration-slice {
  -webkit-box-decoration-break: slice;
          box-decoration-break: slice;
}

.decoration-clone {
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
}

.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;
}

.inline-table {
  display: inline-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;
}

.list-item {
  display: list-item;
}

.group:hover .group-hover\:block {
  display: block;
}

.group:hover .group-hover\:inline-block {
  display: inline-block;
}

.group:hover .group-hover\:inline {
  display: inline;
}

.group:hover .group-hover\:flex {
  display: flex;
}

.group:hover .group-hover\:inline-flex {
  display: inline-flex;
}

.group:hover .group-hover\:table {
  display: table;
}

.group:hover .group-hover\:inline-table {
  display: inline-table;
}

.group:hover .group-hover\:table-caption {
  display: table-caption;
}

.group:hover .group-hover\:table-cell {
  display: table-cell;
}

.group:hover .group-hover\:table-column {
  display: table-column;
}

.group:hover .group-hover\:table-column-group {
  display: table-column-group;
}

.group:hover .group-hover\:table-footer-group {
  display: table-footer-group;
}

.group:hover .group-hover\:table-header-group {
  display: table-header-group;
}

.group:hover .group-hover\:table-row-group {
  display: table-row-group;
}

.group:hover .group-hover\:table-row {
  display: table-row;
}

.group:hover .group-hover\:flow-root {
  display: flow-root;
}

.group:hover .group-hover\:grid {
  display: grid;
}

.group:hover .group-hover\:inline-grid {
  display: inline-grid;
}

.group:hover .group-hover\:contents {
  display: contents;
}

.group:hover .group-hover\:list-item {
  display: list-item;
}

.hidden {
  display: none;
}

.group:hover .group-hover\: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-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-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-heading {
  font-family: Nunito Sans, sans-serif;
}

.font-body {
  font-family: Nunito Sans, sans-serif;
}

.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-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-3 {
  height: 3px;
}

.h-5 {
  height: 5px;
}

.h-8 {
  height: 8px;
}

.h-10 {
  height: 10px;
}

.h-12 {
  height: 12px;
}

.h-14 {
  height: 14px;
}

.h-15 {
  height: 15px;
}

.h-16 {
  height: 16px;
}

.h-20 {
  height: 20px;
}

.h-24 {
  height: 24px;
}

.h-28 {
  height: 28px;
}

.h-29 {
  height: 29px;
}

.h-30 {
  height: 30px;
}

.h-32 {
  height: 32px;
}

.h-35 {
  height: 35px;
}

.h-36 {
  height: 36px;
}

.h-37 {
  height: 37px;
}

.h-39 {
  height: 39px;
}

.h-40 {
  height: 40px;
}

.h-47 {
  height: 47px;
}

.h-50 {
  height: 50px;
}

.h-56 {
  height: 56px;
}

.h-64 {
  height: 64px;
}

.h-70 {
  height: 70px;
}

.h-72 {
  height: 72px;
}

.h-75 {
  height: 75px;
}

.h-80 {
  height: 80px;
}

.h-83 {
  height: 83px;
}

.h-100 {
  height: 100px;
}

.h-118 {
  height: 118px;
}

.h-130 {
  height: 130px;
}

.h-150 {
  height: 150px;
}

.h-180 {
  height: 180px;
}

.h-213 {
  height: 213px;
}

.h-225 {
  height: 225px;
}

.h-250 {
  height: 250px;
}

.h-300 {
  height: 300px;
}

.h-320 {
  height: 320px;
}

.h-345 {
  height: 345px;
}

.h-485 {
  height: 485px;
}

.h-auto {
  height: auto;
}

.h-px {
  height: 1px;
}

.-h-135 {
  height: -135px;
}

.h-0p {
  height: 0%;
}

.h-5p {
  height: 5%;
}

.h-10p {
  height: 10%;
}

.h-15p {
  height: 15%;
}

.h-20p {
  height: 20%;
}

.h-25p {
  height: 25%;
}

.h-30p {
  height: 30%;
}

.h-35p {
  height: 35%;
}

.h-40p {
  height: 40%;
}

.h-45p {
  height: 45%;
}

.h-50p {
  height: 50%;
}

.h-55p {
  height: 55%;
}

.h-60p {
  height: 60%;
}

.h-65p {
  height: 65%;
}

.h-70p {
  height: 70%;
}

.h-75p {
  height: 75%;
}

.h-80p {
  height: 80%;
}

.h-85p {
  height: 85%;
}

.h-90p {
  height: 90%;
}

.h-95p {
  height: 95%;
}

.h-100p {
  height: 100%;
}

.h-66\.5p {
  height: 66.5%;
}

.h-67\.5p {
  height: 67.5%;
}

.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;
}

.text-12 {
  font-size: 12px;
  line-height: 1.225;
}

.text-14 {
  font-size: 14px;
  line-height: 1.35;
}

.text-15 {
  font-size: 15px;
  line-height: 1.35;
}

.text-16 {
  font-size: 16px;
  line-height: 24px;
}

.text-18 {
  font-size: 18px;
  line-height: 1.5;
}

.text-20 {
  font-size: 20px;
  line-height: 1.4;
}

.text-24 {
  font-size: 24px;
  line-height: 1.3;
}

.text-25 {
  font-size: 25px;
  line-height: 1.3;
}

.text-28 {
  font-size: 28px;
  line-height: 1.45;
}

.text-30 {
  font-size: 30px;
  line-height: 39px;
}

.text-32 {
  font-size: 32px;
  line-height: 41px;
}

.text-45 {
  font-size: 45px;
  line-height: 51px;
}

.text-48 {
  font-size: 48px;
  line-height: 1.4;
}

.text-50 {
  font-size: 50px;
  line-height: 65px;
}

.text-60 {
  font-size: 60px;
  line-height: 71px;
}

.text-72 {
  font-size: 72px;
  line-height: 84px;
}

.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-3 {
  margin: 3px;
}

.m-5 {
  margin: 5px;
}

.m-8 {
  margin: 8px;
}

.m-10 {
  margin: 10px;
}

.m-12 {
  margin: 12px;
}

.m-14 {
  margin: 14px;
}

.m-15 {
  margin: 15px;
}

.m-16 {
  margin: 16px;
}

.m-20 {
  margin: 20px;
}

.m-24 {
  margin: 24px;
}

.m-28 {
  margin: 28px;
}

.m-29 {
  margin: 29px;
}

.m-30 {
  margin: 30px;
}

.m-32 {
  margin: 32px;
}

.m-35 {
  margin: 35px;
}

.m-36 {
  margin: 36px;
}

.m-37 {
  margin: 37px;
}

.m-39 {
  margin: 39px;
}

.m-40 {
  margin: 40px;
}

.m-47 {
  margin: 47px;
}

.m-50 {
  margin: 50px;
}

.m-56 {
  margin: 56px;
}

.m-64 {
  margin: 64px;
}

.m-70 {
  margin: 70px;
}

.m-72 {
  margin: 72px;
}

.m-75 {
  margin: 75px;
}

.m-80 {
  margin: 80px;
}

.m-83 {
  margin: 83px;
}

.m-100 {
  margin: 100px;
}

.m-118 {
  margin: 118px;
}

.m-130 {
  margin: 130px;
}

.m-150 {
  margin: 150px;
}

.m-180 {
  margin: 180px;
}

.m-213 {
  margin: 213px;
}

.m-225 {
  margin: 225px;
}

.m-250 {
  margin: 250px;
}

.m-300 {
  margin: 300px;
}

.m-320 {
  margin: 320px;
}

.m-345 {
  margin: 345px;
}

.m-485 {
  margin: 485px;
}

.m-auto {
  margin: auto;
}

.m-px {
  margin: 1px;
}

.-m-135 {
  margin: -135px;
}

.m-0p {
  margin: 0%;
}

.m-5p {
  margin: 5%;
}

.m-10p {
  margin: 10%;
}

.m-15p {
  margin: 15%;
}

.m-20p {
  margin: 20%;
}

.m-25p {
  margin: 25%;
}

.m-30p {
  margin: 30%;
}

.m-35p {
  margin: 35%;
}

.m-40p {
  margin: 40%;
}

.m-45p {
  margin: 45%;
}

.m-50p {
  margin: 50%;
}

.m-55p {
  margin: 55%;
}

.m-60p {
  margin: 60%;
}

.m-65p {
  margin: 65%;
}

.m-70p {
  margin: 70%;
}

.m-75p {
  margin: 75%;
}

.m-80p {
  margin: 80%;
}

.m-85p {
  margin: 85%;
}

.m-90p {
  margin: 90%;
}

.m-95p {
  margin: 95%;
}

.m-100p {
  margin: 100%;
}

.m-66\.5p {
  margin: 66.5%;
}

.m-67\.5p {
  margin: 67.5%;
}

.-m-0 {
  margin: 0px;
}

.-m-3 {
  margin: -3px;
}

.-m-5 {
  margin: -5px;
}

.-m-8 {
  margin: -8px;
}

.-m-10 {
  margin: -10px;
}

.-m-12 {
  margin: -12px;
}

.-m-14 {
  margin: -14px;
}

.-m-15 {
  margin: -15px;
}

.-m-16 {
  margin: -16px;
}

.-m-20 {
  margin: -20px;
}

.-m-24 {
  margin: -24px;
}

.-m-28 {
  margin: -28px;
}

.-m-29 {
  margin: -29px;
}

.-m-30 {
  margin: -30px;
}

.-m-32 {
  margin: -32px;
}

.-m-35 {
  margin: -35px;
}

.-m-36 {
  margin: -36px;
}

.-m-37 {
  margin: -37px;
}

.-m-39 {
  margin: -39px;
}

.-m-40 {
  margin: -40px;
}

.-m-47 {
  margin: -47px;
}

.-m-50 {
  margin: -50px;
}

.-m-56 {
  margin: -56px;
}

.-m-64 {
  margin: -64px;
}

.-m-70 {
  margin: -70px;
}

.-m-72 {
  margin: -72px;
}

.-m-75 {
  margin: -75px;
}

.-m-80 {
  margin: -80px;
}

.-m-83 {
  margin: -83px;
}

.-m-100 {
  margin: -100px;
}

.-m-118 {
  margin: -118px;
}

.-m-130 {
  margin: -130px;
}

.-m-150 {
  margin: -150px;
}

.-m-180 {
  margin: -180px;
}

.-m-213 {
  margin: -213px;
}

.-m-225 {
  margin: -225px;
}

.-m-250 {
  margin: -250px;
}

.-m-300 {
  margin: -300px;
}

.-m-320 {
  margin: -320px;
}

.-m-345 {
  margin: -345px;
}

.-m-485 {
  margin: -485px;
}

.-m-px {
  margin: -1px;
}

.-m--135 {
  margin: 135px;
}

.-m-0p {
  margin: 0%;
}

.-m-5p {
  margin: -5%;
}

.-m-10p {
  margin: -10%;
}

.-m-15p {
  margin: -15%;
}

.-m-20p {
  margin: -20%;
}

.-m-25p {
  margin: -25%;
}

.-m-30p {
  margin: -30%;
}

.-m-35p {
  margin: -35%;
}

.-m-40p {
  margin: -40%;
}

.-m-45p {
  margin: -45%;
}

.-m-50p {
  margin: -50%;
}

.-m-55p {
  margin: -55%;
}

.-m-60p {
  margin: -60%;
}

.-m-65p {
  margin: -65%;
}

.-m-70p {
  margin: -70%;
}

.-m-75p {
  margin: -75%;
}

.-m-80p {
  margin: -80%;
}

.-m-85p {
  margin: -85%;
}

.-m-90p {
  margin: -90%;
}

.-m-95p {
  margin: -95%;
}

.-m-100p {
  margin: -100%;
}

.-m-66\.5p {
  margin: -66.5%;
}

.-m-67\.5p {
  margin: -67.5%;
}

.my-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.mx-0 {
  margin-left: 0px;
  margin-right: 0px;
}

.my-3 {
  margin-top: 3px;
  margin-bottom: 3px;
}

.mx-3 {
  margin-left: 3px;
  margin-right: 3px;
}

.my-5 {
  margin-top: 5px;
  margin-bottom: 5px;
}

.mx-5 {
  margin-left: 5px;
  margin-right: 5px;
}

.my-8 {
  margin-top: 8px;
  margin-bottom: 8px;
}

.mx-8 {
  margin-left: 8px;
  margin-right: 8px;
}

.my-10 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.mx-10 {
  margin-left: 10px;
  margin-right: 10px;
}

.my-12 {
  margin-top: 12px;
  margin-bottom: 12px;
}

.mx-12 {
  margin-left: 12px;
  margin-right: 12px;
}

.my-14 {
  margin-top: 14px;
  margin-bottom: 14px;
}

.mx-14 {
  margin-left: 14px;
  margin-right: 14px;
}

.my-15 {
  margin-top: 15px;
  margin-bottom: 15px;
}

.mx-15 {
  margin-left: 15px;
  margin-right: 15px;
}

.my-16 {
  margin-top: 16px;
  margin-bottom: 16px;
}

.mx-16 {
  margin-left: 16px;
  margin-right: 16px;
}

.my-20 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.mx-20 {
  margin-left: 20px;
  margin-right: 20px;
}

.my-24 {
  margin-top: 24px;
  margin-bottom: 24px;
}

.mx-24 {
  margin-left: 24px;
  margin-right: 24px;
}

.my-28 {
  margin-top: 28px;
  margin-bottom: 28px;
}

.mx-28 {
  margin-left: 28px;
  margin-right: 28px;
}

.my-29 {
  margin-top: 29px;
  margin-bottom: 29px;
}

.mx-29 {
  margin-left: 29px;
  margin-right: 29px;
}

.my-30 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.mx-30 {
  margin-left: 30px;
  margin-right: 30px;
}

.my-32 {
  margin-top: 32px;
  margin-bottom: 32px;
}

.mx-32 {
  margin-left: 32px;
  margin-right: 32px;
}

.my-35 {
  margin-top: 35px;
  margin-bottom: 35px;
}

.mx-35 {
  margin-left: 35px;
  margin-right: 35px;
}

.my-36 {
  margin-top: 36px;
  margin-bottom: 36px;
}

.mx-36 {
  margin-left: 36px;
  margin-right: 36px;
}

.my-37 {
  margin-top: 37px;
  margin-bottom: 37px;
}

.mx-37 {
  margin-left: 37px;
  margin-right: 37px;
}

.my-39 {
  margin-top: 39px;
  margin-bottom: 39px;
}

.mx-39 {
  margin-left: 39px;
  margin-right: 39px;
}

.my-40 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.mx-40 {
  margin-left: 40px;
  margin-right: 40px;
}

.my-47 {
  margin-top: 47px;
  margin-bottom: 47px;
}

.mx-47 {
  margin-left: 47px;
  margin-right: 47px;
}

.my-50 {
  margin-top: 50px;
  margin-bottom: 50px;
}

.mx-50 {
  margin-left: 50px;
  margin-right: 50px;
}

.my-56 {
  margin-top: 56px;
  margin-bottom: 56px;
}

.mx-56 {
  margin-left: 56px;
  margin-right: 56px;
}

.my-64 {
  margin-top: 64px;
  margin-bottom: 64px;
}

.mx-64 {
  margin-left: 64px;
  margin-right: 64px;
}

.my-70 {
  margin-top: 70px;
  margin-bottom: 70px;
}

.mx-70 {
  margin-left: 70px;
  margin-right: 70px;
}

.my-72 {
  margin-top: 72px;
  margin-bottom: 72px;
}

.mx-72 {
  margin-left: 72px;
  margin-right: 72px;
}

.my-75 {
  margin-top: 75px;
  margin-bottom: 75px;
}

.mx-75 {
  margin-left: 75px;
  margin-right: 75px;
}

.my-80 {
  margin-top: 80px;
  margin-bottom: 80px;
}

.mx-80 {
  margin-left: 80px;
  margin-right: 80px;
}

.my-83 {
  margin-top: 83px;
  margin-bottom: 83px;
}

.mx-83 {
  margin-left: 83px;
  margin-right: 83px;
}

.my-100 {
  margin-top: 100px;
  margin-bottom: 100px;
}

.mx-100 {
  margin-left: 100px;
  margin-right: 100px;
}

.my-118 {
  margin-top: 118px;
  margin-bottom: 118px;
}

.mx-118 {
  margin-left: 118px;
  margin-right: 118px;
}

.my-130 {
  margin-top: 130px;
  margin-bottom: 130px;
}

.mx-130 {
  margin-left: 130px;
  margin-right: 130px;
}

.my-150 {
  margin-top: 150px;
  margin-bottom: 150px;
}

.mx-150 {
  margin-left: 150px;
  margin-right: 150px;
}

.my-180 {
  margin-top: 180px;
  margin-bottom: 180px;
}

.mx-180 {
  margin-left: 180px;
  margin-right: 180px;
}

.my-213 {
  margin-top: 213px;
  margin-bottom: 213px;
}

.mx-213 {
  margin-left: 213px;
  margin-right: 213px;
}

.my-225 {
  margin-top: 225px;
  margin-bottom: 225px;
}

.mx-225 {
  margin-left: 225px;
  margin-right: 225px;
}

.my-250 {
  margin-top: 250px;
  margin-bottom: 250px;
}

.mx-250 {
  margin-left: 250px;
  margin-right: 250px;
}

.my-300 {
  margin-top: 300px;
  margin-bottom: 300px;
}

.mx-300 {
  margin-left: 300px;
  margin-right: 300px;
}

.my-320 {
  margin-top: 320px;
  margin-bottom: 320px;
}

.mx-320 {
  margin-left: 320px;
  margin-right: 320px;
}

.my-345 {
  margin-top: 345px;
  margin-bottom: 345px;
}

.mx-345 {
  margin-left: 345px;
  margin-right: 345px;
}

.my-485 {
  margin-top: 485px;
  margin-bottom: 485px;
}

.mx-485 {
  margin-left: 485px;
  margin-right: 485px;
}

.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-135 {
  margin-top: -135px;
  margin-bottom: -135px;
}

.-mx-135 {
  margin-left: -135px;
  margin-right: -135px;
}

.my-0p {
  margin-top: 0%;
  margin-bottom: 0%;
}

.mx-0p {
  margin-left: 0%;
  margin-right: 0%;
}

.my-5p {
  margin-top: 5%;
  margin-bottom: 5%;
}

.mx-5p {
  margin-left: 5%;
  margin-right: 5%;
}

.my-10p {
  margin-top: 10%;
  margin-bottom: 10%;
}

.mx-10p {
  margin-left: 10%;
  margin-right: 10%;
}

.my-15p {
  margin-top: 15%;
  margin-bottom: 15%;
}

.mx-15p {
  margin-left: 15%;
  margin-right: 15%;
}

.my-20p {
  margin-top: 20%;
  margin-bottom: 20%;
}

.mx-20p {
  margin-left: 20%;
  margin-right: 20%;
}

.my-25p {
  margin-top: 25%;
  margin-bottom: 25%;
}

.mx-25p {
  margin-left: 25%;
  margin-right: 25%;
}

.my-30p {
  margin-top: 30%;
  margin-bottom: 30%;
}

.mx-30p {
  margin-left: 30%;
  margin-right: 30%;
}

.my-35p {
  margin-top: 35%;
  margin-bottom: 35%;
}

.mx-35p {
  margin-left: 35%;
  margin-right: 35%;
}

.my-40p {
  margin-top: 40%;
  margin-bottom: 40%;
}

.mx-40p {
  margin-left: 40%;
  margin-right: 40%;
}

.my-45p {
  margin-top: 45%;
  margin-bottom: 45%;
}

.mx-45p {
  margin-left: 45%;
  margin-right: 45%;
}

.my-50p {
  margin-top: 50%;
  margin-bottom: 50%;
}

.mx-50p {
  margin-left: 50%;
  margin-right: 50%;
}

.my-55p {
  margin-top: 55%;
  margin-bottom: 55%;
}

.mx-55p {
  margin-left: 55%;
  margin-right: 55%;
}

.my-60p {
  margin-top: 60%;
  margin-bottom: 60%;
}

.mx-60p {
  margin-left: 60%;
  margin-right: 60%;
}

.my-65p {
  margin-top: 65%;
  margin-bottom: 65%;
}

.mx-65p {
  margin-left: 65%;
  margin-right: 65%;
}

.my-70p {
  margin-top: 70%;
  margin-bottom: 70%;
}

.mx-70p {
  margin-left: 70%;
  margin-right: 70%;
}

.my-75p {
  margin-top: 75%;
  margin-bottom: 75%;
}

.mx-75p {
  margin-left: 75%;
  margin-right: 75%;
}

.my-80p {
  margin-top: 80%;
  margin-bottom: 80%;
}

.mx-80p {
  margin-left: 80%;
  margin-right: 80%;
}

.my-85p {
  margin-top: 85%;
  margin-bottom: 85%;
}

.mx-85p {
  margin-left: 85%;
  margin-right: 85%;
}

.my-90p {
  margin-top: 90%;
  margin-bottom: 90%;
}

.mx-90p {
  margin-left: 90%;
  margin-right: 90%;
}

.my-95p {
  margin-top: 95%;
  margin-bottom: 95%;
}

.mx-95p {
  margin-left: 95%;
  margin-right: 95%;
}

.my-100p {
  margin-top: 100%;
  margin-bottom: 100%;
}

.mx-100p {
  margin-left: 100%;
  margin-right: 100%;
}

.my-66\.5p {
  margin-top: 66.5%;
  margin-bottom: 66.5%;
}

.mx-66\.5p {
  margin-left: 66.5%;
  margin-right: 66.5%;
}

.my-67\.5p {
  margin-top: 67.5%;
  margin-bottom: 67.5%;
}

.mx-67\.5p {
  margin-left: 67.5%;
  margin-right: 67.5%;
}

.-my-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.-mx-0 {
  margin-left: 0px;
  margin-right: 0px;
}

.-my-3 {
  margin-top: -3px;
  margin-bottom: -3px;
}

.-mx-3 {
  margin-left: -3px;
  margin-right: -3px;
}

.-my-5 {
  margin-top: -5px;
  margin-bottom: -5px;
}

.-mx-5 {
  margin-left: -5px;
  margin-right: -5px;
}

.-my-8 {
  margin-top: -8px;
  margin-bottom: -8px;
}

.-mx-8 {
  margin-left: -8px;
  margin-right: -8px;
}

.-my-10 {
  margin-top: -10px;
  margin-bottom: -10px;
}

.-mx-10 {
  margin-left: -10px;
  margin-right: -10px;
}

.-my-12 {
  margin-top: -12px;
  margin-bottom: -12px;
}

.-mx-12 {
  margin-left: -12px;
  margin-right: -12px;
}

.-my-14 {
  margin-top: -14px;
  margin-bottom: -14px;
}

.-mx-14 {
  margin-left: -14px;
  margin-right: -14px;
}

.-my-15 {
  margin-top: -15px;
  margin-bottom: -15px;
}

.-mx-15 {
  margin-left: -15px;
  margin-right: -15px;
}

.-my-16 {
  margin-top: -16px;
  margin-bottom: -16px;
}

.-mx-16 {
  margin-left: -16px;
  margin-right: -16px;
}

.-my-20 {
  margin-top: -20px;
  margin-bottom: -20px;
}

.-mx-20 {
  margin-left: -20px;
  margin-right: -20px;
}

.-my-24 {
  margin-top: -24px;
  margin-bottom: -24px;
}

.-mx-24 {
  margin-left: -24px;
  margin-right: -24px;
}

.-my-28 {
  margin-top: -28px;
  margin-bottom: -28px;
}

.-mx-28 {
  margin-left: -28px;
  margin-right: -28px;
}

.-my-29 {
  margin-top: -29px;
  margin-bottom: -29px;
}

.-mx-29 {
  margin-left: -29px;
  margin-right: -29px;
}

.-my-30 {
  margin-top: -30px;
  margin-bottom: -30px;
}

.-mx-30 {
  margin-left: -30px;
  margin-right: -30px;
}

.-my-32 {
  margin-top: -32px;
  margin-bottom: -32px;
}

.-mx-32 {
  margin-left: -32px;
  margin-right: -32px;
}

.-my-35 {
  margin-top: -35px;
  margin-bottom: -35px;
}

.-mx-35 {
  margin-left: -35px;
  margin-right: -35px;
}

.-my-36 {
  margin-top: -36px;
  margin-bottom: -36px;
}

.-mx-36 {
  margin-left: -36px;
  margin-right: -36px;
}

.-my-37 {
  margin-top: -37px;
  margin-bottom: -37px;
}

.-mx-37 {
  margin-left: -37px;
  margin-right: -37px;
}

.-my-39 {
  margin-top: -39px;
  margin-bottom: -39px;
}

.-mx-39 {
  margin-left: -39px;
  margin-right: -39px;
}

.-my-40 {
  margin-top: -40px;
  margin-bottom: -40px;
}

.-mx-40 {
  margin-left: -40px;
  margin-right: -40px;
}

.-my-47 {
  margin-top: -47px;
  margin-bottom: -47px;
}

.-mx-47 {
  margin-left: -47px;
  margin-right: -47px;
}

.-my-50 {
  margin-top: -50px;
  margin-bottom: -50px;
}

.-mx-50 {
  margin-left: -50px;
  margin-right: -50px;
}

.-my-56 {
  margin-top: -56px;
  margin-bottom: -56px;
}

.-mx-56 {
  margin-left: -56px;
  margin-right: -56px;
}

.-my-64 {
  margin-top: -64px;
  margin-bottom: -64px;
}

.-mx-64 {
  margin-left: -64px;
  margin-right: -64px;
}

.-my-70 {
  margin-top: -70px;
  margin-bottom: -70px;
}

.-mx-70 {
  margin-left: -70px;
  margin-right: -70px;
}

.-my-72 {
  margin-top: -72px;
  margin-bottom: -72px;
}

.-mx-72 {
  margin-left: -72px;
  margin-right: -72px;
}

.-my-75 {
  margin-top: -75px;
  margin-bottom: -75px;
}

.-mx-75 {
  margin-left: -75px;
  margin-right: -75px;
}

.-my-80 {
  margin-top: -80px;
  margin-bottom: -80px;
}

.-mx-80 {
  margin-left: -80px;
  margin-right: -80px;
}

.-my-83 {
  margin-top: -83px;
  margin-bottom: -83px;
}

.-mx-83 {
  margin-left: -83px;
  margin-right: -83px;
}

.-my-100 {
  margin-top: -100px;
  margin-bottom: -100px;
}

.-mx-100 {
  margin-left: -100px;
  margin-right: -100px;
}

.-my-118 {
  margin-top: -118px;
  margin-bottom: -118px;
}

.-mx-118 {
  margin-left: -118px;
  margin-right: -118px;
}

.-my-130 {
  margin-top: -130px;
  margin-bottom: -130px;
}

.-mx-130 {
  margin-left: -130px;
  margin-right: -130px;
}

.-my-150 {
  margin-top: -150px;
  margin-bottom: -150px;
}

.-mx-150 {
  margin-left: -150px;
  margin-right: -150px;
}

.-my-180 {
  margin-top: -180px;
  margin-bottom: -180px;
}

.-mx-180 {
  margin-left: -180px;
  margin-right: -180px;
}

.-my-213 {
  margin-top: -213px;
  margin-bottom: -213px;
}

.-mx-213 {
  margin-left: -213px;
  margin-right: -213px;
}

.-my-225 {
  margin-top: -225px;
  margin-bottom: -225px;
}

.-mx-225 {
  margin-left: -225px;
  margin-right: -225px;
}

.-my-250 {
  margin-top: -250px;
  margin-bottom: -250px;
}

.-mx-250 {
  margin-left: -250px;
  margin-right: -250px;
}

.-my-300 {
  margin-top: -300px;
  margin-bottom: -300px;
}

.-mx-300 {
  margin-left: -300px;
  margin-right: -300px;
}

.-my-320 {
  margin-top: -320px;
  margin-bottom: -320px;
}

.-mx-320 {
  margin-left: -320px;
  margin-right: -320px;
}

.-my-345 {
  margin-top: -345px;
  margin-bottom: -345px;
}

.-mx-345 {
  margin-left: -345px;
  margin-right: -345px;
}

.-my-485 {
  margin-top: -485px;
  margin-bottom: -485px;
}

.-mx-485 {
  margin-left: -485px;
  margin-right: -485px;
}

.-my-px {
  margin-top: -1px;
  margin-bottom: -1px;
}

.-mx-px {
  margin-left: -1px;
  margin-right: -1px;
}

.-my--135 {
  margin-top: 135px;
  margin-bottom: 135px;
}

.-mx--135 {
  margin-left: 135px;
  margin-right: 135px;
}

.-my-0p {
  margin-top: 0%;
  margin-bottom: 0%;
}

.-mx-0p {
  margin-left: 0%;
  margin-right: 0%;
}

.-my-5p {
  margin-top: -5%;
  margin-bottom: -5%;
}

.-mx-5p {
  margin-left: -5%;
  margin-right: -5%;
}

.-my-10p {
  margin-top: -10%;
  margin-bottom: -10%;
}

.-mx-10p {
  margin-left: -10%;
  margin-right: -10%;
}

.-my-15p {
  margin-top: -15%;
  margin-bottom: -15%;
}

.-mx-15p {
  margin-left: -15%;
  margin-right: -15%;
}

.-my-20p {
  margin-top: -20%;
  margin-bottom: -20%;
}

.-mx-20p {
  margin-left: -20%;
  margin-right: -20%;
}

.-my-25p {
  margin-top: -25%;
  margin-bottom: -25%;
}

.-mx-25p {
  margin-left: -25%;
  margin-right: -25%;
}

.-my-30p {
  margin-top: -30%;
  margin-bottom: -30%;
}

.-mx-30p {
  margin-left: -30%;
  margin-right: -30%;
}

.-my-35p {
  margin-top: -35%;
  margin-bottom: -35%;
}

.-mx-35p {
  margin-left: -35%;
  margin-right: -35%;
}

.-my-40p {
  margin-top: -40%;
  margin-bottom: -40%;
}

.-mx-40p {
  margin-left: -40%;
  margin-right: -40%;
}

.-my-45p {
  margin-top: -45%;
  margin-bottom: -45%;
}

.-mx-45p {
  margin-left: -45%;
  margin-right: -45%;
}

.-my-50p {
  margin-top: -50%;
  margin-bottom: -50%;
}

.-mx-50p {
  margin-left: -50%;
  margin-right: -50%;
}

.-my-55p {
  margin-top: -55%;
  margin-bottom: -55%;
}

.-mx-55p {
  margin-left: -55%;
  margin-right: -55%;
}

.-my-60p {
  margin-top: -60%;
  margin-bottom: -60%;
}

.-mx-60p {
  margin-left: -60%;
  margin-right: -60%;
}

.-my-65p {
  margin-top: -65%;
  margin-bottom: -65%;
}

.-mx-65p {
  margin-left: -65%;
  margin-right: -65%;
}

.-my-70p {
  margin-top: -70%;
  margin-bottom: -70%;
}

.-mx-70p {
  margin-left: -70%;
  margin-right: -70%;
}

.-my-75p {
  margin-top: -75%;
  margin-bottom: -75%;
}

.-mx-75p {
  margin-left: -75%;
  margin-right: -75%;
}

.-my-80p {
  margin-top: -80%;
  margin-bottom: -80%;
}

.-mx-80p {
  margin-left: -80%;
  margin-right: -80%;
}

.-my-85p {
  margin-top: -85%;
  margin-bottom: -85%;
}

.-mx-85p {
  margin-left: -85%;
  margin-right: -85%;
}

.-my-90p {
  margin-top: -90%;
  margin-bottom: -90%;
}

.-mx-90p {
  margin-left: -90%;
  margin-right: -90%;
}

.-my-95p {
  margin-top: -95%;
  margin-bottom: -95%;
}

.-mx-95p {
  margin-left: -95%;
  margin-right: -95%;
}

.-my-100p {
  margin-top: -100%;
  margin-bottom: -100%;
}

.-mx-100p {
  margin-left: -100%;
  margin-right: -100%;
}

.-my-66\.5p {
  margin-top: -66.5%;
  margin-bottom: -66.5%;
}

.-mx-66\.5p {
  margin-left: -66.5%;
  margin-right: -66.5%;
}

.-my-67\.5p {
  margin-top: -67.5%;
  margin-bottom: -67.5%;
}

.-mx-67\.5p {
  margin-left: -67.5%;
  margin-right: -67.5%;
}

.mt-0 {
  margin-top: 0px;
}

.mr-0 {
  margin-right: 0px;
}

.mb-0 {
  margin-bottom: 0px;
}

.ml-0 {
  margin-left: 0px;
}

.mt-3 {
  margin-top: 3px;
}

.mr-3 {
  margin-right: 3px;
}

.mb-3 {
  margin-bottom: 3px;
}

.ml-3 {
  margin-left: 3px;
}

.mt-5 {
  margin-top: 5px;
}

.mr-5 {
  margin-right: 5px;
}

.mb-5 {
  margin-bottom: 5px;
}

.ml-5 {
  margin-left: 5px;
}

.mt-8 {
  margin-top: 8px;
}

.mr-8 {
  margin-right: 8px;
}

.mb-8 {
  margin-bottom: 8px;
}

.ml-8 {
  margin-left: 8px;
}

.mt-10 {
  margin-top: 10px;
}

.mr-10 {
  margin-right: 10px;
}

.mb-10 {
  margin-bottom: 10px;
}

.ml-10 {
  margin-left: 10px;
}

.mt-12 {
  margin-top: 12px;
}

.mr-12 {
  margin-right: 12px;
}

.mb-12 {
  margin-bottom: 12px;
}

.ml-12 {
  margin-left: 12px;
}

.mt-14 {
  margin-top: 14px;
}

.mr-14 {
  margin-right: 14px;
}

.mb-14 {
  margin-bottom: 14px;
}

.ml-14 {
  margin-left: 14px;
}

.mt-15 {
  margin-top: 15px;
}

.mr-15 {
  margin-right: 15px;
}

.mb-15 {
  margin-bottom: 15px;
}

.ml-15 {
  margin-left: 15px;
}

.mt-16 {
  margin-top: 16px;
}

.mr-16 {
  margin-right: 16px;
}

.mb-16 {
  margin-bottom: 16px;
}

.ml-16 {
  margin-left: 16px;
}

.mt-20 {
  margin-top: 20px;
}

.mr-20 {
  margin-right: 20px;
}

.mb-20 {
  margin-bottom: 20px;
}

.ml-20 {
  margin-left: 20px;
}

.mt-24 {
  margin-top: 24px;
}

.mr-24 {
  margin-right: 24px;
}

.mb-24 {
  margin-bottom: 24px;
}

.ml-24 {
  margin-left: 24px;
}

.mt-28 {
  margin-top: 28px;
}

.mr-28 {
  margin-right: 28px;
}

.mb-28 {
  margin-bottom: 28px;
}

.ml-28 {
  margin-left: 28px;
}

.mt-29 {
  margin-top: 29px;
}

.mr-29 {
  margin-right: 29px;
}

.mb-29 {
  margin-bottom: 29px;
}

.ml-29 {
  margin-left: 29px;
}

.mt-30 {
  margin-top: 30px;
}

.mr-30 {
  margin-right: 30px;
}

.mb-30 {
  margin-bottom: 30px;
}

.ml-30 {
  margin-left: 30px;
}

.mt-32 {
  margin-top: 32px;
}

.mr-32 {
  margin-right: 32px;
}

.mb-32 {
  margin-bottom: 32px;
}

.ml-32 {
  margin-left: 32px;
}

.mt-35 {
  margin-top: 35px;
}

.mr-35 {
  margin-right: 35px;
}

.mb-35 {
  margin-bottom: 35px;
}

.ml-35 {
  margin-left: 35px;
}

.mt-36 {
  margin-top: 36px;
}

.mr-36 {
  margin-right: 36px;
}

.mb-36 {
  margin-bottom: 36px;
}

.ml-36 {
  margin-left: 36px;
}

.mt-37 {
  margin-top: 37px;
}

.mr-37 {
  margin-right: 37px;
}

.mb-37 {
  margin-bottom: 37px;
}

.ml-37 {
  margin-left: 37px;
}

.mt-39 {
  margin-top: 39px;
}

.mr-39 {
  margin-right: 39px;
}

.mb-39 {
  margin-bottom: 39px;
}

.ml-39 {
  margin-left: 39px;
}

.mt-40 {
  margin-top: 40px;
}

.mr-40 {
  margin-right: 40px;
}

.mb-40 {
  margin-bottom: 40px;
}

.ml-40 {
  margin-left: 40px;
}

.mt-47 {
  margin-top: 47px;
}

.mr-47 {
  margin-right: 47px;
}

.mb-47 {
  margin-bottom: 47px;
}

.ml-47 {
  margin-left: 47px;
}

.mt-50 {
  margin-top: 50px;
}

.mr-50 {
  margin-right: 50px;
}

.mb-50 {
  margin-bottom: 50px;
}

.ml-50 {
  margin-left: 50px;
}

.mt-56 {
  margin-top: 56px;
}

.mr-56 {
  margin-right: 56px;
}

.mb-56 {
  margin-bottom: 56px;
}

.ml-56 {
  margin-left: 56px;
}

.mt-64 {
  margin-top: 64px;
}

.mr-64 {
  margin-right: 64px;
}

.mb-64 {
  margin-bottom: 64px;
}

.ml-64 {
  margin-left: 64px;
}

.mt-70 {
  margin-top: 70px;
}

.mr-70 {
  margin-right: 70px;
}

.mb-70 {
  margin-bottom: 70px;
}

.ml-70 {
  margin-left: 70px;
}

.mt-72 {
  margin-top: 72px;
}

.mr-72 {
  margin-right: 72px;
}

.mb-72 {
  margin-bottom: 72px;
}

.ml-72 {
  margin-left: 72px;
}

.mt-75 {
  margin-top: 75px;
}

.mr-75 {
  margin-right: 75px;
}

.mb-75 {
  margin-bottom: 75px;
}

.ml-75 {
  margin-left: 75px;
}

.mt-80 {
  margin-top: 80px;
}

.mr-80 {
  margin-right: 80px;
}

.mb-80 {
  margin-bottom: 80px;
}

.ml-80 {
  margin-left: 80px;
}

.mt-83 {
  margin-top: 83px;
}

.mr-83 {
  margin-right: 83px;
}

.mb-83 {
  margin-bottom: 83px;
}

.ml-83 {
  margin-left: 83px;
}

.mt-100 {
  margin-top: 100px;
}

.mr-100 {
  margin-right: 100px;
}

.mb-100 {
  margin-bottom: 100px;
}

.ml-100 {
  margin-left: 100px;
}

.mt-118 {
  margin-top: 118px;
}

.mr-118 {
  margin-right: 118px;
}

.mb-118 {
  margin-bottom: 118px;
}

.ml-118 {
  margin-left: 118px;
}

.mt-130 {
  margin-top: 130px;
}

.mr-130 {
  margin-right: 130px;
}

.mb-130 {
  margin-bottom: 130px;
}

.ml-130 {
  margin-left: 130px;
}

.mt-150 {
  margin-top: 150px;
}

.mr-150 {
  margin-right: 150px;
}

.mb-150 {
  margin-bottom: 150px;
}

.ml-150 {
  margin-left: 150px;
}

.mt-180 {
  margin-top: 180px;
}

.mr-180 {
  margin-right: 180px;
}

.mb-180 {
  margin-bottom: 180px;
}

.ml-180 {
  margin-left: 180px;
}

.mt-213 {
  margin-top: 213px;
}

.mr-213 {
  margin-right: 213px;
}

.mb-213 {
  margin-bottom: 213px;
}

.ml-213 {
  margin-left: 213px;
}

.mt-225 {
  margin-top: 225px;
}

.mr-225 {
  margin-right: 225px;
}

.mb-225 {
  margin-bottom: 225px;
}

.ml-225 {
  margin-left: 225px;
}

.mt-250 {
  margin-top: 250px;
}

.mr-250 {
  margin-right: 250px;
}

.mb-250 {
  margin-bottom: 250px;
}

.ml-250 {
  margin-left: 250px;
}

.mt-300 {
  margin-top: 300px;
}

.mr-300 {
  margin-right: 300px;
}

.mb-300 {
  margin-bottom: 300px;
}

.ml-300 {
  margin-left: 300px;
}

.mt-320 {
  margin-top: 320px;
}

.mr-320 {
  margin-right: 320px;
}

.mb-320 {
  margin-bottom: 320px;
}

.ml-320 {
  margin-left: 320px;
}

.mt-345 {
  margin-top: 345px;
}

.mr-345 {
  margin-right: 345px;
}

.mb-345 {
  margin-bottom: 345px;
}

.ml-345 {
  margin-left: 345px;
}

.mt-485 {
  margin-top: 485px;
}

.mr-485 {
  margin-right: 485px;
}

.mb-485 {
  margin-bottom: 485px;
}

.ml-485 {
  margin-left: 485px;
}

.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-135 {
  margin-top: -135px;
}

.-mr-135 {
  margin-right: -135px;
}

.-mb-135 {
  margin-bottom: -135px;
}

.-ml-135 {
  margin-left: -135px;
}

.mt-0p {
  margin-top: 0%;
}

.mr-0p {
  margin-right: 0%;
}

.mb-0p {
  margin-bottom: 0%;
}

.ml-0p {
  margin-left: 0%;
}

.mt-5p {
  margin-top: 5%;
}

.mr-5p {
  margin-right: 5%;
}

.mb-5p {
  margin-bottom: 5%;
}

.ml-5p {
  margin-left: 5%;
}

.mt-10p {
  margin-top: 10%;
}

.mr-10p {
  margin-right: 10%;
}

.mb-10p {
  margin-bottom: 10%;
}

.ml-10p {
  margin-left: 10%;
}

.mt-15p {
  margin-top: 15%;
}

.mr-15p {
  margin-right: 15%;
}

.mb-15p {
  margin-bottom: 15%;
}

.ml-15p {
  margin-left: 15%;
}

.mt-20p {
  margin-top: 20%;
}

.mr-20p {
  margin-right: 20%;
}

.mb-20p {
  margin-bottom: 20%;
}

.ml-20p {
  margin-left: 20%;
}

.mt-25p {
  margin-top: 25%;
}

.mr-25p {
  margin-right: 25%;
}

.mb-25p {
  margin-bottom: 25%;
}

.ml-25p {
  margin-left: 25%;
}

.mt-30p {
  margin-top: 30%;
}

.mr-30p {
  margin-right: 30%;
}

.mb-30p {
  margin-bottom: 30%;
}

.ml-30p {
  margin-left: 30%;
}

.mt-35p {
  margin-top: 35%;
}

.mr-35p {
  margin-right: 35%;
}

.mb-35p {
  margin-bottom: 35%;
}

.ml-35p {
  margin-left: 35%;
}

.mt-40p {
  margin-top: 40%;
}

.mr-40p {
  margin-right: 40%;
}

.mb-40p {
  margin-bottom: 40%;
}

.ml-40p {
  margin-left: 40%;
}

.mt-45p {
  margin-top: 45%;
}

.mr-45p {
  margin-right: 45%;
}

.mb-45p {
  margin-bottom: 45%;
}

.ml-45p {
  margin-left: 45%;
}

.mt-50p {
  margin-top: 50%;
}

.mr-50p {
  margin-right: 50%;
}

.mb-50p {
  margin-bottom: 50%;
}

.ml-50p {
  margin-left: 50%;
}

.mt-55p {
  margin-top: 55%;
}

.mr-55p {
  margin-right: 55%;
}

.mb-55p {
  margin-bottom: 55%;
}

.ml-55p {
  margin-left: 55%;
}

.mt-60p {
  margin-top: 60%;
}

.mr-60p {
  margin-right: 60%;
}

.mb-60p {
  margin-bottom: 60%;
}

.ml-60p {
  margin-left: 60%;
}

.mt-65p {
  margin-top: 65%;
}

.mr-65p {
  margin-right: 65%;
}

.mb-65p {
  margin-bottom: 65%;
}

.ml-65p {
  margin-left: 65%;
}

.mt-70p {
  margin-top: 70%;
}

.mr-70p {
  margin-right: 70%;
}

.mb-70p {
  margin-bottom: 70%;
}

.ml-70p {
  margin-left: 70%;
}

.mt-75p {
  margin-top: 75%;
}

.mr-75p {
  margin-right: 75%;
}

.mb-75p {
  margin-bottom: 75%;
}

.ml-75p {
  margin-left: 75%;
}

.mt-80p {
  margin-top: 80%;
}

.mr-80p {
  margin-right: 80%;
}

.mb-80p {
  margin-bottom: 80%;
}

.ml-80p {
  margin-left: 80%;
}

.mt-85p {
  margin-top: 85%;
}

.mr-85p {
  margin-right: 85%;
}

.mb-85p {
  margin-bottom: 85%;
}

.ml-85p {
  margin-left: 85%;
}

.mt-90p {
  margin-top: 90%;
}

.mr-90p {
  margin-right: 90%;
}

.mb-90p {
  margin-bottom: 90%;
}

.ml-90p {
  margin-left: 90%;
}

.mt-95p {
  margin-top: 95%;
}

.mr-95p {
  margin-right: 95%;
}

.mb-95p {
  margin-bottom: 95%;
}

.ml-95p {
  margin-left: 95%;
}

.mt-100p {
  margin-top: 100%;
}

.mr-100p {
  margin-right: 100%;
}

.mb-100p {
  margin-bottom: 100%;
}

.ml-100p {
  margin-left: 100%;
}

.mt-66\.5p {
  margin-top: 66.5%;
}

.mr-66\.5p {
  margin-right: 66.5%;
}

.mb-66\.5p {
  margin-bottom: 66.5%;
}

.ml-66\.5p {
  margin-left: 66.5%;
}

.mt-67\.5p {
  margin-top: 67.5%;
}

.mr-67\.5p {
  margin-right: 67.5%;
}

.mb-67\.5p {
  margin-bottom: 67.5%;
}

.ml-67\.5p {
  margin-left: 67.5%;
}

.-mt-0 {
  margin-top: 0px;
}

.-mr-0 {
  margin-right: 0px;
}

.-mb-0 {
  margin-bottom: 0px;
}

.-ml-0 {
  margin-left: 0px;
}

.-mt-3 {
  margin-top: -3px;
}

.-mr-3 {
  margin-right: -3px;
}

.-mb-3 {
  margin-bottom: -3px;
}

.-ml-3 {
  margin-left: -3px;
}

.-mt-5 {
  margin-top: -5px;
}

.-mr-5 {
  margin-right: -5px;
}

.-mb-5 {
  margin-bottom: -5px;
}

.-ml-5 {
  margin-left: -5px;
}

.-mt-8 {
  margin-top: -8px;
}

.-mr-8 {
  margin-right: -8px;
}

.-mb-8 {
  margin-bottom: -8px;
}

.-ml-8 {
  margin-left: -8px;
}

.-mt-10 {
  margin-top: -10px;
}

.-mr-10 {
  margin-right: -10px;
}

.-mb-10 {
  margin-bottom: -10px;
}

.-ml-10 {
  margin-left: -10px;
}

.-mt-12 {
  margin-top: -12px;
}

.-mr-12 {
  margin-right: -12px;
}

.-mb-12 {
  margin-bottom: -12px;
}

.-ml-12 {
  margin-left: -12px;
}

.-mt-14 {
  margin-top: -14px;
}

.-mr-14 {
  margin-right: -14px;
}

.-mb-14 {
  margin-bottom: -14px;
}

.-ml-14 {
  margin-left: -14px;
}

.-mt-15 {
  margin-top: -15px;
}

.-mr-15 {
  margin-right: -15px;
}

.-mb-15 {
  margin-bottom: -15px;
}

.-ml-15 {
  margin-left: -15px;
}

.-mt-16 {
  margin-top: -16px;
}

.-mr-16 {
  margin-right: -16px;
}

.-mb-16 {
  margin-bottom: -16px;
}

.-ml-16 {
  margin-left: -16px;
}

.-mt-20 {
  margin-top: -20px;
}

.-mr-20 {
  margin-right: -20px;
}

.-mb-20 {
  margin-bottom: -20px;
}

.-ml-20 {
  margin-left: -20px;
}

.-mt-24 {
  margin-top: -24px;
}

.-mr-24 {
  margin-right: -24px;
}

.-mb-24 {
  margin-bottom: -24px;
}

.-ml-24 {
  margin-left: -24px;
}

.-mt-28 {
  margin-top: -28px;
}

.-mr-28 {
  margin-right: -28px;
}

.-mb-28 {
  margin-bottom: -28px;
}

.-ml-28 {
  margin-left: -28px;
}

.-mt-29 {
  margin-top: -29px;
}

.-mr-29 {
  margin-right: -29px;
}

.-mb-29 {
  margin-bottom: -29px;
}

.-ml-29 {
  margin-left: -29px;
}

.-mt-30 {
  margin-top: -30px;
}

.-mr-30 {
  margin-right: -30px;
}

.-mb-30 {
  margin-bottom: -30px;
}

.-ml-30 {
  margin-left: -30px;
}

.-mt-32 {
  margin-top: -32px;
}

.-mr-32 {
  margin-right: -32px;
}

.-mb-32 {
  margin-bottom: -32px;
}

.-ml-32 {
  margin-left: -32px;
}

.-mt-35 {
  margin-top: -35px;
}

.-mr-35 {
  margin-right: -35px;
}

.-mb-35 {
  margin-bottom: -35px;
}

.-ml-35 {
  margin-left: -35px;
}

.-mt-36 {
  margin-top: -36px;
}

.-mr-36 {
  margin-right: -36px;
}

.-mb-36 {
  margin-bottom: -36px;
}

.-ml-36 {
  margin-left: -36px;
}

.-mt-37 {
  margin-top: -37px;
}

.-mr-37 {
  margin-right: -37px;
}

.-mb-37 {
  margin-bottom: -37px;
}

.-ml-37 {
  margin-left: -37px;
}

.-mt-39 {
  margin-top: -39px;
}

.-mr-39 {
  margin-right: -39px;
}

.-mb-39 {
  margin-bottom: -39px;
}

.-ml-39 {
  margin-left: -39px;
}

.-mt-40 {
  margin-top: -40px;
}

.-mr-40 {
  margin-right: -40px;
}

.-mb-40 {
  margin-bottom: -40px;
}

.-ml-40 {
  margin-left: -40px;
}

.-mt-47 {
  margin-top: -47px;
}

.-mr-47 {
  margin-right: -47px;
}

.-mb-47 {
  margin-bottom: -47px;
}

.-ml-47 {
  margin-left: -47px;
}

.-mt-50 {
  margin-top: -50px;
}

.-mr-50 {
  margin-right: -50px;
}

.-mb-50 {
  margin-bottom: -50px;
}

.-ml-50 {
  margin-left: -50px;
}

.-mt-56 {
  margin-top: -56px;
}

.-mr-56 {
  margin-right: -56px;
}

.-mb-56 {
  margin-bottom: -56px;
}

.-ml-56 {
  margin-left: -56px;
}

.-mt-64 {
  margin-top: -64px;
}

.-mr-64 {
  margin-right: -64px;
}

.-mb-64 {
  margin-bottom: -64px;
}

.-ml-64 {
  margin-left: -64px;
}

.-mt-70 {
  margin-top: -70px;
}

.-mr-70 {
  margin-right: -70px;
}

.-mb-70 {
  margin-bottom: -70px;
}

.-ml-70 {
  margin-left: -70px;
}

.-mt-72 {
  margin-top: -72px;
}

.-mr-72 {
  margin-right: -72px;
}

.-mb-72 {
  margin-bottom: -72px;
}

.-ml-72 {
  margin-left: -72px;
}

.-mt-75 {
  margin-top: -75px;
}

.-mr-75 {
  margin-right: -75px;
}

.-mb-75 {
  margin-bottom: -75px;
}

.-ml-75 {
  margin-left: -75px;
}

.-mt-80 {
  margin-top: -80px;
}

.-mr-80 {
  margin-right: -80px;
}

.-mb-80 {
  margin-bottom: -80px;
}

.-ml-80 {
  margin-left: -80px;
}

.-mt-83 {
  margin-top: -83px;
}

.-mr-83 {
  margin-right: -83px;
}

.-mb-83 {
  margin-bottom: -83px;
}

.-ml-83 {
  margin-left: -83px;
}

.-mt-100 {
  margin-top: -100px;
}

.-mr-100 {
  margin-right: -100px;
}

.-mb-100 {
  margin-bottom: -100px;
}

.-ml-100 {
  margin-left: -100px;
}

.-mt-118 {
  margin-top: -118px;
}

.-mr-118 {
  margin-right: -118px;
}

.-mb-118 {
  margin-bottom: -118px;
}

.-ml-118 {
  margin-left: -118px;
}

.-mt-130 {
  margin-top: -130px;
}

.-mr-130 {
  margin-right: -130px;
}

.-mb-130 {
  margin-bottom: -130px;
}

.-ml-130 {
  margin-left: -130px;
}

.-mt-150 {
  margin-top: -150px;
}

.-mr-150 {
  margin-right: -150px;
}

.-mb-150 {
  margin-bottom: -150px;
}

.-ml-150 {
  margin-left: -150px;
}

.-mt-180 {
  margin-top: -180px;
}

.-mr-180 {
  margin-right: -180px;
}

.-mb-180 {
  margin-bottom: -180px;
}

.-ml-180 {
  margin-left: -180px;
}

.-mt-213 {
  margin-top: -213px;
}

.-mr-213 {
  margin-right: -213px;
}

.-mb-213 {
  margin-bottom: -213px;
}

.-ml-213 {
  margin-left: -213px;
}

.-mt-225 {
  margin-top: -225px;
}

.-mr-225 {
  margin-right: -225px;
}

.-mb-225 {
  margin-bottom: -225px;
}

.-ml-225 {
  margin-left: -225px;
}

.-mt-250 {
  margin-top: -250px;
}

.-mr-250 {
  margin-right: -250px;
}

.-mb-250 {
  margin-bottom: -250px;
}

.-ml-250 {
  margin-left: -250px;
}

.-mt-300 {
  margin-top: -300px;
}

.-mr-300 {
  margin-right: -300px;
}

.-mb-300 {
  margin-bottom: -300px;
}

.-ml-300 {
  margin-left: -300px;
}

.-mt-320 {
  margin-top: -320px;
}

.-mr-320 {
  margin-right: -320px;
}

.-mb-320 {
  margin-bottom: -320px;
}

.-ml-320 {
  margin-left: -320px;
}

.-mt-345 {
  margin-top: -345px;
}

.-mr-345 {
  margin-right: -345px;
}

.-mb-345 {
  margin-bottom: -345px;
}

.-ml-345 {
  margin-left: -345px;
}

.-mt-485 {
  margin-top: -485px;
}

.-mr-485 {
  margin-right: -485px;
}

.-mb-485 {
  margin-bottom: -485px;
}

.-ml-485 {
  margin-left: -485px;
}

.-mt-px {
  margin-top: -1px;
}

.-mr-px {
  margin-right: -1px;
}

.-mb-px {
  margin-bottom: -1px;
}

.-ml-px {
  margin-left: -1px;
}

.-mt--135 {
  margin-top: 135px;
}

.-mr--135 {
  margin-right: 135px;
}

.-mb--135 {
  margin-bottom: 135px;
}

.-ml--135 {
  margin-left: 135px;
}

.-mt-0p {
  margin-top: 0%;
}

.-mr-0p {
  margin-right: 0%;
}

.-mb-0p {
  margin-bottom: 0%;
}

.-ml-0p {
  margin-left: 0%;
}

.-mt-5p {
  margin-top: -5%;
}

.-mr-5p {
  margin-right: -5%;
}

.-mb-5p {
  margin-bottom: -5%;
}

.-ml-5p {
  margin-left: -5%;
}

.-mt-10p {
  margin-top: -10%;
}

.-mr-10p {
  margin-right: -10%;
}

.-mb-10p {
  margin-bottom: -10%;
}

.-ml-10p {
  margin-left: -10%;
}

.-mt-15p {
  margin-top: -15%;
}

.-mr-15p {
  margin-right: -15%;
}

.-mb-15p {
  margin-bottom: -15%;
}

.-ml-15p {
  margin-left: -15%;
}

.-mt-20p {
  margin-top: -20%;
}

.-mr-20p {
  margin-right: -20%;
}

.-mb-20p {
  margin-bottom: -20%;
}

.-ml-20p {
  margin-left: -20%;
}

.-mt-25p {
  margin-top: -25%;
}

.-mr-25p {
  margin-right: -25%;
}

.-mb-25p {
  margin-bottom: -25%;
}

.-ml-25p {
  margin-left: -25%;
}

.-mt-30p {
  margin-top: -30%;
}

.-mr-30p {
  margin-right: -30%;
}

.-mb-30p {
  margin-bottom: -30%;
}

.-ml-30p {
  margin-left: -30%;
}

.-mt-35p {
  margin-top: -35%;
}

.-mr-35p {
  margin-right: -35%;
}

.-mb-35p {
  margin-bottom: -35%;
}

.-ml-35p {
  margin-left: -35%;
}

.-mt-40p {
  margin-top: -40%;
}

.-mr-40p {
  margin-right: -40%;
}

.-mb-40p {
  margin-bottom: -40%;
}

.-ml-40p {
  margin-left: -40%;
}

.-mt-45p {
  margin-top: -45%;
}

.-mr-45p {
  margin-right: -45%;
}

.-mb-45p {
  margin-bottom: -45%;
}

.-ml-45p {
  margin-left: -45%;
}

.-mt-50p {
  margin-top: -50%;
}

.-mr-50p {
  margin-right: -50%;
}

.-mb-50p {
  margin-bottom: -50%;
}

.-ml-50p {
  margin-left: -50%;
}

.-mt-55p {
  margin-top: -55%;
}

.-mr-55p {
  margin-right: -55%;
}

.-mb-55p {
  margin-bottom: -55%;
}

.-ml-55p {
  margin-left: -55%;
}

.-mt-60p {
  margin-top: -60%;
}

.-mr-60p {
  margin-right: -60%;
}

.-mb-60p {
  margin-bottom: -60%;
}

.-ml-60p {
  margin-left: -60%;
}

.-mt-65p {
  margin-top: -65%;
}

.-mr-65p {
  margin-right: -65%;
}

.-mb-65p {
  margin-bottom: -65%;
}

.-ml-65p {
  margin-left: -65%;
}

.-mt-70p {
  margin-top: -70%;
}

.-mr-70p {
  margin-right: -70%;
}

.-mb-70p {
  margin-bottom: -70%;
}

.-ml-70p {
  margin-left: -70%;
}

.-mt-75p {
  margin-top: -75%;
}

.-mr-75p {
  margin-right: -75%;
}

.-mb-75p {
  margin-bottom: -75%;
}

.-ml-75p {
  margin-left: -75%;
}

.-mt-80p {
  margin-top: -80%;
}

.-mr-80p {
  margin-right: -80%;
}

.-mb-80p {
  margin-bottom: -80%;
}

.-ml-80p {
  margin-left: -80%;
}

.-mt-85p {
  margin-top: -85%;
}

.-mr-85p {
  margin-right: -85%;
}

.-mb-85p {
  margin-bottom: -85%;
}

.-ml-85p {
  margin-left: -85%;
}

.-mt-90p {
  margin-top: -90%;
}

.-mr-90p {
  margin-right: -90%;
}

.-mb-90p {
  margin-bottom: -90%;
}

.-ml-90p {
  margin-left: -90%;
}

.-mt-95p {
  margin-top: -95%;
}

.-mr-95p {
  margin-right: -95%;
}

.-mb-95p {
  margin-bottom: -95%;
}

.-ml-95p {
  margin-left: -95%;
}

.-mt-100p {
  margin-top: -100%;
}

.-mr-100p {
  margin-right: -100%;
}

.-mb-100p {
  margin-bottom: -100%;
}

.-ml-100p {
  margin-left: -100%;
}

.-mt-66\.5p {
  margin-top: -66.5%;
}

.-mr-66\.5p {
  margin-right: -66.5%;
}

.-mb-66\.5p {
  margin-bottom: -66.5%;
}

.-ml-66\.5p {
  margin-left: -66.5%;
}

.-mt-67\.5p {
  margin-top: -67.5%;
}

.-mr-67\.5p {
  margin-right: -67.5%;
}

.-mb-67\.5p {
  margin-bottom: -67.5%;
}

.-ml-67\.5p {
  margin-left: -67.5%;
}

.max-h-0 {
  max-height: 0px;
}

.max-h-3 {
  max-height: 3px;
}

.max-h-5 {
  max-height: 5px;
}

.max-h-8 {
  max-height: 8px;
}

.max-h-10 {
  max-height: 10px;
}

.max-h-12 {
  max-height: 12px;
}

.max-h-14 {
  max-height: 14px;
}

.max-h-15 {
  max-height: 15px;
}

.max-h-16 {
  max-height: 16px;
}

.max-h-20 {
  max-height: 20px;
}

.max-h-24 {
  max-height: 24px;
}

.max-h-28 {
  max-height: 28px;
}

.max-h-29 {
  max-height: 29px;
}

.max-h-30 {
  max-height: 30px;
}

.max-h-32 {
  max-height: 32px;
}

.max-h-35 {
  max-height: 35px;
}

.max-h-36 {
  max-height: 36px;
}

.max-h-37 {
  max-height: 37px;
}

.max-h-39 {
  max-height: 39px;
}

.max-h-40 {
  max-height: 40px;
}

.max-h-47 {
  max-height: 47px;
}

.max-h-50 {
  max-height: 50px;
}

.max-h-56 {
  max-height: 56px;
}

.max-h-64 {
  max-height: 64px;
}

.max-h-70 {
  max-height: 70px;
}

.max-h-72 {
  max-height: 72px;
}

.max-h-75 {
  max-height: 75px;
}

.max-h-80 {
  max-height: 80px;
}

.max-h-83 {
  max-height: 83px;
}

.max-h-100 {
  max-height: 100px;
}

.max-h-118 {
  max-height: 118px;
}

.max-h-130 {
  max-height: 130px;
}

.max-h-150 {
  max-height: 150px;
}

.max-h-180 {
  max-height: 180px;
}

.max-h-213 {
  max-height: 213px;
}

.max-h-225 {
  max-height: 225px;
}

.max-h-250 {
  max-height: 250px;
}

.max-h-300 {
  max-height: 300px;
}

.max-h-320 {
  max-height: 320px;
}

.max-h-345 {
  max-height: 345px;
}

.max-h-485 {
  max-height: 485px;
}

.max-h-px {
  max-height: 1px;
}

.-max-h-135 {
  max-height: -135px;
}

.max-h-0p {
  max-height: 0%;
}

.max-h-5p {
  max-height: 5%;
}

.max-h-10p {
  max-height: 10%;
}

.max-h-15p {
  max-height: 15%;
}

.max-h-20p {
  max-height: 20%;
}

.max-h-25p {
  max-height: 25%;
}

.max-h-30p {
  max-height: 30%;
}

.max-h-35p {
  max-height: 35%;
}

.max-h-40p {
  max-height: 40%;
}

.max-h-45p {
  max-height: 45%;
}

.max-h-50p {
  max-height: 50%;
}

.max-h-55p {
  max-height: 55%;
}

.max-h-60p {
  max-height: 60%;
}

.max-h-65p {
  max-height: 65%;
}

.max-h-70p {
  max-height: 70%;
}

.max-h-75p {
  max-height: 75%;
}

.max-h-80p {
  max-height: 80%;
}

.max-h-85p {
  max-height: 85%;
}

.max-h-90p {
  max-height: 90%;
}

.max-h-95p {
  max-height: 95%;
}

.max-h-100p {
  max-height: 100%;
}

.max-h-66\.5p {
  max-height: 66.5%;
}

.max-h-67\.5p {
  max-height: 67.5%;
}

.max-h-full {
  max-height: 100%;
}

.max-h-screen {
  max-height: 100vh;
}

.max-w-0 {
  max-width: 0rem;
}

.max-w-570 {
  max-width: 570px;
}

.max-w-670 {
  max-width: 670px;
}

.max-w-700 {
  max-width: 700px;
}

.max-w-770 {
  max-width: 770px;
}

.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: 640px;
}

.max-w-screen-md {
  max-width: 768px;
}

.max-w-screen-lg {
  max-width: 1024px;
}

.max-w-screen-xl {
  max-width: 1280px;
}

.max-w-screen-xxl {
  max-width: 2180px;
}

.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-600 {
  min-width: 600px;
}

.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;
}

.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-20 {
  opacity: 0.2;
}

.opacity-25 {
  opacity: 0.25;
}

.opacity-30 {
  opacity: 0.3;
}

.opacity-40 {
  opacity: 0.4;
}

.opacity-50 {
  opacity: 0.5;
}

.opacity-60 {
  opacity: 0.6;
}

.opacity-70 {
  opacity: 0.7;
}

.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-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-50 {
  opacity: 0.5;
}

.group:hover .group-hover\:opacity-60 {
  opacity: 0.6;
}

.group:hover .group-hover\:opacity-70 {
  opacity: 0.7;
}

.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-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-50:focus-within {
  opacity: 0.5;
}

.focus-within\:opacity-60:focus-within {
  opacity: 0.6;
}

.focus-within\:opacity-70:focus-within {
  opacity: 0.7;
}

.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-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-50:hover {
  opacity: 0.5;
}

.hover\:opacity-60:hover {
  opacity: 0.6;
}

.hover\:opacity-70:hover {
  opacity: 0.7;
}

.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-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-50:focus {
  opacity: 0.5;
}

.focus\:opacity-60:focus {
  opacity: 0.6;
}

.focus\:opacity-70:focus {
  opacity: 0.7;
}

.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-3 {
  padding: 3px;
}

.p-5 {
  padding: 5px;
}

.p-8 {
  padding: 8px;
}

.p-10 {
  padding: 10px;
}

.p-12 {
  padding: 12px;
}

.p-14 {
  padding: 14px;
}

.p-15 {
  padding: 15px;
}

.p-16 {
  padding: 16px;
}

.p-20 {
  padding: 20px;
}

.p-24 {
  padding: 24px;
}

.p-28 {
  padding: 28px;
}

.p-29 {
  padding: 29px;
}

.p-30 {
  padding: 30px;
}

.p-32 {
  padding: 32px;
}

.p-35 {
  padding: 35px;
}

.p-36 {
  padding: 36px;
}

.p-37 {
  padding: 37px;
}

.p-39 {
  padding: 39px;
}

.p-40 {
  padding: 40px;
}

.p-47 {
  padding: 47px;
}

.p-50 {
  padding: 50px;
}

.p-56 {
  padding: 56px;
}

.p-64 {
  padding: 64px;
}

.p-70 {
  padding: 70px;
}

.p-72 {
  padding: 72px;
}

.p-75 {
  padding: 75px;
}

.p-80 {
  padding: 80px;
}

.p-83 {
  padding: 83px;
}

.p-100 {
  padding: 100px;
}

.p-118 {
  padding: 118px;
}

.p-130 {
  padding: 130px;
}

.p-150 {
  padding: 150px;
}

.p-180 {
  padding: 180px;
}

.p-213 {
  padding: 213px;
}

.p-225 {
  padding: 225px;
}

.p-250 {
  padding: 250px;
}

.p-300 {
  padding: 300px;
}

.p-320 {
  padding: 320px;
}

.p-345 {
  padding: 345px;
}

.p-485 {
  padding: 485px;
}

.p-px {
  padding: 1px;
}

.-p-135 {
  padding: -135px;
}

.p-0p {
  padding: 0%;
}

.p-5p {
  padding: 5%;
}

.p-10p {
  padding: 10%;
}

.p-15p {
  padding: 15%;
}

.p-20p {
  padding: 20%;
}

.p-25p {
  padding: 25%;
}

.p-30p {
  padding: 30%;
}

.p-35p {
  padding: 35%;
}

.p-40p {
  padding: 40%;
}

.p-45p {
  padding: 45%;
}

.p-50p {
  padding: 50%;
}

.p-55p {
  padding: 55%;
}

.p-60p {
  padding: 60%;
}

.p-65p {
  padding: 65%;
}

.p-70p {
  padding: 70%;
}

.p-75p {
  padding: 75%;
}

.p-80p {
  padding: 80%;
}

.p-85p {
  padding: 85%;
}

.p-90p {
  padding: 90%;
}

.p-95p {
  padding: 95%;
}

.p-100p {
  padding: 100%;
}

.p-66\.5p {
  padding: 66.5%;
}

.p-67\.5p {
  padding: 67.5%;
}

.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}

.py-3 {
  padding-top: 3px;
  padding-bottom: 3px;
}

.px-3 {
  padding-left: 3px;
  padding-right: 3px;
}

.py-5 {
  padding-top: 5px;
  padding-bottom: 5px;
}

.px-5 {
  padding-left: 5px;
  padding-right: 5px;
}

.py-8 {
  padding-top: 8px;
  padding-bottom: 8px;
}

.px-8 {
  padding-left: 8px;
  padding-right: 8px;
}

.py-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.px-10 {
  padding-left: 10px;
  padding-right: 10px;
}

.py-12 {
  padding-top: 12px;
  padding-bottom: 12px;
}

.px-12 {
  padding-left: 12px;
  padding-right: 12px;
}

.py-14 {
  padding-top: 14px;
  padding-bottom: 14px;
}

.px-14 {
  padding-left: 14px;
  padding-right: 14px;
}

.py-15 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.px-15 {
  padding-left: 15px;
  padding-right: 15px;
}

.py-16 {
  padding-top: 16px;
  padding-bottom: 16px;
}

.px-16 {
  padding-left: 16px;
  padding-right: 16px;
}

.py-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.px-20 {
  padding-left: 20px;
  padding-right: 20px;
}

.py-24 {
  padding-top: 24px;
  padding-bottom: 24px;
}

.px-24 {
  padding-left: 24px;
  padding-right: 24px;
}

.py-28 {
  padding-top: 28px;
  padding-bottom: 28px;
}

.px-28 {
  padding-left: 28px;
  padding-right: 28px;
}

.py-29 {
  padding-top: 29px;
  padding-bottom: 29px;
}

.px-29 {
  padding-left: 29px;
  padding-right: 29px;
}

.py-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.px-30 {
  padding-left: 30px;
  padding-right: 30px;
}

.py-32 {
  padding-top: 32px;
  padding-bottom: 32px;
}

.px-32 {
  padding-left: 32px;
  padding-right: 32px;
}

.py-35 {
  padding-top: 35px;
  padding-bottom: 35px;
}

.px-35 {
  padding-left: 35px;
  padding-right: 35px;
}

.py-36 {
  padding-top: 36px;
  padding-bottom: 36px;
}

.px-36 {
  padding-left: 36px;
  padding-right: 36px;
}

.py-37 {
  padding-top: 37px;
  padding-bottom: 37px;
}

.px-37 {
  padding-left: 37px;
  padding-right: 37px;
}

.py-39 {
  padding-top: 39px;
  padding-bottom: 39px;
}

.px-39 {
  padding-left: 39px;
  padding-right: 39px;
}

.py-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.px-40 {
  padding-left: 40px;
  padding-right: 40px;
}

.py-47 {
  padding-top: 47px;
  padding-bottom: 47px;
}

.px-47 {
  padding-left: 47px;
  padding-right: 47px;
}

.py-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.px-50 {
  padding-left: 50px;
  padding-right: 50px;
}

.py-56 {
  padding-top: 56px;
  padding-bottom: 56px;
}

.px-56 {
  padding-left: 56px;
  padding-right: 56px;
}

.py-64 {
  padding-top: 64px;
  padding-bottom: 64px;
}

.px-64 {
  padding-left: 64px;
  padding-right: 64px;
}

.py-70 {
  padding-top: 70px;
  padding-bottom: 70px;
}

.px-70 {
  padding-left: 70px;
  padding-right: 70px;
}

.py-72 {
  padding-top: 72px;
  padding-bottom: 72px;
}

.px-72 {
  padding-left: 72px;
  padding-right: 72px;
}

.py-75 {
  padding-top: 75px;
  padding-bottom: 75px;
}

.px-75 {
  padding-left: 75px;
  padding-right: 75px;
}

.py-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.px-80 {
  padding-left: 80px;
  padding-right: 80px;
}

.py-83 {
  padding-top: 83px;
  padding-bottom: 83px;
}

.px-83 {
  padding-left: 83px;
  padding-right: 83px;
}

.py-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.px-100 {
  padding-left: 100px;
  padding-right: 100px;
}

.py-118 {
  padding-top: 118px;
  padding-bottom: 118px;
}

.px-118 {
  padding-left: 118px;
  padding-right: 118px;
}

.py-130 {
  padding-top: 130px;
  padding-bottom: 130px;
}

.px-130 {
  padding-left: 130px;
  padding-right: 130px;
}

.py-150 {
  padding-top: 150px;
  padding-bottom: 150px;
}

.px-150 {
  padding-left: 150px;
  padding-right: 150px;
}

.py-180 {
  padding-top: 180px;
  padding-bottom: 180px;
}

.px-180 {
  padding-left: 180px;
  padding-right: 180px;
}

.py-213 {
  padding-top: 213px;
  padding-bottom: 213px;
}

.px-213 {
  padding-left: 213px;
  padding-right: 213px;
}

.py-225 {
  padding-top: 225px;
  padding-bottom: 225px;
}

.px-225 {
  padding-left: 225px;
  padding-right: 225px;
}

.py-250 {
  padding-top: 250px;
  padding-bottom: 250px;
}

.px-250 {
  padding-left: 250px;
  padding-right: 250px;
}

.py-300 {
  padding-top: 300px;
  padding-bottom: 300px;
}

.px-300 {
  padding-left: 300px;
  padding-right: 300px;
}

.py-320 {
  padding-top: 320px;
  padding-bottom: 320px;
}

.px-320 {
  padding-left: 320px;
  padding-right: 320px;
}

.py-345 {
  padding-top: 345px;
  padding-bottom: 345px;
}

.px-345 {
  padding-left: 345px;
  padding-right: 345px;
}

.py-485 {
  padding-top: 485px;
  padding-bottom: 485px;
}

.px-485 {
  padding-left: 485px;
  padding-right: 485px;
}

.py-px {
  padding-top: 1px;
  padding-bottom: 1px;
}

.px-px {
  padding-left: 1px;
  padding-right: 1px;
}

.-py-135 {
  padding-top: -135px;
  padding-bottom: -135px;
}

.-px-135 {
  padding-left: -135px;
  padding-right: -135px;
}

.py-0p {
  padding-top: 0%;
  padding-bottom: 0%;
}

.px-0p {
  padding-left: 0%;
  padding-right: 0%;
}

.py-5p {
  padding-top: 5%;
  padding-bottom: 5%;
}

.px-5p {
  padding-left: 5%;
  padding-right: 5%;
}

.py-10p {
  padding-top: 10%;
  padding-bottom: 10%;
}

.px-10p {
  padding-left: 10%;
  padding-right: 10%;
}

.py-15p {
  padding-top: 15%;
  padding-bottom: 15%;
}

.px-15p {
  padding-left: 15%;
  padding-right: 15%;
}

.py-20p {
  padding-top: 20%;
  padding-bottom: 20%;
}

.px-20p {
  padding-left: 20%;
  padding-right: 20%;
}

.py-25p {
  padding-top: 25%;
  padding-bottom: 25%;
}

.px-25p {
  padding-left: 25%;
  padding-right: 25%;
}

.py-30p {
  padding-top: 30%;
  padding-bottom: 30%;
}

.px-30p {
  padding-left: 30%;
  padding-right: 30%;
}

.py-35p {
  padding-top: 35%;
  padding-bottom: 35%;
}

.px-35p {
  padding-left: 35%;
  padding-right: 35%;
}

.py-40p {
  padding-top: 40%;
  padding-bottom: 40%;
}

.px-40p {
  padding-left: 40%;
  padding-right: 40%;
}

.py-45p {
  padding-top: 45%;
  padding-bottom: 45%;
}

.px-45p {
  padding-left: 45%;
  padding-right: 45%;
}

.py-50p {
  padding-top: 50%;
  padding-bottom: 50%;
}

.px-50p {
  padding-left: 50%;
  padding-right: 50%;
}

.py-55p {
  padding-top: 55%;
  padding-bottom: 55%;
}

.px-55p {
  padding-left: 55%;
  padding-right: 55%;
}

.py-60p {
  padding-top: 60%;
  padding-bottom: 60%;
}

.px-60p {
  padding-left: 60%;
  padding-right: 60%;
}

.py-65p {
  padding-top: 65%;
  padding-bottom: 65%;
}

.px-65p {
  padding-left: 65%;
  padding-right: 65%;
}

.py-70p {
  padding-top: 70%;
  padding-bottom: 70%;
}

.px-70p {
  padding-left: 70%;
  padding-right: 70%;
}

.py-75p {
  padding-top: 75%;
  padding-bottom: 75%;
}

.px-75p {
  padding-left: 75%;
  padding-right: 75%;
}

.py-80p {
  padding-top: 80%;
  padding-bottom: 80%;
}

.px-80p {
  padding-left: 80%;
  padding-right: 80%;
}

.py-85p {
  padding-top: 85%;
  padding-bottom: 85%;
}

.px-85p {
  padding-left: 85%;
  padding-right: 85%;
}

.py-90p {
  padding-top: 90%;
  padding-bottom: 90%;
}

.px-90p {
  padding-left: 90%;
  padding-right: 90%;
}

.py-95p {
  padding-top: 95%;
  padding-bottom: 95%;
}

.px-95p {
  padding-left: 95%;
  padding-right: 95%;
}

.py-100p {
  padding-top: 100%;
  padding-bottom: 100%;
}

.px-100p {
  padding-left: 100%;
  padding-right: 100%;
}

.py-66\.5p {
  padding-top: 66.5%;
  padding-bottom: 66.5%;
}

.px-66\.5p {
  padding-left: 66.5%;
  padding-right: 66.5%;
}

.py-67\.5p {
  padding-top: 67.5%;
  padding-bottom: 67.5%;
}

.px-67\.5p {
  padding-left: 67.5%;
  padding-right: 67.5%;
}

.pt-0 {
  padding-top: 0px;
}

.pr-0 {
  padding-right: 0px;
}

.pb-0 {
  padding-bottom: 0px;
}

.pl-0 {
  padding-left: 0px;
}

.pt-3 {
  padding-top: 3px;
}

.pr-3 {
  padding-right: 3px;
}

.pb-3 {
  padding-bottom: 3px;
}

.pl-3 {
  padding-left: 3px;
}

.pt-5 {
  padding-top: 5px;
}

.pr-5 {
  padding-right: 5px;
}

.pb-5 {
  padding-bottom: 5px;
}

.pl-5 {
  padding-left: 5px;
}

.pt-8 {
  padding-top: 8px;
}

.pr-8 {
  padding-right: 8px;
}

.pb-8 {
  padding-bottom: 8px;
}

.pl-8 {
  padding-left: 8px;
}

.pt-10 {
  padding-top: 10px;
}

.pr-10 {
  padding-right: 10px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pl-10 {
  padding-left: 10px;
}

.pt-12 {
  padding-top: 12px;
}

.pr-12 {
  padding-right: 12px;
}

.pb-12 {
  padding-bottom: 12px;
}

.pl-12 {
  padding-left: 12px;
}

.pt-14 {
  padding-top: 14px;
}

.pr-14 {
  padding-right: 14px;
}

.pb-14 {
  padding-bottom: 14px;
}

.pl-14 {
  padding-left: 14px;
}

.pt-15 {
  padding-top: 15px;
}

.pr-15 {
  padding-right: 15px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pl-15 {
  padding-left: 15px;
}

.pt-16 {
  padding-top: 16px;
}

.pr-16 {
  padding-right: 16px;
}

.pb-16 {
  padding-bottom: 16px;
}

.pl-16 {
  padding-left: 16px;
}

.pt-20 {
  padding-top: 20px;
}

.pr-20 {
  padding-right: 20px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pl-20 {
  padding-left: 20px;
}

.pt-24 {
  padding-top: 24px;
}

.pr-24 {
  padding-right: 24px;
}

.pb-24 {
  padding-bottom: 24px;
}

.pl-24 {
  padding-left: 24px;
}

.pt-28 {
  padding-top: 28px;
}

.pr-28 {
  padding-right: 28px;
}

.pb-28 {
  padding-bottom: 28px;
}

.pl-28 {
  padding-left: 28px;
}

.pt-29 {
  padding-top: 29px;
}

.pr-29 {
  padding-right: 29px;
}

.pb-29 {
  padding-bottom: 29px;
}

.pl-29 {
  padding-left: 29px;
}

.pt-30 {
  padding-top: 30px;
}

.pr-30 {
  padding-right: 30px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pl-30 {
  padding-left: 30px;
}

.pt-32 {
  padding-top: 32px;
}

.pr-32 {
  padding-right: 32px;
}

.pb-32 {
  padding-bottom: 32px;
}

.pl-32 {
  padding-left: 32px;
}

.pt-35 {
  padding-top: 35px;
}

.pr-35 {
  padding-right: 35px;
}

.pb-35 {
  padding-bottom: 35px;
}

.pl-35 {
  padding-left: 35px;
}

.pt-36 {
  padding-top: 36px;
}

.pr-36 {
  padding-right: 36px;
}

.pb-36 {
  padding-bottom: 36px;
}

.pl-36 {
  padding-left: 36px;
}

.pt-37 {
  padding-top: 37px;
}

.pr-37 {
  padding-right: 37px;
}

.pb-37 {
  padding-bottom: 37px;
}

.pl-37 {
  padding-left: 37px;
}

.pt-39 {
  padding-top: 39px;
}

.pr-39 {
  padding-right: 39px;
}

.pb-39 {
  padding-bottom: 39px;
}

.pl-39 {
  padding-left: 39px;
}

.pt-40 {
  padding-top: 40px;
}

.pr-40 {
  padding-right: 40px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pl-40 {
  padding-left: 40px;
}

.pt-47 {
  padding-top: 47px;
}

.pr-47 {
  padding-right: 47px;
}

.pb-47 {
  padding-bottom: 47px;
}

.pl-47 {
  padding-left: 47px;
}

.pt-50 {
  padding-top: 50px;
}

.pr-50 {
  padding-right: 50px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pl-50 {
  padding-left: 50px;
}

.pt-56 {
  padding-top: 56px;
}

.pr-56 {
  padding-right: 56px;
}

.pb-56 {
  padding-bottom: 56px;
}

.pl-56 {
  padding-left: 56px;
}

.pt-64 {
  padding-top: 64px;
}

.pr-64 {
  padding-right: 64px;
}

.pb-64 {
  padding-bottom: 64px;
}

.pl-64 {
  padding-left: 64px;
}

.pt-70 {
  padding-top: 70px;
}

.pr-70 {
  padding-right: 70px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pl-70 {
  padding-left: 70px;
}

.pt-72 {
  padding-top: 72px;
}

.pr-72 {
  padding-right: 72px;
}

.pb-72 {
  padding-bottom: 72px;
}

.pl-72 {
  padding-left: 72px;
}

.pt-75 {
  padding-top: 75px;
}

.pr-75 {
  padding-right: 75px;
}

.pb-75 {
  padding-bottom: 75px;
}

.pl-75 {
  padding-left: 75px;
}

.pt-80 {
  padding-top: 80px;
}

.pr-80 {
  padding-right: 80px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pl-80 {
  padding-left: 80px;
}

.pt-83 {
  padding-top: 83px;
}

.pr-83 {
  padding-right: 83px;
}

.pb-83 {
  padding-bottom: 83px;
}

.pl-83 {
  padding-left: 83px;
}

.pt-100 {
  padding-top: 100px;
}

.pr-100 {
  padding-right: 100px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pl-100 {
  padding-left: 100px;
}

.pt-118 {
  padding-top: 118px;
}

.pr-118 {
  padding-right: 118px;
}

.pb-118 {
  padding-bottom: 118px;
}

.pl-118 {
  padding-left: 118px;
}

.pt-130 {
  padding-top: 130px;
}

.pr-130 {
  padding-right: 130px;
}

.pb-130 {
  padding-bottom: 130px;
}

.pl-130 {
  padding-left: 130px;
}

.pt-150 {
  padding-top: 150px;
}

.pr-150 {
  padding-right: 150px;
}

.pb-150 {
  padding-bottom: 150px;
}

.pl-150 {
  padding-left: 150px;
}

.pt-180 {
  padding-top: 180px;
}

.pr-180 {
  padding-right: 180px;
}

.pb-180 {
  padding-bottom: 180px;
}

.pl-180 {
  padding-left: 180px;
}

.pt-213 {
  padding-top: 213px;
}

.pr-213 {
  padding-right: 213px;
}

.pb-213 {
  padding-bottom: 213px;
}

.pl-213 {
  padding-left: 213px;
}

.pt-225 {
  padding-top: 225px;
}

.pr-225 {
  padding-right: 225px;
}

.pb-225 {
  padding-bottom: 225px;
}

.pl-225 {
  padding-left: 225px;
}

.pt-250 {
  padding-top: 250px;
}

.pr-250 {
  padding-right: 250px;
}

.pb-250 {
  padding-bottom: 250px;
}

.pl-250 {
  padding-left: 250px;
}

.pt-300 {
  padding-top: 300px;
}

.pr-300 {
  padding-right: 300px;
}

.pb-300 {
  padding-bottom: 300px;
}

.pl-300 {
  padding-left: 300px;
}

.pt-320 {
  padding-top: 320px;
}

.pr-320 {
  padding-right: 320px;
}

.pb-320 {
  padding-bottom: 320px;
}

.pl-320 {
  padding-left: 320px;
}

.pt-345 {
  padding-top: 345px;
}

.pr-345 {
  padding-right: 345px;
}

.pb-345 {
  padding-bottom: 345px;
}

.pl-345 {
  padding-left: 345px;
}

.pt-485 {
  padding-top: 485px;
}

.pr-485 {
  padding-right: 485px;
}

.pb-485 {
  padding-bottom: 485px;
}

.pl-485 {
  padding-left: 485px;
}

.pt-px {
  padding-top: 1px;
}

.pr-px {
  padding-right: 1px;
}

.pb-px {
  padding-bottom: 1px;
}

.pl-px {
  padding-left: 1px;
}

.-pt-135 {
  padding-top: -135px;
}

.-pr-135 {
  padding-right: -135px;
}

.-pb-135 {
  padding-bottom: -135px;
}

.-pl-135 {
  padding-left: -135px;
}

.pt-0p {
  padding-top: 0%;
}

.pr-0p {
  padding-right: 0%;
}

.pb-0p {
  padding-bottom: 0%;
}

.pl-0p {
  padding-left: 0%;
}

.pt-5p {
  padding-top: 5%;
}

.pr-5p {
  padding-right: 5%;
}

.pb-5p {
  padding-bottom: 5%;
}

.pl-5p {
  padding-left: 5%;
}

.pt-10p {
  padding-top: 10%;
}

.pr-10p {
  padding-right: 10%;
}

.pb-10p {
  padding-bottom: 10%;
}

.pl-10p {
  padding-left: 10%;
}

.pt-15p {
  padding-top: 15%;
}

.pr-15p {
  padding-right: 15%;
}

.pb-15p {
  padding-bottom: 15%;
}

.pl-15p {
  padding-left: 15%;
}

.pt-20p {
  padding-top: 20%;
}

.pr-20p {
  padding-right: 20%;
}

.pb-20p {
  padding-bottom: 20%;
}

.pl-20p {
  padding-left: 20%;
}

.pt-25p {
  padding-top: 25%;
}

.pr-25p {
  padding-right: 25%;
}

.pb-25p {
  padding-bottom: 25%;
}

.pl-25p {
  padding-left: 25%;
}

.pt-30p {
  padding-top: 30%;
}

.pr-30p {
  padding-right: 30%;
}

.pb-30p {
  padding-bottom: 30%;
}

.pl-30p {
  padding-left: 30%;
}

.pt-35p {
  padding-top: 35%;
}

.pr-35p {
  padding-right: 35%;
}

.pb-35p {
  padding-bottom: 35%;
}

.pl-35p {
  padding-left: 35%;
}

.pt-40p {
  padding-top: 40%;
}

.pr-40p {
  padding-right: 40%;
}

.pb-40p {
  padding-bottom: 40%;
}

.pl-40p {
  padding-left: 40%;
}

.pt-45p {
  padding-top: 45%;
}

.pr-45p {
  padding-right: 45%;
}

.pb-45p {
  padding-bottom: 45%;
}

.pl-45p {
  padding-left: 45%;
}

.pt-50p {
  padding-top: 50%;
}

.pr-50p {
  padding-right: 50%;
}

.pb-50p {
  padding-bottom: 50%;
}

.pl-50p {
  padding-left: 50%;
}

.pt-55p {
  padding-top: 55%;
}

.pr-55p {
  padding-right: 55%;
}

.pb-55p {
  padding-bottom: 55%;
}

.pl-55p {
  padding-left: 55%;
}

.pt-60p {
  padding-top: 60%;
}

.pr-60p {
  padding-right: 60%;
}

.pb-60p {
  padding-bottom: 60%;
}

.pl-60p {
  padding-left: 60%;
}

.pt-65p {
  padding-top: 65%;
}

.pr-65p {
  padding-right: 65%;
}

.pb-65p {
  padding-bottom: 65%;
}

.pl-65p {
  padding-left: 65%;
}

.pt-70p {
  padding-top: 70%;
}

.pr-70p {
  padding-right: 70%;
}

.pb-70p {
  padding-bottom: 70%;
}

.pl-70p {
  padding-left: 70%;
}

.pt-75p {
  padding-top: 75%;
}

.pr-75p {
  padding-right: 75%;
}

.pb-75p {
  padding-bottom: 75%;
}

.pl-75p {
  padding-left: 75%;
}

.pt-80p {
  padding-top: 80%;
}

.pr-80p {
  padding-right: 80%;
}

.pb-80p {
  padding-bottom: 80%;
}

.pl-80p {
  padding-left: 80%;
}

.pt-85p {
  padding-top: 85%;
}

.pr-85p {
  padding-right: 85%;
}

.pb-85p {
  padding-bottom: 85%;
}

.pl-85p {
  padding-left: 85%;
}

.pt-90p {
  padding-top: 90%;
}

.pr-90p {
  padding-right: 90%;
}

.pb-90p {
  padding-bottom: 90%;
}

.pl-90p {
  padding-left: 90%;
}

.pt-95p {
  padding-top: 95%;
}

.pr-95p {
  padding-right: 95%;
}

.pb-95p {
  padding-bottom: 95%;
}

.pl-95p {
  padding-left: 95%;
}

.pt-100p {
  padding-top: 100%;
}

.pr-100p {
  padding-right: 100%;
}

.pb-100p {
  padding-bottom: 100%;
}

.pl-100p {
  padding-left: 100%;
}

.pt-66\.5p {
  padding-top: 66.5%;
}

.pr-66\.5p {
  padding-right: 66.5%;
}

.pb-66\.5p {
  padding-bottom: 66.5%;
}

.pl-66\.5p {
  padding-left: 66.5%;
}

.pt-67\.5p {
  padding-top: 67.5%;
}

.pr-67\.5p {
  padding-right: 67.5%;
}

.pb-67\.5p {
  padding-bottom: 67.5%;
}

.pl-67\.5p {
  padding-left: 67.5%;
}

.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-1::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(70, 70, 70, var(--tw-placeholder-opacity));
}

.placeholder-black-1:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(70, 70, 70, var(--tw-placeholder-opacity));
}

.placeholder-black-1::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(70, 70, 70, var(--tw-placeholder-opacity));
}

.placeholder-black-2::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(215, 215, 215, var(--tw-placeholder-opacity));
}

.placeholder-black-2:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(215, 215, 215, var(--tw-placeholder-opacity));
}

.placeholder-black-2::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(215, 215, 215, var(--tw-placeholder-opacity));
}

.placeholder-black-3::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
}

.placeholder-black-3:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
}

.placeholder-black-3::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
}

.placeholder-black-4::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(237, 237, 237, var(--tw-placeholder-opacity));
}

.placeholder-black-4:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(237, 237, 237, var(--tw-placeholder-opacity));
}

.placeholder-black-4::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(237, 237, 237, var(--tw-placeholder-opacity));
}

.placeholder-black-5::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(68, 68, 68, var(--tw-placeholder-opacity));
}

.placeholder-black-5:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(68, 68, 68, var(--tw-placeholder-opacity));
}

.placeholder-black-5::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(68, 68, 68, var(--tw-placeholder-opacity));
}

.placeholder-black-6::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(108, 108, 108, var(--tw-placeholder-opacity));
}

.placeholder-black-6:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(108, 108, 108, var(--tw-placeholder-opacity));
}

.placeholder-black-6::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(108, 108, 108, var(--tw-placeholder-opacity));
}

.placeholder-black::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
}

.placeholder-black:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
}

.placeholder-black::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
}

.placeholder-white-1::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(244, 244, 244, var(--tw-placeholder-opacity));
}

.placeholder-white-1:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(244, 244, 244, var(--tw-placeholder-opacity));
}

.placeholder-white-1::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(244, 244, 244, var(--tw-placeholder-opacity));
}

.placeholder-white::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
}

.placeholder-white:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
}

.placeholder-white::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
}

.placeholder-pink-1::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(233, 101, 147, var(--tw-placeholder-opacity));
}

.placeholder-pink-1:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(233, 101, 147, var(--tw-placeholder-opacity));
}

.placeholder-pink-1::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(233, 101, 147, var(--tw-placeholder-opacity));
}

.placeholder-pink::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(238, 139, 174, var(--tw-placeholder-opacity));
}

.placeholder-pink:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(238, 139, 174, var(--tw-placeholder-opacity));
}

.placeholder-pink::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(238, 139, 174, var(--tw-placeholder-opacity));
}

.placeholder-red-1::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(231, 6, 31, var(--tw-placeholder-opacity));
}

.placeholder-red-1:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(231, 6, 31, var(--tw-placeholder-opacity));
}

.placeholder-red-1::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(231, 6, 31, var(--tw-placeholder-opacity));
}

.placeholder-red::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(239, 0, 22, var(--tw-placeholder-opacity));
}

.placeholder-red:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(239, 0, 22, var(--tw-placeholder-opacity));
}

.placeholder-red::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(239, 0, 22, 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-1:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(70, 70, 70, var(--tw-placeholder-opacity));
}

.focus\:placeholder-black-1:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(70, 70, 70, var(--tw-placeholder-opacity));
}

.focus\:placeholder-black-1:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(70, 70, 70, var(--tw-placeholder-opacity));
}

.focus\:placeholder-black-2:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(215, 215, 215, var(--tw-placeholder-opacity));
}

.focus\:placeholder-black-2:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(215, 215, 215, var(--tw-placeholder-opacity));
}

.focus\:placeholder-black-2:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(215, 215, 215, var(--tw-placeholder-opacity));
}

.focus\:placeholder-black-3:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
}

.focus\:placeholder-black-3:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
}

.focus\:placeholder-black-3:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
}

.focus\:placeholder-black-4:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(237, 237, 237, var(--tw-placeholder-opacity));
}

.focus\:placeholder-black-4:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(237, 237, 237, var(--tw-placeholder-opacity));
}

.focus\:placeholder-black-4:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(237, 237, 237, var(--tw-placeholder-opacity));
}

.focus\:placeholder-black-5:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(68, 68, 68, var(--tw-placeholder-opacity));
}

.focus\:placeholder-black-5:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(68, 68, 68, var(--tw-placeholder-opacity));
}

.focus\:placeholder-black-5:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(68, 68, 68, var(--tw-placeholder-opacity));
}

.focus\:placeholder-black-6:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(108, 108, 108, var(--tw-placeholder-opacity));
}

.focus\:placeholder-black-6:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(108, 108, 108, var(--tw-placeholder-opacity));
}

.focus\:placeholder-black-6:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(108, 108, 108, var(--tw-placeholder-opacity));
}

.focus\:placeholder-black:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
}

.focus\:placeholder-black:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
}

.focus\:placeholder-black:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
}

.focus\:placeholder-white-1:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(244, 244, 244, var(--tw-placeholder-opacity));
}

.focus\:placeholder-white-1:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(244, 244, 244, var(--tw-placeholder-opacity));
}

.focus\:placeholder-white-1:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(244, 244, 244, var(--tw-placeholder-opacity));
}

.focus\:placeholder-white:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
}

.focus\:placeholder-white:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
}

.focus\:placeholder-white:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
}

.focus\:placeholder-pink-1:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(233, 101, 147, var(--tw-placeholder-opacity));
}

.focus\:placeholder-pink-1:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(233, 101, 147, var(--tw-placeholder-opacity));
}

.focus\:placeholder-pink-1:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(233, 101, 147, var(--tw-placeholder-opacity));
}

.focus\:placeholder-pink:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(238, 139, 174, var(--tw-placeholder-opacity));
}

.focus\:placeholder-pink:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(238, 139, 174, var(--tw-placeholder-opacity));
}

.focus\:placeholder-pink:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(238, 139, 174, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-1:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(231, 6, 31, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-1:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(231, 6, 31, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-1:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(231, 6, 31, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(239, 0, 22, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(239, 0, 22, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(239, 0, 22, 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-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-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-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-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-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-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-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-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: sticky;
}

.inset-0 {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.inset-3 {
  top: 3px;
  right: 3px;
  bottom: 3px;
  left: 3px;
}

.inset-5 {
  top: 5px;
  right: 5px;
  bottom: 5px;
  left: 5px;
}

.inset-8 {
  top: 8px;
  right: 8px;
  bottom: 8px;
  left: 8px;
}

.inset-10 {
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
}

.inset-12 {
  top: 12px;
  right: 12px;
  bottom: 12px;
  left: 12px;
}

.inset-14 {
  top: 14px;
  right: 14px;
  bottom: 14px;
  left: 14px;
}

.inset-15 {
  top: 15px;
  right: 15px;
  bottom: 15px;
  left: 15px;
}

.inset-16 {
  top: 16px;
  right: 16px;
  bottom: 16px;
  left: 16px;
}

.inset-20 {
  top: 20px;
  right: 20px;
  bottom: 20px;
  left: 20px;
}

.inset-24 {
  top: 24px;
  right: 24px;
  bottom: 24px;
  left: 24px;
}

.inset-28 {
  top: 28px;
  right: 28px;
  bottom: 28px;
  left: 28px;
}

.inset-29 {
  top: 29px;
  right: 29px;
  bottom: 29px;
  left: 29px;
}

.inset-30 {
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
}

.inset-32 {
  top: 32px;
  right: 32px;
  bottom: 32px;
  left: 32px;
}

.inset-35 {
  top: 35px;
  right: 35px;
  bottom: 35px;
  left: 35px;
}

.inset-36 {
  top: 36px;
  right: 36px;
  bottom: 36px;
  left: 36px;
}

.inset-37 {
  top: 37px;
  right: 37px;
  bottom: 37px;
  left: 37px;
}

.inset-39 {
  top: 39px;
  right: 39px;
  bottom: 39px;
  left: 39px;
}

.inset-40 {
  top: 40px;
  right: 40px;
  bottom: 40px;
  left: 40px;
}

.inset-47 {
  top: 47px;
  right: 47px;
  bottom: 47px;
  left: 47px;
}

.inset-50 {
  top: 50px;
  right: 50px;
  bottom: 50px;
  left: 50px;
}

.inset-56 {
  top: 56px;
  right: 56px;
  bottom: 56px;
  left: 56px;
}

.inset-64 {
  top: 64px;
  right: 64px;
  bottom: 64px;
  left: 64px;
}

.inset-70 {
  top: 70px;
  right: 70px;
  bottom: 70px;
  left: 70px;
}

.inset-72 {
  top: 72px;
  right: 72px;
  bottom: 72px;
  left: 72px;
}

.inset-75 {
  top: 75px;
  right: 75px;
  bottom: 75px;
  left: 75px;
}

.inset-80 {
  top: 80px;
  right: 80px;
  bottom: 80px;
  left: 80px;
}

.inset-83 {
  top: 83px;
  right: 83px;
  bottom: 83px;
  left: 83px;
}

.inset-100 {
  top: 100px;
  right: 100px;
  bottom: 100px;
  left: 100px;
}

.inset-118 {
  top: 118px;
  right: 118px;
  bottom: 118px;
  left: 118px;
}

.inset-130 {
  top: 130px;
  right: 130px;
  bottom: 130px;
  left: 130px;
}

.inset-150 {
  top: 150px;
  right: 150px;
  bottom: 150px;
  left: 150px;
}

.inset-180 {
  top: 180px;
  right: 180px;
  bottom: 180px;
  left: 180px;
}

.inset-213 {
  top: 213px;
  right: 213px;
  bottom: 213px;
  left: 213px;
}

.inset-225 {
  top: 225px;
  right: 225px;
  bottom: 225px;
  left: 225px;
}

.inset-250 {
  top: 250px;
  right: 250px;
  bottom: 250px;
  left: 250px;
}

.inset-300 {
  top: 300px;
  right: 300px;
  bottom: 300px;
  left: 300px;
}

.inset-320 {
  top: 320px;
  right: 320px;
  bottom: 320px;
  left: 320px;
}

.inset-345 {
  top: 345px;
  right: 345px;
  bottom: 345px;
  left: 345px;
}

.inset-485 {
  top: 485px;
  right: 485px;
  bottom: 485px;
  left: 485px;
}

.inset-auto {
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}

.inset-px {
  top: 1px;
  right: 1px;
  bottom: 1px;
  left: 1px;
}

.-inset-135 {
  top: -135px;
  right: -135px;
  bottom: -135px;
  left: -135px;
}

.inset-0p {
  top: 0%;
  right: 0%;
  bottom: 0%;
  left: 0%;
}

.inset-5p {
  top: 5%;
  right: 5%;
  bottom: 5%;
  left: 5%;
}

.inset-10p {
  top: 10%;
  right: 10%;
  bottom: 10%;
  left: 10%;
}

.inset-15p {
  top: 15%;
  right: 15%;
  bottom: 15%;
  left: 15%;
}

.inset-20p {
  top: 20%;
  right: 20%;
  bottom: 20%;
  left: 20%;
}

.inset-25p {
  top: 25%;
  right: 25%;
  bottom: 25%;
  left: 25%;
}

.inset-30p {
  top: 30%;
  right: 30%;
  bottom: 30%;
  left: 30%;
}

.inset-35p {
  top: 35%;
  right: 35%;
  bottom: 35%;
  left: 35%;
}

.inset-40p {
  top: 40%;
  right: 40%;
  bottom: 40%;
  left: 40%;
}

.inset-45p {
  top: 45%;
  right: 45%;
  bottom: 45%;
  left: 45%;
}

.inset-50p {
  top: 50%;
  right: 50%;
  bottom: 50%;
  left: 50%;
}

.inset-55p {
  top: 55%;
  right: 55%;
  bottom: 55%;
  left: 55%;
}

.inset-60p {
  top: 60%;
  right: 60%;
  bottom: 60%;
  left: 60%;
}

.inset-65p {
  top: 65%;
  right: 65%;
  bottom: 65%;
  left: 65%;
}

.inset-70p {
  top: 70%;
  right: 70%;
  bottom: 70%;
  left: 70%;
}

.inset-75p {
  top: 75%;
  right: 75%;
  bottom: 75%;
  left: 75%;
}

.inset-80p {
  top: 80%;
  right: 80%;
  bottom: 80%;
  left: 80%;
}

.inset-85p {
  top: 85%;
  right: 85%;
  bottom: 85%;
  left: 85%;
}

.inset-90p {
  top: 90%;
  right: 90%;
  bottom: 90%;
  left: 90%;
}

.inset-95p {
  top: 95%;
  right: 95%;
  bottom: 95%;
  left: 95%;
}

.inset-100p {
  top: 100%;
  right: 100%;
  bottom: 100%;
  left: 100%;
}

.inset-66\.5p {
  top: 66.5%;
  right: 66.5%;
  bottom: 66.5%;
  left: 66.5%;
}

.inset-67\.5p {
  top: 67.5%;
  right: 67.5%;
  bottom: 67.5%;
  left: 67.5%;
}

.-inset-0 {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.-inset-3 {
  top: -3px;
  right: -3px;
  bottom: -3px;
  left: -3px;
}

.-inset-5 {
  top: -5px;
  right: -5px;
  bottom: -5px;
  left: -5px;
}

.-inset-8 {
  top: -8px;
  right: -8px;
  bottom: -8px;
  left: -8px;
}

.-inset-10 {
  top: -10px;
  right: -10px;
  bottom: -10px;
  left: -10px;
}

.-inset-12 {
  top: -12px;
  right: -12px;
  bottom: -12px;
  left: -12px;
}

.-inset-14 {
  top: -14px;
  right: -14px;
  bottom: -14px;
  left: -14px;
}

.-inset-15 {
  top: -15px;
  right: -15px;
  bottom: -15px;
  left: -15px;
}

.-inset-16 {
  top: -16px;
  right: -16px;
  bottom: -16px;
  left: -16px;
}

.-inset-20 {
  top: -20px;
  right: -20px;
  bottom: -20px;
  left: -20px;
}

.-inset-24 {
  top: -24px;
  right: -24px;
  bottom: -24px;
  left: -24px;
}

.-inset-28 {
  top: -28px;
  right: -28px;
  bottom: -28px;
  left: -28px;
}

.-inset-29 {
  top: -29px;
  right: -29px;
  bottom: -29px;
  left: -29px;
}

.-inset-30 {
  top: -30px;
  right: -30px;
  bottom: -30px;
  left: -30px;
}

.-inset-32 {
  top: -32px;
  right: -32px;
  bottom: -32px;
  left: -32px;
}

.-inset-35 {
  top: -35px;
  right: -35px;
  bottom: -35px;
  left: -35px;
}

.-inset-36 {
  top: -36px;
  right: -36px;
  bottom: -36px;
  left: -36px;
}

.-inset-37 {
  top: -37px;
  right: -37px;
  bottom: -37px;
  left: -37px;
}

.-inset-39 {
  top: -39px;
  right: -39px;
  bottom: -39px;
  left: -39px;
}

.-inset-40 {
  top: -40px;
  right: -40px;
  bottom: -40px;
  left: -40px;
}

.-inset-47 {
  top: -47px;
  right: -47px;
  bottom: -47px;
  left: -47px;
}

.-inset-50 {
  top: -50px;
  right: -50px;
  bottom: -50px;
  left: -50px;
}

.-inset-56 {
  top: -56px;
  right: -56px;
  bottom: -56px;
  left: -56px;
}

.-inset-64 {
  top: -64px;
  right: -64px;
  bottom: -64px;
  left: -64px;
}

.-inset-70 {
  top: -70px;
  right: -70px;
  bottom: -70px;
  left: -70px;
}

.-inset-72 {
  top: -72px;
  right: -72px;
  bottom: -72px;
  left: -72px;
}

.-inset-75 {
  top: -75px;
  right: -75px;
  bottom: -75px;
  left: -75px;
}

.-inset-80 {
  top: -80px;
  right: -80px;
  bottom: -80px;
  left: -80px;
}

.-inset-83 {
  top: -83px;
  right: -83px;
  bottom: -83px;
  left: -83px;
}

.-inset-100 {
  top: -100px;
  right: -100px;
  bottom: -100px;
  left: -100px;
}

.-inset-118 {
  top: -118px;
  right: -118px;
  bottom: -118px;
  left: -118px;
}

.-inset-130 {
  top: -130px;
  right: -130px;
  bottom: -130px;
  left: -130px;
}

.-inset-150 {
  top: -150px;
  right: -150px;
  bottom: -150px;
  left: -150px;
}

.-inset-180 {
  top: -180px;
  right: -180px;
  bottom: -180px;
  left: -180px;
}

.-inset-213 {
  top: -213px;
  right: -213px;
  bottom: -213px;
  left: -213px;
}

.-inset-225 {
  top: -225px;
  right: -225px;
  bottom: -225px;
  left: -225px;
}

.-inset-250 {
  top: -250px;
  right: -250px;
  bottom: -250px;
  left: -250px;
}

.-inset-300 {
  top: -300px;
  right: -300px;
  bottom: -300px;
  left: -300px;
}

.-inset-320 {
  top: -320px;
  right: -320px;
  bottom: -320px;
  left: -320px;
}

.-inset-345 {
  top: -345px;
  right: -345px;
  bottom: -345px;
  left: -345px;
}

.-inset-485 {
  top: -485px;
  right: -485px;
  bottom: -485px;
  left: -485px;
}

.-inset-px {
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
}

.-inset--135 {
  top: 135px;
  right: 135px;
  bottom: 135px;
  left: 135px;
}

.-inset-0p {
  top: 0%;
  right: 0%;
  bottom: 0%;
  left: 0%;
}

.-inset-5p {
  top: -5%;
  right: -5%;
  bottom: -5%;
  left: -5%;
}

.-inset-10p {
  top: -10%;
  right: -10%;
  bottom: -10%;
  left: -10%;
}

.-inset-15p {
  top: -15%;
  right: -15%;
  bottom: -15%;
  left: -15%;
}

.-inset-20p {
  top: -20%;
  right: -20%;
  bottom: -20%;
  left: -20%;
}

.-inset-25p {
  top: -25%;
  right: -25%;
  bottom: -25%;
  left: -25%;
}

.-inset-30p {
  top: -30%;
  right: -30%;
  bottom: -30%;
  left: -30%;
}

.-inset-35p {
  top: -35%;
  right: -35%;
  bottom: -35%;
  left: -35%;
}

.-inset-40p {
  top: -40%;
  right: -40%;
  bottom: -40%;
  left: -40%;
}

.-inset-45p {
  top: -45%;
  right: -45%;
  bottom: -45%;
  left: -45%;
}

.-inset-50p {
  top: -50%;
  right: -50%;
  bottom: -50%;
  left: -50%;
}

.-inset-55p {
  top: -55%;
  right: -55%;
  bottom: -55%;
  left: -55%;
}

.-inset-60p {
  top: -60%;
  right: -60%;
  bottom: -60%;
  left: -60%;
}

.-inset-65p {
  top: -65%;
  right: -65%;
  bottom: -65%;
  left: -65%;
}

.-inset-70p {
  top: -70%;
  right: -70%;
  bottom: -70%;
  left: -70%;
}

.-inset-75p {
  top: -75%;
  right: -75%;
  bottom: -75%;
  left: -75%;
}

.-inset-80p {
  top: -80%;
  right: -80%;
  bottom: -80%;
  left: -80%;
}

.-inset-85p {
  top: -85%;
  right: -85%;
  bottom: -85%;
  left: -85%;
}

.-inset-90p {
  top: -90%;
  right: -90%;
  bottom: -90%;
  left: -90%;
}

.-inset-95p {
  top: -95%;
  right: -95%;
  bottom: -95%;
  left: -95%;
}

.-inset-100p {
  top: -100%;
  right: -100%;
  bottom: -100%;
  left: -100%;
}

.-inset-66\.5p {
  top: -66.5%;
  right: -66.5%;
  bottom: -66.5%;
  left: -66.5%;
}

.-inset-67\.5p {
  top: -67.5%;
  right: -67.5%;
  bottom: -67.5%;
  left: -67.5%;
}

.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-3 {
  top: 3px;
  bottom: 3px;
}

.inset-x-3 {
  right: 3px;
  left: 3px;
}

.inset-y-5 {
  top: 5px;
  bottom: 5px;
}

.inset-x-5 {
  right: 5px;
  left: 5px;
}

.inset-y-8 {
  top: 8px;
  bottom: 8px;
}

.inset-x-8 {
  right: 8px;
  left: 8px;
}

.inset-y-10 {
  top: 10px;
  bottom: 10px;
}

.inset-x-10 {
  right: 10px;
  left: 10px;
}

.inset-y-12 {
  top: 12px;
  bottom: 12px;
}

.inset-x-12 {
  right: 12px;
  left: 12px;
}

.inset-y-14 {
  top: 14px;
  bottom: 14px;
}

.inset-x-14 {
  right: 14px;
  left: 14px;
}

.inset-y-15 {
  top: 15px;
  bottom: 15px;
}

.inset-x-15 {
  right: 15px;
  left: 15px;
}

.inset-y-16 {
  top: 16px;
  bottom: 16px;
}

.inset-x-16 {
  right: 16px;
  left: 16px;
}

.inset-y-20 {
  top: 20px;
  bottom: 20px;
}

.inset-x-20 {
  right: 20px;
  left: 20px;
}

.inset-y-24 {
  top: 24px;
  bottom: 24px;
}

.inset-x-24 {
  right: 24px;
  left: 24px;
}

.inset-y-28 {
  top: 28px;
  bottom: 28px;
}

.inset-x-28 {
  right: 28px;
  left: 28px;
}

.inset-y-29 {
  top: 29px;
  bottom: 29px;
}

.inset-x-29 {
  right: 29px;
  left: 29px;
}

.inset-y-30 {
  top: 30px;
  bottom: 30px;
}

.inset-x-30 {
  right: 30px;
  left: 30px;
}

.inset-y-32 {
  top: 32px;
  bottom: 32px;
}

.inset-x-32 {
  right: 32px;
  left: 32px;
}

.inset-y-35 {
  top: 35px;
  bottom: 35px;
}

.inset-x-35 {
  right: 35px;
  left: 35px;
}

.inset-y-36 {
  top: 36px;
  bottom: 36px;
}

.inset-x-36 {
  right: 36px;
  left: 36px;
}

.inset-y-37 {
  top: 37px;
  bottom: 37px;
}

.inset-x-37 {
  right: 37px;
  left: 37px;
}

.inset-y-39 {
  top: 39px;
  bottom: 39px;
}

.inset-x-39 {
  right: 39px;
  left: 39px;
}

.inset-y-40 {
  top: 40px;
  bottom: 40px;
}

.inset-x-40 {
  right: 40px;
  left: 40px;
}

.inset-y-47 {
  top: 47px;
  bottom: 47px;
}

.inset-x-47 {
  right: 47px;
  left: 47px;
}

.inset-y-50 {
  top: 50px;
  bottom: 50px;
}

.inset-x-50 {
  right: 50px;
  left: 50px;
}

.inset-y-56 {
  top: 56px;
  bottom: 56px;
}

.inset-x-56 {
  right: 56px;
  left: 56px;
}

.inset-y-64 {
  top: 64px;
  bottom: 64px;
}

.inset-x-64 {
  right: 64px;
  left: 64px;
}

.inset-y-70 {
  top: 70px;
  bottom: 70px;
}

.inset-x-70 {
  right: 70px;
  left: 70px;
}

.inset-y-72 {
  top: 72px;
  bottom: 72px;
}

.inset-x-72 {
  right: 72px;
  left: 72px;
}

.inset-y-75 {
  top: 75px;
  bottom: 75px;
}

.inset-x-75 {
  right: 75px;
  left: 75px;
}

.inset-y-80 {
  top: 80px;
  bottom: 80px;
}

.inset-x-80 {
  right: 80px;
  left: 80px;
}

.inset-y-83 {
  top: 83px;
  bottom: 83px;
}

.inset-x-83 {
  right: 83px;
  left: 83px;
}

.inset-y-100 {
  top: 100px;
  bottom: 100px;
}

.inset-x-100 {
  right: 100px;
  left: 100px;
}

.inset-y-118 {
  top: 118px;
  bottom: 118px;
}

.inset-x-118 {
  right: 118px;
  left: 118px;
}

.inset-y-130 {
  top: 130px;
  bottom: 130px;
}

.inset-x-130 {
  right: 130px;
  left: 130px;
}

.inset-y-150 {
  top: 150px;
  bottom: 150px;
}

.inset-x-150 {
  right: 150px;
  left: 150px;
}

.inset-y-180 {
  top: 180px;
  bottom: 180px;
}

.inset-x-180 {
  right: 180px;
  left: 180px;
}

.inset-y-213 {
  top: 213px;
  bottom: 213px;
}

.inset-x-213 {
  right: 213px;
  left: 213px;
}

.inset-y-225 {
  top: 225px;
  bottom: 225px;
}

.inset-x-225 {
  right: 225px;
  left: 225px;
}

.inset-y-250 {
  top: 250px;
  bottom: 250px;
}

.inset-x-250 {
  right: 250px;
  left: 250px;
}

.inset-y-300 {
  top: 300px;
  bottom: 300px;
}

.inset-x-300 {
  right: 300px;
  left: 300px;
}

.inset-y-320 {
  top: 320px;
  bottom: 320px;
}

.inset-x-320 {
  right: 320px;
  left: 320px;
}

.inset-y-345 {
  top: 345px;
  bottom: 345px;
}

.inset-x-345 {
  right: 345px;
  left: 345px;
}

.inset-y-485 {
  top: 485px;
  bottom: 485px;
}

.inset-x-485 {
  right: 485px;
  left: 485px;
}

.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-135 {
  top: -135px;
  bottom: -135px;
}

.-inset-x-135 {
  right: -135px;
  left: -135px;
}

.inset-y-0p {
  top: 0%;
  bottom: 0%;
}

.inset-x-0p {
  right: 0%;
  left: 0%;
}

.inset-y-5p {
  top: 5%;
  bottom: 5%;
}

.inset-x-5p {
  right: 5%;
  left: 5%;
}

.inset-y-10p {
  top: 10%;
  bottom: 10%;
}

.inset-x-10p {
  right: 10%;
  left: 10%;
}

.inset-y-15p {
  top: 15%;
  bottom: 15%;
}

.inset-x-15p {
  right: 15%;
  left: 15%;
}

.inset-y-20p {
  top: 20%;
  bottom: 20%;
}

.inset-x-20p {
  right: 20%;
  left: 20%;
}

.inset-y-25p {
  top: 25%;
  bottom: 25%;
}

.inset-x-25p {
  right: 25%;
  left: 25%;
}

.inset-y-30p {
  top: 30%;
  bottom: 30%;
}

.inset-x-30p {
  right: 30%;
  left: 30%;
}

.inset-y-35p {
  top: 35%;
  bottom: 35%;
}

.inset-x-35p {
  right: 35%;
  left: 35%;
}

.inset-y-40p {
  top: 40%;
  bottom: 40%;
}

.inset-x-40p {
  right: 40%;
  left: 40%;
}

.inset-y-45p {
  top: 45%;
  bottom: 45%;
}

.inset-x-45p {
  right: 45%;
  left: 45%;
}

.inset-y-50p {
  top: 50%;
  bottom: 50%;
}

.inset-x-50p {
  right: 50%;
  left: 50%;
}

.inset-y-55p {
  top: 55%;
  bottom: 55%;
}

.inset-x-55p {
  right: 55%;
  left: 55%;
}

.inset-y-60p {
  top: 60%;
  bottom: 60%;
}

.inset-x-60p {
  right: 60%;
  left: 60%;
}

.inset-y-65p {
  top: 65%;
  bottom: 65%;
}

.inset-x-65p {
  right: 65%;
  left: 65%;
}

.inset-y-70p {
  top: 70%;
  bottom: 70%;
}

.inset-x-70p {
  right: 70%;
  left: 70%;
}

.inset-y-75p {
  top: 75%;
  bottom: 75%;
}

.inset-x-75p {
  right: 75%;
  left: 75%;
}

.inset-y-80p {
  top: 80%;
  bottom: 80%;
}

.inset-x-80p {
  right: 80%;
  left: 80%;
}

.inset-y-85p {
  top: 85%;
  bottom: 85%;
}

.inset-x-85p {
  right: 85%;
  left: 85%;
}

.inset-y-90p {
  top: 90%;
  bottom: 90%;
}

.inset-x-90p {
  right: 90%;
  left: 90%;
}

.inset-y-95p {
  top: 95%;
  bottom: 95%;
}

.inset-x-95p {
  right: 95%;
  left: 95%;
}

.inset-y-100p {
  top: 100%;
  bottom: 100%;
}

.inset-x-100p {
  right: 100%;
  left: 100%;
}

.inset-y-66\.5p {
  top: 66.5%;
  bottom: 66.5%;
}

.inset-x-66\.5p {
  right: 66.5%;
  left: 66.5%;
}

.inset-y-67\.5p {
  top: 67.5%;
  bottom: 67.5%;
}

.inset-x-67\.5p {
  right: 67.5%;
  left: 67.5%;
}

.-inset-y-0 {
  top: 0px;
  bottom: 0px;
}

.-inset-x-0 {
  right: 0px;
  left: 0px;
}

.-inset-y-3 {
  top: -3px;
  bottom: -3px;
}

.-inset-x-3 {
  right: -3px;
  left: -3px;
}

.-inset-y-5 {
  top: -5px;
  bottom: -5px;
}

.-inset-x-5 {
  right: -5px;
  left: -5px;
}

.-inset-y-8 {
  top: -8px;
  bottom: -8px;
}

.-inset-x-8 {
  right: -8px;
  left: -8px;
}

.-inset-y-10 {
  top: -10px;
  bottom: -10px;
}

.-inset-x-10 {
  right: -10px;
  left: -10px;
}

.-inset-y-12 {
  top: -12px;
  bottom: -12px;
}

.-inset-x-12 {
  right: -12px;
  left: -12px;
}

.-inset-y-14 {
  top: -14px;
  bottom: -14px;
}

.-inset-x-14 {
  right: -14px;
  left: -14px;
}

.-inset-y-15 {
  top: -15px;
  bottom: -15px;
}

.-inset-x-15 {
  right: -15px;
  left: -15px;
}

.-inset-y-16 {
  top: -16px;
  bottom: -16px;
}

.-inset-x-16 {
  right: -16px;
  left: -16px;
}

.-inset-y-20 {
  top: -20px;
  bottom: -20px;
}

.-inset-x-20 {
  right: -20px;
  left: -20px;
}

.-inset-y-24 {
  top: -24px;
  bottom: -24px;
}

.-inset-x-24 {
  right: -24px;
  left: -24px;
}

.-inset-y-28 {
  top: -28px;
  bottom: -28px;
}

.-inset-x-28 {
  right: -28px;
  left: -28px;
}

.-inset-y-29 {
  top: -29px;
  bottom: -29px;
}

.-inset-x-29 {
  right: -29px;
  left: -29px;
}

.-inset-y-30 {
  top: -30px;
  bottom: -30px;
}

.-inset-x-30 {
  right: -30px;
  left: -30px;
}

.-inset-y-32 {
  top: -32px;
  bottom: -32px;
}

.-inset-x-32 {
  right: -32px;
  left: -32px;
}

.-inset-y-35 {
  top: -35px;
  bottom: -35px;
}

.-inset-x-35 {
  right: -35px;
  left: -35px;
}

.-inset-y-36 {
  top: -36px;
  bottom: -36px;
}

.-inset-x-36 {
  right: -36px;
  left: -36px;
}

.-inset-y-37 {
  top: -37px;
  bottom: -37px;
}

.-inset-x-37 {
  right: -37px;
  left: -37px;
}

.-inset-y-39 {
  top: -39px;
  bottom: -39px;
}

.-inset-x-39 {
  right: -39px;
  left: -39px;
}

.-inset-y-40 {
  top: -40px;
  bottom: -40px;
}

.-inset-x-40 {
  right: -40px;
  left: -40px;
}

.-inset-y-47 {
  top: -47px;
  bottom: -47px;
}

.-inset-x-47 {
  right: -47px;
  left: -47px;
}

.-inset-y-50 {
  top: -50px;
  bottom: -50px;
}

.-inset-x-50 {
  right: -50px;
  left: -50px;
}

.-inset-y-56 {
  top: -56px;
  bottom: -56px;
}

.-inset-x-56 {
  right: -56px;
  left: -56px;
}

.-inset-y-64 {
  top: -64px;
  bottom: -64px;
}

.-inset-x-64 {
  right: -64px;
  left: -64px;
}

.-inset-y-70 {
  top: -70px;
  bottom: -70px;
}

.-inset-x-70 {
  right: -70px;
  left: -70px;
}

.-inset-y-72 {
  top: -72px;
  bottom: -72px;
}

.-inset-x-72 {
  right: -72px;
  left: -72px;
}

.-inset-y-75 {
  top: -75px;
  bottom: -75px;
}

.-inset-x-75 {
  right: -75px;
  left: -75px;
}

.-inset-y-80 {
  top: -80px;
  bottom: -80px;
}

.-inset-x-80 {
  right: -80px;
  left: -80px;
}

.-inset-y-83 {
  top: -83px;
  bottom: -83px;
}

.-inset-x-83 {
  right: -83px;
  left: -83px;
}

.-inset-y-100 {
  top: -100px;
  bottom: -100px;
}

.-inset-x-100 {
  right: -100px;
  left: -100px;
}

.-inset-y-118 {
  top: -118px;
  bottom: -118px;
}

.-inset-x-118 {
  right: -118px;
  left: -118px;
}

.-inset-y-130 {
  top: -130px;
  bottom: -130px;
}

.-inset-x-130 {
  right: -130px;
  left: -130px;
}

.-inset-y-150 {
  top: -150px;
  bottom: -150px;
}

.-inset-x-150 {
  right: -150px;
  left: -150px;
}

.-inset-y-180 {
  top: -180px;
  bottom: -180px;
}

.-inset-x-180 {
  right: -180px;
  left: -180px;
}

.-inset-y-213 {
  top: -213px;
  bottom: -213px;
}

.-inset-x-213 {
  right: -213px;
  left: -213px;
}

.-inset-y-225 {
  top: -225px;
  bottom: -225px;
}

.-inset-x-225 {
  right: -225px;
  left: -225px;
}

.-inset-y-250 {
  top: -250px;
  bottom: -250px;
}

.-inset-x-250 {
  right: -250px;
  left: -250px;
}

.-inset-y-300 {
  top: -300px;
  bottom: -300px;
}

.-inset-x-300 {
  right: -300px;
  left: -300px;
}

.-inset-y-320 {
  top: -320px;
  bottom: -320px;
}

.-inset-x-320 {
  right: -320px;
  left: -320px;
}

.-inset-y-345 {
  top: -345px;
  bottom: -345px;
}

.-inset-x-345 {
  right: -345px;
  left: -345px;
}

.-inset-y-485 {
  top: -485px;
  bottom: -485px;
}

.-inset-x-485 {
  right: -485px;
  left: -485px;
}

.-inset-y-px {
  top: -1px;
  bottom: -1px;
}

.-inset-x-px {
  right: -1px;
  left: -1px;
}

.-inset-y--135 {
  top: 135px;
  bottom: 135px;
}

.-inset-x--135 {
  right: 135px;
  left: 135px;
}

.-inset-y-0p {
  top: 0%;
  bottom: 0%;
}

.-inset-x-0p {
  right: 0%;
  left: 0%;
}

.-inset-y-5p {
  top: -5%;
  bottom: -5%;
}

.-inset-x-5p {
  right: -5%;
  left: -5%;
}

.-inset-y-10p {
  top: -10%;
  bottom: -10%;
}

.-inset-x-10p {
  right: -10%;
  left: -10%;
}

.-inset-y-15p {
  top: -15%;
  bottom: -15%;
}

.-inset-x-15p {
  right: -15%;
  left: -15%;
}

.-inset-y-20p {
  top: -20%;
  bottom: -20%;
}

.-inset-x-20p {
  right: -20%;
  left: -20%;
}

.-inset-y-25p {
  top: -25%;
  bottom: -25%;
}

.-inset-x-25p {
  right: -25%;
  left: -25%;
}

.-inset-y-30p {
  top: -30%;
  bottom: -30%;
}

.-inset-x-30p {
  right: -30%;
  left: -30%;
}

.-inset-y-35p {
  top: -35%;
  bottom: -35%;
}

.-inset-x-35p {
  right: -35%;
  left: -35%;
}

.-inset-y-40p {
  top: -40%;
  bottom: -40%;
}

.-inset-x-40p {
  right: -40%;
  left: -40%;
}

.-inset-y-45p {
  top: -45%;
  bottom: -45%;
}

.-inset-x-45p {
  right: -45%;
  left: -45%;
}

.-inset-y-50p {
  top: -50%;
  bottom: -50%;
}

.-inset-x-50p {
  right: -50%;
  left: -50%;
}

.-inset-y-55p {
  top: -55%;
  bottom: -55%;
}

.-inset-x-55p {
  right: -55%;
  left: -55%;
}

.-inset-y-60p {
  top: -60%;
  bottom: -60%;
}

.-inset-x-60p {
  right: -60%;
  left: -60%;
}

.-inset-y-65p {
  top: -65%;
  bottom: -65%;
}

.-inset-x-65p {
  right: -65%;
  left: -65%;
}

.-inset-y-70p {
  top: -70%;
  bottom: -70%;
}

.-inset-x-70p {
  right: -70%;
  left: -70%;
}

.-inset-y-75p {
  top: -75%;
  bottom: -75%;
}

.-inset-x-75p {
  right: -75%;
  left: -75%;
}

.-inset-y-80p {
  top: -80%;
  bottom: -80%;
}

.-inset-x-80p {
  right: -80%;
  left: -80%;
}

.-inset-y-85p {
  top: -85%;
  bottom: -85%;
}

.-inset-x-85p {
  right: -85%;
  left: -85%;
}

.-inset-y-90p {
  top: -90%;
  bottom: -90%;
}

.-inset-x-90p {
  right: -90%;
  left: -90%;
}

.-inset-y-95p {
  top: -95%;
  bottom: -95%;
}

.-inset-x-95p {
  right: -95%;
  left: -95%;
}

.-inset-y-100p {
  top: -100%;
  bottom: -100%;
}

.-inset-x-100p {
  right: -100%;
  left: -100%;
}

.-inset-y-66\.5p {
  top: -66.5%;
  bottom: -66.5%;
}

.-inset-x-66\.5p {
  right: -66.5%;
  left: -66.5%;
}

.-inset-y-67\.5p {
  top: -67.5%;
  bottom: -67.5%;
}

.-inset-x-67\.5p {
  right: -67.5%;
  left: -67.5%;
}

.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-3 {
  top: 3px;
}

.right-3 {
  right: 3px;
}

.bottom-3 {
  bottom: 3px;
}

.left-3 {
  left: 3px;
}

.top-5 {
  top: 5px;
}

.right-5 {
  right: 5px;
}

.bottom-5 {
  bottom: 5px;
}

.left-5 {
  left: 5px;
}

.top-8 {
  top: 8px;
}

.right-8 {
  right: 8px;
}

.bottom-8 {
  bottom: 8px;
}

.left-8 {
  left: 8px;
}

.top-10 {
  top: 10px;
}

.right-10 {
  right: 10px;
}

.bottom-10 {
  bottom: 10px;
}

.left-10 {
  left: 10px;
}

.top-12 {
  top: 12px;
}

.right-12 {
  right: 12px;
}

.bottom-12 {
  bottom: 12px;
}

.left-12 {
  left: 12px;
}

.top-14 {
  top: 14px;
}

.right-14 {
  right: 14px;
}

.bottom-14 {
  bottom: 14px;
}

.left-14 {
  left: 14px;
}

.top-15 {
  top: 15px;
}

.right-15 {
  right: 15px;
}

.bottom-15 {
  bottom: 15px;
}

.left-15 {
  left: 15px;
}

.top-16 {
  top: 16px;
}

.right-16 {
  right: 16px;
}

.bottom-16 {
  bottom: 16px;
}

.left-16 {
  left: 16px;
}

.top-20 {
  top: 20px;
}

.right-20 {
  right: 20px;
}

.bottom-20 {
  bottom: 20px;
}

.left-20 {
  left: 20px;
}

.top-24 {
  top: 24px;
}

.right-24 {
  right: 24px;
}

.bottom-24 {
  bottom: 24px;
}

.left-24 {
  left: 24px;
}

.top-28 {
  top: 28px;
}

.right-28 {
  right: 28px;
}

.bottom-28 {
  bottom: 28px;
}

.left-28 {
  left: 28px;
}

.top-29 {
  top: 29px;
}

.right-29 {
  right: 29px;
}

.bottom-29 {
  bottom: 29px;
}

.left-29 {
  left: 29px;
}

.top-30 {
  top: 30px;
}

.right-30 {
  right: 30px;
}

.bottom-30 {
  bottom: 30px;
}

.left-30 {
  left: 30px;
}

.top-32 {
  top: 32px;
}

.right-32 {
  right: 32px;
}

.bottom-32 {
  bottom: 32px;
}

.left-32 {
  left: 32px;
}

.top-35 {
  top: 35px;
}

.right-35 {
  right: 35px;
}

.bottom-35 {
  bottom: 35px;
}

.left-35 {
  left: 35px;
}

.top-36 {
  top: 36px;
}

.right-36 {
  right: 36px;
}

.bottom-36 {
  bottom: 36px;
}

.left-36 {
  left: 36px;
}

.top-37 {
  top: 37px;
}

.right-37 {
  right: 37px;
}

.bottom-37 {
  bottom: 37px;
}

.left-37 {
  left: 37px;
}

.top-39 {
  top: 39px;
}

.right-39 {
  right: 39px;
}

.bottom-39 {
  bottom: 39px;
}

.left-39 {
  left: 39px;
}

.top-40 {
  top: 40px;
}

.right-40 {
  right: 40px;
}

.bottom-40 {
  bottom: 40px;
}

.left-40 {
  left: 40px;
}

.top-47 {
  top: 47px;
}

.right-47 {
  right: 47px;
}

.bottom-47 {
  bottom: 47px;
}

.left-47 {
  left: 47px;
}

.top-50 {
  top: 50px;
}

.right-50 {
  right: 50px;
}

.bottom-50 {
  bottom: 50px;
}

.left-50 {
  left: 50px;
}

.top-56 {
  top: 56px;
}

.right-56 {
  right: 56px;
}

.bottom-56 {
  bottom: 56px;
}

.left-56 {
  left: 56px;
}

.top-64 {
  top: 64px;
}

.right-64 {
  right: 64px;
}

.bottom-64 {
  bottom: 64px;
}

.left-64 {
  left: 64px;
}

.top-70 {
  top: 70px;
}

.right-70 {
  right: 70px;
}

.bottom-70 {
  bottom: 70px;
}

.left-70 {
  left: 70px;
}

.top-72 {
  top: 72px;
}

.right-72 {
  right: 72px;
}

.bottom-72 {
  bottom: 72px;
}

.left-72 {
  left: 72px;
}

.top-75 {
  top: 75px;
}

.right-75 {
  right: 75px;
}

.bottom-75 {
  bottom: 75px;
}

.left-75 {
  left: 75px;
}

.top-80 {
  top: 80px;
}

.right-80 {
  right: 80px;
}

.bottom-80 {
  bottom: 80px;
}

.left-80 {
  left: 80px;
}

.top-83 {
  top: 83px;
}

.right-83 {
  right: 83px;
}

.bottom-83 {
  bottom: 83px;
}

.left-83 {
  left: 83px;
}

.top-100 {
  top: 100px;
}

.right-100 {
  right: 100px;
}

.bottom-100 {
  bottom: 100px;
}

.left-100 {
  left: 100px;
}

.top-118 {
  top: 118px;
}

.right-118 {
  right: 118px;
}

.bottom-118 {
  bottom: 118px;
}

.left-118 {
  left: 118px;
}

.top-130 {
  top: 130px;
}

.right-130 {
  right: 130px;
}

.bottom-130 {
  bottom: 130px;
}

.left-130 {
  left: 130px;
}

.top-150 {
  top: 150px;
}

.right-150 {
  right: 150px;
}

.bottom-150 {
  bottom: 150px;
}

.left-150 {
  left: 150px;
}

.top-180 {
  top: 180px;
}

.right-180 {
  right: 180px;
}

.bottom-180 {
  bottom: 180px;
}

.left-180 {
  left: 180px;
}

.top-213 {
  top: 213px;
}

.right-213 {
  right: 213px;
}

.bottom-213 {
  bottom: 213px;
}

.left-213 {
  left: 213px;
}

.top-225 {
  top: 225px;
}

.right-225 {
  right: 225px;
}

.bottom-225 {
  bottom: 225px;
}

.left-225 {
  left: 225px;
}

.top-250 {
  top: 250px;
}

.right-250 {
  right: 250px;
}

.bottom-250 {
  bottom: 250px;
}

.left-250 {
  left: 250px;
}

.top-300 {
  top: 300px;
}

.right-300 {
  right: 300px;
}

.bottom-300 {
  bottom: 300px;
}

.left-300 {
  left: 300px;
}

.top-320 {
  top: 320px;
}

.right-320 {
  right: 320px;
}

.bottom-320 {
  bottom: 320px;
}

.left-320 {
  left: 320px;
}

.top-345 {
  top: 345px;
}

.right-345 {
  right: 345px;
}

.bottom-345 {
  bottom: 345px;
}

.left-345 {
  left: 345px;
}

.top-485 {
  top: 485px;
}

.right-485 {
  right: 485px;
}

.bottom-485 {
  bottom: 485px;
}

.left-485 {
  left: 485px;
}

.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-135 {
  top: -135px;
}

.-right-135 {
  right: -135px;
}

.-bottom-135 {
  bottom: -135px;
}

.-left-135 {
  left: -135px;
}

.top-0p {
  top: 0%;
}

.right-0p {
  right: 0%;
}

.bottom-0p {
  bottom: 0%;
}

.left-0p {
  left: 0%;
}

.top-5p {
  top: 5%;
}

.right-5p {
  right: 5%;
}

.bottom-5p {
  bottom: 5%;
}

.left-5p {
  left: 5%;
}

.top-10p {
  top: 10%;
}

.right-10p {
  right: 10%;
}

.bottom-10p {
  bottom: 10%;
}

.left-10p {
  left: 10%;
}

.top-15p {
  top: 15%;
}

.right-15p {
  right: 15%;
}

.bottom-15p {
  bottom: 15%;
}

.left-15p {
  left: 15%;
}

.top-20p {
  top: 20%;
}

.right-20p {
  right: 20%;
}

.bottom-20p {
  bottom: 20%;
}

.left-20p {
  left: 20%;
}

.top-25p {
  top: 25%;
}

.right-25p {
  right: 25%;
}

.bottom-25p {
  bottom: 25%;
}

.left-25p {
  left: 25%;
}

.top-30p {
  top: 30%;
}

.right-30p {
  right: 30%;
}

.bottom-30p {
  bottom: 30%;
}

.left-30p {
  left: 30%;
}

.top-35p {
  top: 35%;
}

.right-35p {
  right: 35%;
}

.bottom-35p {
  bottom: 35%;
}

.left-35p {
  left: 35%;
}

.top-40p {
  top: 40%;
}

.right-40p {
  right: 40%;
}

.bottom-40p {
  bottom: 40%;
}

.left-40p {
  left: 40%;
}

.top-45p {
  top: 45%;
}

.right-45p {
  right: 45%;
}

.bottom-45p {
  bottom: 45%;
}

.left-45p {
  left: 45%;
}

.top-50p {
  top: 50%;
}

.right-50p {
  right: 50%;
}

.bottom-50p {
  bottom: 50%;
}

.left-50p {
  left: 50%;
}

.top-55p {
  top: 55%;
}

.right-55p {
  right: 55%;
}

.bottom-55p {
  bottom: 55%;
}

.left-55p {
  left: 55%;
}

.top-60p {
  top: 60%;
}

.right-60p {
  right: 60%;
}

.bottom-60p {
  bottom: 60%;
}

.left-60p {
  left: 60%;
}

.top-65p {
  top: 65%;
}

.right-65p {
  right: 65%;
}

.bottom-65p {
  bottom: 65%;
}

.left-65p {
  left: 65%;
}

.top-70p {
  top: 70%;
}

.right-70p {
  right: 70%;
}

.bottom-70p {
  bottom: 70%;
}

.left-70p {
  left: 70%;
}

.top-75p {
  top: 75%;
}

.right-75p {
  right: 75%;
}

.bottom-75p {
  bottom: 75%;
}

.left-75p {
  left: 75%;
}

.top-80p {
  top: 80%;
}

.right-80p {
  right: 80%;
}

.bottom-80p {
  bottom: 80%;
}

.left-80p {
  left: 80%;
}

.top-85p {
  top: 85%;
}

.right-85p {
  right: 85%;
}

.bottom-85p {
  bottom: 85%;
}

.left-85p {
  left: 85%;
}

.top-90p {
  top: 90%;
}

.right-90p {
  right: 90%;
}

.bottom-90p {
  bottom: 90%;
}

.left-90p {
  left: 90%;
}

.top-95p {
  top: 95%;
}

.right-95p {
  right: 95%;
}

.bottom-95p {
  bottom: 95%;
}

.left-95p {
  left: 95%;
}

.top-100p {
  top: 100%;
}

.right-100p {
  right: 100%;
}

.bottom-100p {
  bottom: 100%;
}

.left-100p {
  left: 100%;
}

.top-66\.5p {
  top: 66.5%;
}

.right-66\.5p {
  right: 66.5%;
}

.bottom-66\.5p {
  bottom: 66.5%;
}

.left-66\.5p {
  left: 66.5%;
}

.top-67\.5p {
  top: 67.5%;
}

.right-67\.5p {
  right: 67.5%;
}

.bottom-67\.5p {
  bottom: 67.5%;
}

.left-67\.5p {
  left: 67.5%;
}

.-top-0 {
  top: 0px;
}

.-right-0 {
  right: 0px;
}

.-bottom-0 {
  bottom: 0px;
}

.-left-0 {
  left: 0px;
}

.-top-3 {
  top: -3px;
}

.-right-3 {
  right: -3px;
}

.-bottom-3 {
  bottom: -3px;
}

.-left-3 {
  left: -3px;
}

.-top-5 {
  top: -5px;
}

.-right-5 {
  right: -5px;
}

.-bottom-5 {
  bottom: -5px;
}

.-left-5 {
  left: -5px;
}

.-top-8 {
  top: -8px;
}

.-right-8 {
  right: -8px;
}

.-bottom-8 {
  bottom: -8px;
}

.-left-8 {
  left: -8px;
}

.-top-10 {
  top: -10px;
}

.-right-10 {
  right: -10px;
}

.-bottom-10 {
  bottom: -10px;
}

.-left-10 {
  left: -10px;
}

.-top-12 {
  top: -12px;
}

.-right-12 {
  right: -12px;
}

.-bottom-12 {
  bottom: -12px;
}

.-left-12 {
  left: -12px;
}

.-top-14 {
  top: -14px;
}

.-right-14 {
  right: -14px;
}

.-bottom-14 {
  bottom: -14px;
}

.-left-14 {
  left: -14px;
}

.-top-15 {
  top: -15px;
}

.-right-15 {
  right: -15px;
}

.-bottom-15 {
  bottom: -15px;
}

.-left-15 {
  left: -15px;
}

.-top-16 {
  top: -16px;
}

.-right-16 {
  right: -16px;
}

.-bottom-16 {
  bottom: -16px;
}

.-left-16 {
  left: -16px;
}

.-top-20 {
  top: -20px;
}

.-right-20 {
  right: -20px;
}

.-bottom-20 {
  bottom: -20px;
}

.-left-20 {
  left: -20px;
}

.-top-24 {
  top: -24px;
}

.-right-24 {
  right: -24px;
}

.-bottom-24 {
  bottom: -24px;
}

.-left-24 {
  left: -24px;
}

.-top-28 {
  top: -28px;
}

.-right-28 {
  right: -28px;
}

.-bottom-28 {
  bottom: -28px;
}

.-left-28 {
  left: -28px;
}

.-top-29 {
  top: -29px;
}

.-right-29 {
  right: -29px;
}

.-bottom-29 {
  bottom: -29px;
}

.-left-29 {
  left: -29px;
}

.-top-30 {
  top: -30px;
}

.-right-30 {
  right: -30px;
}

.-bottom-30 {
  bottom: -30px;
}

.-left-30 {
  left: -30px;
}

.-top-32 {
  top: -32px;
}

.-right-32 {
  right: -32px;
}

.-bottom-32 {
  bottom: -32px;
}

.-left-32 {
  left: -32px;
}

.-top-35 {
  top: -35px;
}

.-right-35 {
  right: -35px;
}

.-bottom-35 {
  bottom: -35px;
}

.-left-35 {
  left: -35px;
}

.-top-36 {
  top: -36px;
}

.-right-36 {
  right: -36px;
}

.-bottom-36 {
  bottom: -36px;
}

.-left-36 {
  left: -36px;
}

.-top-37 {
  top: -37px;
}

.-right-37 {
  right: -37px;
}

.-bottom-37 {
  bottom: -37px;
}

.-left-37 {
  left: -37px;
}

.-top-39 {
  top: -39px;
}

.-right-39 {
  right: -39px;
}

.-bottom-39 {
  bottom: -39px;
}

.-left-39 {
  left: -39px;
}

.-top-40 {
  top: -40px;
}

.-right-40 {
  right: -40px;
}

.-bottom-40 {
  bottom: -40px;
}

.-left-40 {
  left: -40px;
}

.-top-47 {
  top: -47px;
}

.-right-47 {
  right: -47px;
}

.-bottom-47 {
  bottom: -47px;
}

.-left-47 {
  left: -47px;
}

.-top-50 {
  top: -50px;
}

.-right-50 {
  right: -50px;
}

.-bottom-50 {
  bottom: -50px;
}

.-left-50 {
  left: -50px;
}

.-top-56 {
  top: -56px;
}

.-right-56 {
  right: -56px;
}

.-bottom-56 {
  bottom: -56px;
}

.-left-56 {
  left: -56px;
}

.-top-64 {
  top: -64px;
}

.-right-64 {
  right: -64px;
}

.-bottom-64 {
  bottom: -64px;
}

.-left-64 {
  left: -64px;
}

.-top-70 {
  top: -70px;
}

.-right-70 {
  right: -70px;
}

.-bottom-70 {
  bottom: -70px;
}

.-left-70 {
  left: -70px;
}

.-top-72 {
  top: -72px;
}

.-right-72 {
  right: -72px;
}

.-bottom-72 {
  bottom: -72px;
}

.-left-72 {
  left: -72px;
}

.-top-75 {
  top: -75px;
}

.-right-75 {
  right: -75px;
}

.-bottom-75 {
  bottom: -75px;
}

.-left-75 {
  left: -75px;
}

.-top-80 {
  top: -80px;
}

.-right-80 {
  right: -80px;
}

.-bottom-80 {
  bottom: -80px;
}

.-left-80 {
  left: -80px;
}

.-top-83 {
  top: -83px;
}

.-right-83 {
  right: -83px;
}

.-bottom-83 {
  bottom: -83px;
}

.-left-83 {
  left: -83px;
}

.-top-100 {
  top: -100px;
}

.-right-100 {
  right: -100px;
}

.-bottom-100 {
  bottom: -100px;
}

.-left-100 {
  left: -100px;
}

.-top-118 {
  top: -118px;
}

.-right-118 {
  right: -118px;
}

.-bottom-118 {
  bottom: -118px;
}

.-left-118 {
  left: -118px;
}

.-top-130 {
  top: -130px;
}

.-right-130 {
  right: -130px;
}

.-bottom-130 {
  bottom: -130px;
}

.-left-130 {
  left: -130px;
}

.-top-150 {
  top: -150px;
}

.-right-150 {
  right: -150px;
}

.-bottom-150 {
  bottom: -150px;
}

.-left-150 {
  left: -150px;
}

.-top-180 {
  top: -180px;
}

.-right-180 {
  right: -180px;
}

.-bottom-180 {
  bottom: -180px;
}

.-left-180 {
  left: -180px;
}

.-top-213 {
  top: -213px;
}

.-right-213 {
  right: -213px;
}

.-bottom-213 {
  bottom: -213px;
}

.-left-213 {
  left: -213px;
}

.-top-225 {
  top: -225px;
}

.-right-225 {
  right: -225px;
}

.-bottom-225 {
  bottom: -225px;
}

.-left-225 {
  left: -225px;
}

.-top-250 {
  top: -250px;
}

.-right-250 {
  right: -250px;
}

.-bottom-250 {
  bottom: -250px;
}

.-left-250 {
  left: -250px;
}

.-top-300 {
  top: -300px;
}

.-right-300 {
  right: -300px;
}

.-bottom-300 {
  bottom: -300px;
}

.-left-300 {
  left: -300px;
}

.-top-320 {
  top: -320px;
}

.-right-320 {
  right: -320px;
}

.-bottom-320 {
  bottom: -320px;
}

.-left-320 {
  left: -320px;
}

.-top-345 {
  top: -345px;
}

.-right-345 {
  right: -345px;
}

.-bottom-345 {
  bottom: -345px;
}

.-left-345 {
  left: -345px;
}

.-top-485 {
  top: -485px;
}

.-right-485 {
  right: -485px;
}

.-bottom-485 {
  bottom: -485px;
}

.-left-485 {
  left: -485px;
}

.-top-px {
  top: -1px;
}

.-right-px {
  right: -1px;
}

.-bottom-px {
  bottom: -1px;
}

.-left-px {
  left: -1px;
}

.-top--135 {
  top: 135px;
}

.-right--135 {
  right: 135px;
}

.-bottom--135 {
  bottom: 135px;
}

.-left--135 {
  left: 135px;
}

.-top-0p {
  top: 0%;
}

.-right-0p {
  right: 0%;
}

.-bottom-0p {
  bottom: 0%;
}

.-left-0p {
  left: 0%;
}

.-top-5p {
  top: -5%;
}

.-right-5p {
  right: -5%;
}

.-bottom-5p {
  bottom: -5%;
}

.-left-5p {
  left: -5%;
}

.-top-10p {
  top: -10%;
}

.-right-10p {
  right: -10%;
}

.-bottom-10p {
  bottom: -10%;
}

.-left-10p {
  left: -10%;
}

.-top-15p {
  top: -15%;
}

.-right-15p {
  right: -15%;
}

.-bottom-15p {
  bottom: -15%;
}

.-left-15p {
  left: -15%;
}

.-top-20p {
  top: -20%;
}

.-right-20p {
  right: -20%;
}

.-bottom-20p {
  bottom: -20%;
}

.-left-20p {
  left: -20%;
}

.-top-25p {
  top: -25%;
}

.-right-25p {
  right: -25%;
}

.-bottom-25p {
  bottom: -25%;
}

.-left-25p {
  left: -25%;
}

.-top-30p {
  top: -30%;
}

.-right-30p {
  right: -30%;
}

.-bottom-30p {
  bottom: -30%;
}

.-left-30p {
  left: -30%;
}

.-top-35p {
  top: -35%;
}

.-right-35p {
  right: -35%;
}

.-bottom-35p {
  bottom: -35%;
}

.-left-35p {
  left: -35%;
}

.-top-40p {
  top: -40%;
}

.-right-40p {
  right: -40%;
}

.-bottom-40p {
  bottom: -40%;
}

.-left-40p {
  left: -40%;
}

.-top-45p {
  top: -45%;
}

.-right-45p {
  right: -45%;
}

.-bottom-45p {
  bottom: -45%;
}

.-left-45p {
  left: -45%;
}

.-top-50p {
  top: -50%;
}

.-right-50p {
  right: -50%;
}

.-bottom-50p {
  bottom: -50%;
}

.-left-50p {
  left: -50%;
}

.-top-55p {
  top: -55%;
}

.-right-55p {
  right: -55%;
}

.-bottom-55p {
  bottom: -55%;
}

.-left-55p {
  left: -55%;
}

.-top-60p {
  top: -60%;
}

.-right-60p {
  right: -60%;
}

.-bottom-60p {
  bottom: -60%;
}

.-left-60p {
  left: -60%;
}

.-top-65p {
  top: -65%;
}

.-right-65p {
  right: -65%;
}

.-bottom-65p {
  bottom: -65%;
}

.-left-65p {
  left: -65%;
}

.-top-70p {
  top: -70%;
}

.-right-70p {
  right: -70%;
}

.-bottom-70p {
  bottom: -70%;
}

.-left-70p {
  left: -70%;
}

.-top-75p {
  top: -75%;
}

.-right-75p {
  right: -75%;
}

.-bottom-75p {
  bottom: -75%;
}

.-left-75p {
  left: -75%;
}

.-top-80p {
  top: -80%;
}

.-right-80p {
  right: -80%;
}

.-bottom-80p {
  bottom: -80%;
}

.-left-80p {
  left: -80%;
}

.-top-85p {
  top: -85%;
}

.-right-85p {
  right: -85%;
}

.-bottom-85p {
  bottom: -85%;
}

.-left-85p {
  left: -85%;
}

.-top-90p {
  top: -90%;
}

.-right-90p {
  right: -90%;
}

.-bottom-90p {
  bottom: -90%;
}

.-left-90p {
  left: -90%;
}

.-top-95p {
  top: -95%;
}

.-right-95p {
  right: -95%;
}

.-bottom-95p {
  bottom: -95%;
}

.-left-95p {
  left: -95%;
}

.-top-100p {
  top: -100%;
}

.-right-100p {
  right: -100%;
}

.-bottom-100p {
  bottom: -100%;
}

.-left-100p {
  left: -100%;
}

.-top-66\.5p {
  top: -66.5%;
}

.-right-66\.5p {
  right: -66.5%;
}

.-bottom-66\.5p {
  bottom: -66.5%;
}

.-left-66\.5p {
  left: -66.5%;
}

.-top-67\.5p {
  top: -67.5%;
}

.-right-67\.5p {
  right: -67.5%;
}

.-bottom-67\.5p {
  bottom: -67.5%;
}

.-left-67\.5p {
  left: -67.5%;
}

.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-header {
  --tw-shadow: 0 8px 32px rgba(0, 0, 0, 0.32);
  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-header {
  --tw-shadow: 0 8px 32px rgba(0, 0, 0, 0.32);
  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-header:focus-within {
  --tw-shadow: 0 8px 32px rgba(0, 0, 0, 0.32);
  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-header:hover {
  --tw-shadow: 0 8px 32px rgba(0, 0, 0, 0.32);
  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-header:focus {
  --tw-shadow: 0 8px 32px rgba(0, 0, 0, 0.32);
  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-1 {
  --tw-ring-offset-color: #464646;
}

.ring-offset-black-2 {
  --tw-ring-offset-color: #d7d7d7;
}

.ring-offset-black-3 {
  --tw-ring-offset-color: #262626;
}

.ring-offset-black-4 {
  --tw-ring-offset-color: #ededed;
}

.ring-offset-black-5 {
  --tw-ring-offset-color: #444444;
}

.ring-offset-black-6 {
  --tw-ring-offset-color: #6c6c6c;
}

.ring-offset-black {
  --tw-ring-offset-color: #000;
}

.ring-offset-white-1 {
  --tw-ring-offset-color: #f4f4f4;
}

.ring-offset-white {
  --tw-ring-offset-color: #fff;
}

.ring-offset-pink-1 {
  --tw-ring-offset-color: #e96593;
}

.ring-offset-pink {
  --tw-ring-offset-color: #ee8bae;
}

.ring-offset-red-1 {
  --tw-ring-offset-color: #e7061f;
}

.ring-offset-red {
  --tw-ring-offset-color: #ef0016;
}

.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-1:focus-within {
  --tw-ring-offset-color: #464646;
}

.focus-within\:ring-offset-black-2:focus-within {
  --tw-ring-offset-color: #d7d7d7;
}

.focus-within\:ring-offset-black-3:focus-within {
  --tw-ring-offset-color: #262626;
}

.focus-within\:ring-offset-black-4:focus-within {
  --tw-ring-offset-color: #ededed;
}

.focus-within\:ring-offset-black-5:focus-within {
  --tw-ring-offset-color: #444444;
}

.focus-within\:ring-offset-black-6:focus-within {
  --tw-ring-offset-color: #6c6c6c;
}

.focus-within\:ring-offset-black:focus-within {
  --tw-ring-offset-color: #000;
}

.focus-within\:ring-offset-white-1:focus-within {
  --tw-ring-offset-color: #f4f4f4;
}

.focus-within\:ring-offset-white:focus-within {
  --tw-ring-offset-color: #fff;
}

.focus-within\:ring-offset-pink-1:focus-within {
  --tw-ring-offset-color: #e96593;
}

.focus-within\:ring-offset-pink:focus-within {
  --tw-ring-offset-color: #ee8bae;
}

.focus-within\:ring-offset-red-1:focus-within {
  --tw-ring-offset-color: #e7061f;
}

.focus-within\:ring-offset-red:focus-within {
  --tw-ring-offset-color: #ef0016;
}

.focus\:ring-offset-transparent:focus {
  --tw-ring-offset-color: transparent;
}

.focus\:ring-offset-current:focus {
  --tw-ring-offset-color: currentColor;
}

.focus\:ring-offset-black-1:focus {
  --tw-ring-offset-color: #464646;
}

.focus\:ring-offset-black-2:focus {
  --tw-ring-offset-color: #d7d7d7;
}

.focus\:ring-offset-black-3:focus {
  --tw-ring-offset-color: #262626;
}

.focus\:ring-offset-black-4:focus {
  --tw-ring-offset-color: #ededed;
}

.focus\:ring-offset-black-5:focus {
  --tw-ring-offset-color: #444444;
}

.focus\:ring-offset-black-6:focus {
  --tw-ring-offset-color: #6c6c6c;
}

.focus\:ring-offset-black:focus {
  --tw-ring-offset-color: #000;
}

.focus\:ring-offset-white-1:focus {
  --tw-ring-offset-color: #f4f4f4;
}

.focus\:ring-offset-white:focus {
  --tw-ring-offset-color: #fff;
}

.focus\:ring-offset-pink-1:focus {
  --tw-ring-offset-color: #e96593;
}

.focus\:ring-offset-pink:focus {
  --tw-ring-offset-color: #ee8bae;
}

.focus\:ring-offset-red-1:focus {
  --tw-ring-offset-color: #e7061f;
}

.focus\:ring-offset-red:focus {
  --tw-ring-offset-color: #ef0016;
}

.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-1 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(70, 70, 70, var(--tw-ring-opacity));
}

.ring-black-2 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(215, 215, 215, var(--tw-ring-opacity));
}

.ring-black-3 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(38, 38, 38, var(--tw-ring-opacity));
}

.ring-black-4 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(237, 237, 237, var(--tw-ring-opacity));
}

.ring-black-5 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(68, 68, 68, var(--tw-ring-opacity));
}

.ring-black-6 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(108, 108, 108, var(--tw-ring-opacity));
}

.ring-black {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
}

.ring-white-1 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(244, 244, 244, var(--tw-ring-opacity));
}

.ring-white {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
}

.ring-pink-1 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(233, 101, 147, var(--tw-ring-opacity));
}

.ring-pink {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(238, 139, 174, var(--tw-ring-opacity));
}

.ring-red-1 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(231, 6, 31, var(--tw-ring-opacity));
}

.ring-red {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(239, 0, 22, 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-1:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(70, 70, 70, var(--tw-ring-opacity));
}

.focus-within\:ring-black-2:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(215, 215, 215, var(--tw-ring-opacity));
}

.focus-within\:ring-black-3:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(38, 38, 38, var(--tw-ring-opacity));
}

.focus-within\:ring-black-4:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(237, 237, 237, var(--tw-ring-opacity));
}

.focus-within\:ring-black-5:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(68, 68, 68, var(--tw-ring-opacity));
}

.focus-within\:ring-black-6:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(108, 108, 108, var(--tw-ring-opacity));
}

.focus-within\:ring-black:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
}

.focus-within\:ring-white-1:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(244, 244, 244, var(--tw-ring-opacity));
}

.focus-within\:ring-white:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
}

.focus-within\:ring-pink-1:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(233, 101, 147, var(--tw-ring-opacity));
}

.focus-within\:ring-pink:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(238, 139, 174, var(--tw-ring-opacity));
}

.focus-within\:ring-red-1:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(231, 6, 31, var(--tw-ring-opacity));
}

.focus-within\:ring-red:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(239, 0, 22, var(--tw-ring-opacity));
}

.focus\:ring-transparent:focus {
  --tw-ring-color: transparent;
}

.focus\:ring-current:focus {
  --tw-ring-color: currentColor;
}

.focus\:ring-black-1:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(70, 70, 70, var(--tw-ring-opacity));
}

.focus\:ring-black-2:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(215, 215, 215, var(--tw-ring-opacity));
}

.focus\:ring-black-3:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(38, 38, 38, var(--tw-ring-opacity));
}

.focus\:ring-black-4:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(237, 237, 237, var(--tw-ring-opacity));
}

.focus\:ring-black-5:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(68, 68, 68, var(--tw-ring-opacity));
}

.focus\:ring-black-6:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(108, 108, 108, var(--tw-ring-opacity));
}

.focus\:ring-black:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
}

.focus\:ring-white-1:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(244, 244, 244, var(--tw-ring-opacity));
}

.focus\:ring-white:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
}

.focus\:ring-pink-1:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(233, 101, 147, var(--tw-ring-opacity));
}

.focus\:ring-pink:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(238, 139, 174, var(--tw-ring-opacity));
}

.focus\:ring-red-1:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(231, 6, 31, var(--tw-ring-opacity));
}

.focus\:ring-red:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(239, 0, 22, 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-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-50 {
  --tw-ring-opacity: 0.5;
}

.ring-opacity-60 {
  --tw-ring-opacity: 0.6;
}

.ring-opacity-70 {
  --tw-ring-opacity: 0.7;
}

.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-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-50:focus-within {
  --tw-ring-opacity: 0.5;
}

.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-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-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-50:focus {
  --tw-ring-opacity: 0.5;
}

.focus\:ring-opacity-60:focus {
  --tw-ring-opacity: 0.6;
}

.focus\:ring-opacity-70:focus {
  --tw-ring-opacity: 0.7;
}

.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-1 {
  --tw-text-opacity: 1;
  color: rgba(70, 70, 70, var(--tw-text-opacity));
}

.text-black-2 {
  --tw-text-opacity: 1;
  color: rgba(215, 215, 215, var(--tw-text-opacity));
}

.text-black-3 {
  --tw-text-opacity: 1;
  color: rgba(38, 38, 38, var(--tw-text-opacity));
}

.text-black-4 {
  --tw-text-opacity: 1;
  color: rgba(237, 237, 237, var(--tw-text-opacity));
}

.text-black-5 {
  --tw-text-opacity: 1;
  color: rgba(68, 68, 68, var(--tw-text-opacity));
}

.text-black-6 {
  --tw-text-opacity: 1;
  color: rgba(108, 108, 108, var(--tw-text-opacity));
}

.text-black {
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

.text-white-1 {
  --tw-text-opacity: 1;
  color: rgba(244, 244, 244, var(--tw-text-opacity));
}

.text-white {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.text-pink-1 {
  --tw-text-opacity: 1;
  color: rgba(233, 101, 147, var(--tw-text-opacity));
}

.text-pink {
  --tw-text-opacity: 1;
  color: rgba(238, 139, 174, var(--tw-text-opacity));
}

.text-red-1 {
  --tw-text-opacity: 1;
  color: rgba(231, 6, 31, var(--tw-text-opacity));
}

.text-red {
  --tw-text-opacity: 1;
  color: rgba(239, 0, 22, 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-1 {
  --tw-text-opacity: 1;
  color: rgba(70, 70, 70, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-black-2 {
  --tw-text-opacity: 1;
  color: rgba(215, 215, 215, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-black-3 {
  --tw-text-opacity: 1;
  color: rgba(38, 38, 38, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-black-4 {
  --tw-text-opacity: 1;
  color: rgba(237, 237, 237, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-black-5 {
  --tw-text-opacity: 1;
  color: rgba(68, 68, 68, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-black-6 {
  --tw-text-opacity: 1;
  color: rgba(108, 108, 108, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-black {
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-white-1 {
  --tw-text-opacity: 1;
  color: rgba(244, 244, 244, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-white {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-pink-1 {
  --tw-text-opacity: 1;
  color: rgba(233, 101, 147, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-pink {
  --tw-text-opacity: 1;
  color: rgba(238, 139, 174, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-red-1 {
  --tw-text-opacity: 1;
  color: rgba(231, 6, 31, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-red {
  --tw-text-opacity: 1;
  color: rgba(239, 0, 22, var(--tw-text-opacity));
}

.focus-within\:text-transparent:focus-within {
  color: transparent;
}

.focus-within\:text-current:focus-within {
  color: currentColor;
}

.focus-within\:text-black-1:focus-within {
  --tw-text-opacity: 1;
  color: rgba(70, 70, 70, var(--tw-text-opacity));
}

.focus-within\:text-black-2:focus-within {
  --tw-text-opacity: 1;
  color: rgba(215, 215, 215, var(--tw-text-opacity));
}

.focus-within\:text-black-3:focus-within {
  --tw-text-opacity: 1;
  color: rgba(38, 38, 38, var(--tw-text-opacity));
}

.focus-within\:text-black-4:focus-within {
  --tw-text-opacity: 1;
  color: rgba(237, 237, 237, var(--tw-text-opacity));
}

.focus-within\:text-black-5:focus-within {
  --tw-text-opacity: 1;
  color: rgba(68, 68, 68, var(--tw-text-opacity));
}

.focus-within\:text-black-6:focus-within {
  --tw-text-opacity: 1;
  color: rgba(108, 108, 108, var(--tw-text-opacity));
}

.focus-within\:text-black:focus-within {
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

.focus-within\:text-white-1:focus-within {
  --tw-text-opacity: 1;
  color: rgba(244, 244, 244, var(--tw-text-opacity));
}

.focus-within\:text-white:focus-within {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.focus-within\:text-pink-1:focus-within {
  --tw-text-opacity: 1;
  color: rgba(233, 101, 147, var(--tw-text-opacity));
}

.focus-within\:text-pink:focus-within {
  --tw-text-opacity: 1;
  color: rgba(238, 139, 174, var(--tw-text-opacity));
}

.focus-within\:text-red-1:focus-within {
  --tw-text-opacity: 1;
  color: rgba(231, 6, 31, var(--tw-text-opacity));
}

.focus-within\:text-red:focus-within {
  --tw-text-opacity: 1;
  color: rgba(239, 0, 22, var(--tw-text-opacity));
}

.hover\:text-transparent:hover {
  color: transparent;
}

.hover\:text-current:hover {
  color: currentColor;
}

.hover\:text-black-1:hover {
  --tw-text-opacity: 1;
  color: rgba(70, 70, 70, var(--tw-text-opacity));
}

.hover\:text-black-2:hover {
  --tw-text-opacity: 1;
  color: rgba(215, 215, 215, var(--tw-text-opacity));
}

.hover\:text-black-3:hover {
  --tw-text-opacity: 1;
  color: rgba(38, 38, 38, var(--tw-text-opacity));
}

.hover\:text-black-4:hover {
  --tw-text-opacity: 1;
  color: rgba(237, 237, 237, var(--tw-text-opacity));
}

.hover\:text-black-5:hover {
  --tw-text-opacity: 1;
  color: rgba(68, 68, 68, var(--tw-text-opacity));
}

.hover\:text-black-6:hover {
  --tw-text-opacity: 1;
  color: rgba(108, 108, 108, var(--tw-text-opacity));
}

.hover\:text-black:hover {
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

.hover\:text-white-1:hover {
  --tw-text-opacity: 1;
  color: rgba(244, 244, 244, var(--tw-text-opacity));
}

.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.hover\:text-pink-1:hover {
  --tw-text-opacity: 1;
  color: rgba(233, 101, 147, var(--tw-text-opacity));
}

.hover\:text-pink:hover {
  --tw-text-opacity: 1;
  color: rgba(238, 139, 174, var(--tw-text-opacity));
}

.hover\:text-red-1:hover {
  --tw-text-opacity: 1;
  color: rgba(231, 6, 31, var(--tw-text-opacity));
}

.hover\:text-red:hover {
  --tw-text-opacity: 1;
  color: rgba(239, 0, 22, var(--tw-text-opacity));
}

.focus\:text-transparent:focus {
  color: transparent;
}

.focus\:text-current:focus {
  color: currentColor;
}

.focus\:text-black-1:focus {
  --tw-text-opacity: 1;
  color: rgba(70, 70, 70, var(--tw-text-opacity));
}

.focus\:text-black-2:focus {
  --tw-text-opacity: 1;
  color: rgba(215, 215, 215, var(--tw-text-opacity));
}

.focus\:text-black-3:focus {
  --tw-text-opacity: 1;
  color: rgba(38, 38, 38, var(--tw-text-opacity));
}

.focus\:text-black-4:focus {
  --tw-text-opacity: 1;
  color: rgba(237, 237, 237, var(--tw-text-opacity));
}

.focus\:text-black-5:focus {
  --tw-text-opacity: 1;
  color: rgba(68, 68, 68, var(--tw-text-opacity));
}

.focus\:text-black-6:focus {
  --tw-text-opacity: 1;
  color: rgba(108, 108, 108, var(--tw-text-opacity));
}

.focus\:text-black:focus {
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

.focus\:text-white-1:focus {
  --tw-text-opacity: 1;
  color: rgba(244, 244, 244, var(--tw-text-opacity));
}

.focus\:text-white:focus {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.focus\:text-pink-1:focus {
  --tw-text-opacity: 1;
  color: rgba(233, 101, 147, var(--tw-text-opacity));
}

.focus\:text-pink:focus {
  --tw-text-opacity: 1;
  color: rgba(238, 139, 174, var(--tw-text-opacity));
}

.focus\:text-red-1:focus {
  --tw-text-opacity: 1;
  color: rgba(231, 6, 31, var(--tw-text-opacity));
}

.focus\:text-red:focus {
  --tw-text-opacity: 1;
  color: rgba(239, 0, 22, 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-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-50 {
  --tw-text-opacity: 0.5;
}

.text-opacity-60 {
  --tw-text-opacity: 0.6;
}

.text-opacity-70 {
  --tw-text-opacity: 0.7;
}

.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-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-50 {
  --tw-text-opacity: 0.5;
}

.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-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-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-50:focus-within {
  --tw-text-opacity: 0.5;
}

.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-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-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-50:hover {
  --tw-text-opacity: 0.5;
}

.hover\:text-opacity-60:hover {
  --tw-text-opacity: 0.6;
}

.hover\:text-opacity-70:hover {
  --tw-text-opacity: 0.7;
}

.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-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-50:focus {
  --tw-text-opacity: 0.5;
}

.focus\:text-opacity-60:focus {
  --tw-text-opacity: 0.6;
}

.focus\:text-opacity-70:focus {
  --tw-text-opacity: 0.7;
}

.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;
}

.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-3 {
  width: 3px;
}

.w-5 {
  width: 5px;
}

.w-8 {
  width: 8px;
}

.w-10 {
  width: 10px;
}

.w-12 {
  width: 12px;
}

.w-14 {
  width: 14px;
}

.w-15 {
  width: 15px;
}

.w-16 {
  width: 16px;
}

.w-20 {
  width: 20px;
}

.w-24 {
  width: 24px;
}

.w-28 {
  width: 28px;
}

.w-29 {
  width: 29px;
}

.w-30 {
  width: 30px;
}

.w-32 {
  width: 32px;
}

.w-35 {
  width: 35px;
}

.w-36 {
  width: 36px;
}

.w-37 {
  width: 37px;
}

.w-39 {
  width: 39px;
}

.w-40 {
  width: 40px;
}

.w-47 {
  width: 47px;
}

.w-50 {
  width: 50px;
}

.w-56 {
  width: 56px;
}

.w-64 {
  width: 64px;
}

.w-70 {
  width: 70px;
}

.w-72 {
  width: 72px;
}

.w-75 {
  width: 75px;
}

.w-80 {
  width: 80px;
}

.w-83 {
  width: 83px;
}

.w-100 {
  width: 100px;
}

.w-118 {
  width: 118px;
}

.w-130 {
  width: 130px;
}

.w-150 {
  width: 150px;
}

.w-180 {
  width: 180px;
}

.w-213 {
  width: 213px;
}

.w-225 {
  width: 225px;
}

.w-250 {
  width: 250px;
}

.w-300 {
  width: 300px;
}

.w-320 {
  width: 320px;
}

.w-345 {
  width: 345px;
}

.w-485 {
  width: 485px;
}

.w-auto {
  width: auto;
}

.w-px {
  width: 1px;
}

.-w-135 {
  width: -135px;
}

.w-0p {
  width: 0%;
}

.w-5p {
  width: 5%;
}

.w-10p {
  width: 10%;
}

.w-15p {
  width: 15%;
}

.w-20p {
  width: 20%;
}

.w-25p {
  width: 25%;
}

.w-30p {
  width: 30%;
}

.w-35p {
  width: 35%;
}

.w-40p {
  width: 40%;
}

.w-45p {
  width: 45%;
}

.w-50p {
  width: 50%;
}

.w-55p {
  width: 55%;
}

.w-60p {
  width: 60%;
}

.w-65p {
  width: 65%;
}

.w-70p {
  width: 70%;
}

.w-75p {
  width: 75%;
}

.w-80p {
  width: 80%;
}

.w-85p {
  width: 85%;
}

.w-90p {
  width: 90%;
}

.w-95p {
  width: 95%;
}

.w-100p {
  width: 100%;
}

.w-66\.5p {
  width: 66.5%;
}

.w-67\.5p {
  width: 67.5%;
}

.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;
}

.z-0 {
  z-index: 0;
}

.z-10 {
  z-index: 10;
}

.z-20 {
  z-index: 20;
}

.z-30 {
  z-index: 30;
}

.z-40 {
  z-index: 40;
}

.z-50 {
  z-index: 50;
}

.z-auto {
  z-index: auto;
}

.-z-1 {
  z-index: -1;
}

.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-auto:focus-within {
  z-index: auto;
}

.focus-within\:-z-1:focus-within {
  z-index: -1;
}

.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-auto:focus {
  z-index: auto;
}

.focus\:-z-1:focus {
  z-index: -1;
}

.isolate {
  isolation: isolate;
}

.isolation-auto {
  isolation: auto;
}

.gap-0 {
  gap: 0px;
}

.gap-3 {
  gap: 3px;
}

.gap-5 {
  gap: 5px;
}

.gap-8 {
  gap: 8px;
}

.gap-10 {
  gap: 10px;
}

.gap-12 {
  gap: 12px;
}

.gap-14 {
  gap: 14px;
}

.gap-15 {
  gap: 15px;
}

.gap-16 {
  gap: 16px;
}

.gap-20 {
  gap: 20px;
}

.gap-24 {
  gap: 24px;
}

.gap-28 {
  gap: 28px;
}

.gap-29 {
  gap: 29px;
}

.gap-30 {
  gap: 30px;
}

.gap-32 {
  gap: 32px;
}

.gap-35 {
  gap: 35px;
}

.gap-36 {
  gap: 36px;
}

.gap-37 {
  gap: 37px;
}

.gap-39 {
  gap: 39px;
}

.gap-40 {
  gap: 40px;
}

.gap-47 {
  gap: 47px;
}

.gap-50 {
  gap: 50px;
}

.gap-56 {
  gap: 56px;
}

.gap-64 {
  gap: 64px;
}

.gap-70 {
  gap: 70px;
}

.gap-72 {
  gap: 72px;
}

.gap-75 {
  gap: 75px;
}

.gap-80 {
  gap: 80px;
}

.gap-83 {
  gap: 83px;
}

.gap-100 {
  gap: 100px;
}

.gap-118 {
  gap: 118px;
}

.gap-130 {
  gap: 130px;
}

.gap-150 {
  gap: 150px;
}

.gap-180 {
  gap: 180px;
}

.gap-213 {
  gap: 213px;
}

.gap-225 {
  gap: 225px;
}

.gap-250 {
  gap: 250px;
}

.gap-300 {
  gap: 300px;
}

.gap-320 {
  gap: 320px;
}

.gap-345 {
  gap: 345px;
}

.gap-485 {
  gap: 485px;
}

.gap-px {
  gap: 1px;
}

.-gap-135 {
  gap: -135px;
}

.gap-0p {
  gap: 0%;
}

.gap-5p {
  gap: 5%;
}

.gap-10p {
  gap: 10%;
}

.gap-15p {
  gap: 15%;
}

.gap-20p {
  gap: 20%;
}

.gap-25p {
  gap: 25%;
}

.gap-30p {
  gap: 30%;
}

.gap-35p {
  gap: 35%;
}

.gap-40p {
  gap: 40%;
}

.gap-45p {
  gap: 45%;
}

.gap-50p {
  gap: 50%;
}

.gap-55p {
  gap: 55%;
}

.gap-60p {
  gap: 60%;
}

.gap-65p {
  gap: 65%;
}

.gap-70p {
  gap: 70%;
}

.gap-75p {
  gap: 75%;
}

.gap-80p {
  gap: 80%;
}

.gap-85p {
  gap: 85%;
}

.gap-90p {
  gap: 90%;
}

.gap-95p {
  gap: 95%;
}

.gap-100p {
  gap: 100%;
}

.gap-66\.5p {
  gap: 66.5%;
}

.gap-67\.5p {
  gap: 67.5%;
}

.gap-x-0 {
  -moz-column-gap: 0px;
       column-gap: 0px;
}

.gap-x-3 {
  -moz-column-gap: 3px;
       column-gap: 3px;
}

.gap-x-5 {
  -moz-column-gap: 5px;
       column-gap: 5px;
}

.gap-x-8 {
  -moz-column-gap: 8px;
       column-gap: 8px;
}

.gap-x-10 {
  -moz-column-gap: 10px;
       column-gap: 10px;
}

.gap-x-12 {
  -moz-column-gap: 12px;
       column-gap: 12px;
}

.gap-x-14 {
  -moz-column-gap: 14px;
       column-gap: 14px;
}

.gap-x-15 {
  -moz-column-gap: 15px;
       column-gap: 15px;
}

.gap-x-16 {
  -moz-column-gap: 16px;
       column-gap: 16px;
}

.gap-x-20 {
  -moz-column-gap: 20px;
       column-gap: 20px;
}

.gap-x-24 {
  -moz-column-gap: 24px;
       column-gap: 24px;
}

.gap-x-28 {
  -moz-column-gap: 28px;
       column-gap: 28px;
}

.gap-x-29 {
  -moz-column-gap: 29px;
       column-gap: 29px;
}

.gap-x-30 {
  -moz-column-gap: 30px;
       column-gap: 30px;
}

.gap-x-32 {
  -moz-column-gap: 32px;
       column-gap: 32px;
}

.gap-x-35 {
  -moz-column-gap: 35px;
       column-gap: 35px;
}

.gap-x-36 {
  -moz-column-gap: 36px;
       column-gap: 36px;
}

.gap-x-37 {
  -moz-column-gap: 37px;
       column-gap: 37px;
}

.gap-x-39 {
  -moz-column-gap: 39px;
       column-gap: 39px;
}

.gap-x-40 {
  -moz-column-gap: 40px;
       column-gap: 40px;
}

.gap-x-47 {
  -moz-column-gap: 47px;
       column-gap: 47px;
}

.gap-x-50 {
  -moz-column-gap: 50px;
       column-gap: 50px;
}

.gap-x-56 {
  -moz-column-gap: 56px;
       column-gap: 56px;
}

.gap-x-64 {
  -moz-column-gap: 64px;
       column-gap: 64px;
}

.gap-x-70 {
  -moz-column-gap: 70px;
       column-gap: 70px;
}

.gap-x-72 {
  -moz-column-gap: 72px;
       column-gap: 72px;
}

.gap-x-75 {
  -moz-column-gap: 75px;
       column-gap: 75px;
}

.gap-x-80 {
  -moz-column-gap: 80px;
       column-gap: 80px;
}

.gap-x-83 {
  -moz-column-gap: 83px;
       column-gap: 83px;
}

.gap-x-100 {
  -moz-column-gap: 100px;
       column-gap: 100px;
}

.gap-x-118 {
  -moz-column-gap: 118px;
       column-gap: 118px;
}

.gap-x-130 {
  -moz-column-gap: 130px;
       column-gap: 130px;
}

.gap-x-150 {
  -moz-column-gap: 150px;
       column-gap: 150px;
}

.gap-x-180 {
  -moz-column-gap: 180px;
       column-gap: 180px;
}

.gap-x-213 {
  -moz-column-gap: 213px;
       column-gap: 213px;
}

.gap-x-225 {
  -moz-column-gap: 225px;
       column-gap: 225px;
}

.gap-x-250 {
  -moz-column-gap: 250px;
       column-gap: 250px;
}

.gap-x-300 {
  -moz-column-gap: 300px;
       column-gap: 300px;
}

.gap-x-320 {
  -moz-column-gap: 320px;
       column-gap: 320px;
}

.gap-x-345 {
  -moz-column-gap: 345px;
       column-gap: 345px;
}

.gap-x-485 {
  -moz-column-gap: 485px;
       column-gap: 485px;
}

.gap-x-px {
  -moz-column-gap: 1px;
       column-gap: 1px;
}

.-gap-x-135 {
  -moz-column-gap: -135px;
       column-gap: -135px;
}

.gap-x-0p {
  -moz-column-gap: 0%;
       column-gap: 0%;
}

.gap-x-5p {
  -moz-column-gap: 5%;
       column-gap: 5%;
}

.gap-x-10p {
  -moz-column-gap: 10%;
       column-gap: 10%;
}

.gap-x-15p {
  -moz-column-gap: 15%;
       column-gap: 15%;
}

.gap-x-20p {
  -moz-column-gap: 20%;
       column-gap: 20%;
}

.gap-x-25p {
  -moz-column-gap: 25%;
       column-gap: 25%;
}

.gap-x-30p {
  -moz-column-gap: 30%;
       column-gap: 30%;
}

.gap-x-35p {
  -moz-column-gap: 35%;
       column-gap: 35%;
}

.gap-x-40p {
  -moz-column-gap: 40%;
       column-gap: 40%;
}

.gap-x-45p {
  -moz-column-gap: 45%;
       column-gap: 45%;
}

.gap-x-50p {
  -moz-column-gap: 50%;
       column-gap: 50%;
}

.gap-x-55p {
  -moz-column-gap: 55%;
       column-gap: 55%;
}

.gap-x-60p {
  -moz-column-gap: 60%;
       column-gap: 60%;
}

.gap-x-65p {
  -moz-column-gap: 65%;
       column-gap: 65%;
}

.gap-x-70p {
  -moz-column-gap: 70%;
       column-gap: 70%;
}

.gap-x-75p {
  -moz-column-gap: 75%;
       column-gap: 75%;
}

.gap-x-80p {
  -moz-column-gap: 80%;
       column-gap: 80%;
}

.gap-x-85p {
  -moz-column-gap: 85%;
       column-gap: 85%;
}

.gap-x-90p {
  -moz-column-gap: 90%;
       column-gap: 90%;
}

.gap-x-95p {
  -moz-column-gap: 95%;
       column-gap: 95%;
}

.gap-x-100p {
  -moz-column-gap: 100%;
       column-gap: 100%;
}

.gap-x-66\.5p {
  -moz-column-gap: 66.5%;
       column-gap: 66.5%;
}

.gap-x-67\.5p {
  -moz-column-gap: 67.5%;
       column-gap: 67.5%;
}

.gap-y-0 {
  row-gap: 0px;
}

.gap-y-3 {
  row-gap: 3px;
}

.gap-y-5 {
  row-gap: 5px;
}

.gap-y-8 {
  row-gap: 8px;
}

.gap-y-10 {
  row-gap: 10px;
}

.gap-y-12 {
  row-gap: 12px;
}

.gap-y-14 {
  row-gap: 14px;
}

.gap-y-15 {
  row-gap: 15px;
}

.gap-y-16 {
  row-gap: 16px;
}

.gap-y-20 {
  row-gap: 20px;
}

.gap-y-24 {
  row-gap: 24px;
}

.gap-y-28 {
  row-gap: 28px;
}

.gap-y-29 {
  row-gap: 29px;
}

.gap-y-30 {
  row-gap: 30px;
}

.gap-y-32 {
  row-gap: 32px;
}

.gap-y-35 {
  row-gap: 35px;
}

.gap-y-36 {
  row-gap: 36px;
}

.gap-y-37 {
  row-gap: 37px;
}

.gap-y-39 {
  row-gap: 39px;
}

.gap-y-40 {
  row-gap: 40px;
}

.gap-y-47 {
  row-gap: 47px;
}

.gap-y-50 {
  row-gap: 50px;
}

.gap-y-56 {
  row-gap: 56px;
}

.gap-y-64 {
  row-gap: 64px;
}

.gap-y-70 {
  row-gap: 70px;
}

.gap-y-72 {
  row-gap: 72px;
}

.gap-y-75 {
  row-gap: 75px;
}

.gap-y-80 {
  row-gap: 80px;
}

.gap-y-83 {
  row-gap: 83px;
}

.gap-y-100 {
  row-gap: 100px;
}

.gap-y-118 {
  row-gap: 118px;
}

.gap-y-130 {
  row-gap: 130px;
}

.gap-y-150 {
  row-gap: 150px;
}

.gap-y-180 {
  row-gap: 180px;
}

.gap-y-213 {
  row-gap: 213px;
}

.gap-y-225 {
  row-gap: 225px;
}

.gap-y-250 {
  row-gap: 250px;
}

.gap-y-300 {
  row-gap: 300px;
}

.gap-y-320 {
  row-gap: 320px;
}

.gap-y-345 {
  row-gap: 345px;
}

.gap-y-485 {
  row-gap: 485px;
}

.gap-y-px {
  row-gap: 1px;
}

.-gap-y-135 {
  row-gap: -135px;
}

.gap-y-0p {
  row-gap: 0%;
}

.gap-y-5p {
  row-gap: 5%;
}

.gap-y-10p {
  row-gap: 10%;
}

.gap-y-15p {
  row-gap: 15%;
}

.gap-y-20p {
  row-gap: 20%;
}

.gap-y-25p {
  row-gap: 25%;
}

.gap-y-30p {
  row-gap: 30%;
}

.gap-y-35p {
  row-gap: 35%;
}

.gap-y-40p {
  row-gap: 40%;
}

.gap-y-45p {
  row-gap: 45%;
}

.gap-y-50p {
  row-gap: 50%;
}

.gap-y-55p {
  row-gap: 55%;
}

.gap-y-60p {
  row-gap: 60%;
}

.gap-y-65p {
  row-gap: 65%;
}

.gap-y-70p {
  row-gap: 70%;
}

.gap-y-75p {
  row-gap: 75%;
}

.gap-y-80p {
  row-gap: 80%;
}

.gap-y-85p {
  row-gap: 85%;
}

.gap-y-90p {
  row-gap: 90%;
}

.gap-y-95p {
  row-gap: 95%;
}

.gap-y-100p {
  row-gap: 100%;
}

.gap-y-66\.5p {
  row-gap: 66.5%;
}

.gap-y-67\.5p {
  row-gap: 67.5%;
}

.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;
}

.group:hover .group-hover\:scale-0 {
  --tw-scale-x: 0;
  --tw-scale-y: 0;
}

.group:hover .group-hover\:scale-50 {
  --tw-scale-x: .5;
  --tw-scale-y: .5;
}

.group:hover .group-hover\:scale-75 {
  --tw-scale-x: .75;
  --tw-scale-y: .75;
}

.group:hover .group-hover\:scale-90 {
  --tw-scale-x: .9;
  --tw-scale-y: .9;
}

.group:hover .group-hover\:scale-95 {
  --tw-scale-x: .95;
  --tw-scale-y: .95;
}

.group:hover .group-hover\:scale-100 {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
}

.group:hover .group-hover\:scale-105 {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
}

.group:hover .group-hover\:scale-110 {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
}

.group:hover .group-hover\:scale-125 {
  --tw-scale-x: 1.25;
  --tw-scale-y: 1.25;
}

.group:hover .group-hover\:scale-150 {
  --tw-scale-x: 1.5;
  --tw-scale-y: 1.5;
}

.group:hover .group-hover\:scale-x-0 {
  --tw-scale-x: 0;
}

.group:hover .group-hover\:scale-x-50 {
  --tw-scale-x: .5;
}

.group:hover .group-hover\:scale-x-75 {
  --tw-scale-x: .75;
}

.group:hover .group-hover\:scale-x-90 {
  --tw-scale-x: .9;
}

.group:hover .group-hover\:scale-x-95 {
  --tw-scale-x: .95;
}

.group:hover .group-hover\:scale-x-100 {
  --tw-scale-x: 1;
}

.group:hover .group-hover\:scale-x-105 {
  --tw-scale-x: 1.05;
}

.group:hover .group-hover\:scale-x-110 {
  --tw-scale-x: 1.1;
}

.group:hover .group-hover\:scale-x-125 {
  --tw-scale-x: 1.25;
}

.group:hover .group-hover\:scale-x-150 {
  --tw-scale-x: 1.5;
}

.group:hover .group-hover\:scale-y-0 {
  --tw-scale-y: 0;
}

.group:hover .group-hover\:scale-y-50 {
  --tw-scale-y: .5;
}

.group:hover .group-hover\:scale-y-75 {
  --tw-scale-y: .75;
}

.group:hover .group-hover\:scale-y-90 {
  --tw-scale-y: .9;
}

.group:hover .group-hover\:scale-y-95 {
  --tw-scale-y: .95;
}

.group:hover .group-hover\:scale-y-100 {
  --tw-scale-y: 1;
}

.group:hover .group-hover\:scale-y-105 {
  --tw-scale-y: 1.05;
}

.group:hover .group-hover\:scale-y-110 {
  --tw-scale-y: 1.1;
}

.group:hover .group-hover\:scale-y-125 {
  --tw-scale-y: 1.25;
}

.group:hover .group-hover\:scale-y-150 {
  --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-3 {
  --tw-translate-x: 3px;
}

.translate-x-5 {
  --tw-translate-x: 5px;
}

.translate-x-8 {
  --tw-translate-x: 8px;
}

.translate-x-10 {
  --tw-translate-x: 10px;
}

.translate-x-12 {
  --tw-translate-x: 12px;
}

.translate-x-14 {
  --tw-translate-x: 14px;
}

.translate-x-15 {
  --tw-translate-x: 15px;
}

.translate-x-16 {
  --tw-translate-x: 16px;
}

.translate-x-20 {
  --tw-translate-x: 20px;
}

.translate-x-24 {
  --tw-translate-x: 24px;
}

.translate-x-28 {
  --tw-translate-x: 28px;
}

.translate-x-29 {
  --tw-translate-x: 29px;
}

.translate-x-30 {
  --tw-translate-x: 30px;
}

.translate-x-32 {
  --tw-translate-x: 32px;
}

.translate-x-35 {
  --tw-translate-x: 35px;
}

.translate-x-36 {
  --tw-translate-x: 36px;
}

.translate-x-37 {
  --tw-translate-x: 37px;
}

.translate-x-39 {
  --tw-translate-x: 39px;
}

.translate-x-40 {
  --tw-translate-x: 40px;
}

.translate-x-47 {
  --tw-translate-x: 47px;
}

.translate-x-50 {
  --tw-translate-x: 50px;
}

.translate-x-56 {
  --tw-translate-x: 56px;
}

.translate-x-64 {
  --tw-translate-x: 64px;
}

.translate-x-70 {
  --tw-translate-x: 70px;
}

.translate-x-72 {
  --tw-translate-x: 72px;
}

.translate-x-75 {
  --tw-translate-x: 75px;
}

.translate-x-80 {
  --tw-translate-x: 80px;
}

.translate-x-83 {
  --tw-translate-x: 83px;
}

.translate-x-100 {
  --tw-translate-x: 100px;
}

.translate-x-118 {
  --tw-translate-x: 118px;
}

.translate-x-130 {
  --tw-translate-x: 130px;
}

.translate-x-150 {
  --tw-translate-x: 150px;
}

.translate-x-180 {
  --tw-translate-x: 180px;
}

.translate-x-213 {
  --tw-translate-x: 213px;
}

.translate-x-225 {
  --tw-translate-x: 225px;
}

.translate-x-250 {
  --tw-translate-x: 250px;
}

.translate-x-300 {
  --tw-translate-x: 300px;
}

.translate-x-320 {
  --tw-translate-x: 320px;
}

.translate-x-345 {
  --tw-translate-x: 345px;
}

.translate-x-485 {
  --tw-translate-x: 485px;
}

.translate-x-px {
  --tw-translate-x: 1px;
}

.-translate-x-135 {
  --tw-translate-x: -135px;
}

.translate-x-0p {
  --tw-translate-x: 0%;
}

.translate-x-5p {
  --tw-translate-x: 5%;
}

.translate-x-10p {
  --tw-translate-x: 10%;
}

.translate-x-15p {
  --tw-translate-x: 15%;
}

.translate-x-20p {
  --tw-translate-x: 20%;
}

.translate-x-25p {
  --tw-translate-x: 25%;
}

.translate-x-30p {
  --tw-translate-x: 30%;
}

.translate-x-35p {
  --tw-translate-x: 35%;
}

.translate-x-40p {
  --tw-translate-x: 40%;
}

.translate-x-45p {
  --tw-translate-x: 45%;
}

.translate-x-50p {
  --tw-translate-x: 50%;
}

.translate-x-55p {
  --tw-translate-x: 55%;
}

.translate-x-60p {
  --tw-translate-x: 60%;
}

.translate-x-65p {
  --tw-translate-x: 65%;
}

.translate-x-70p {
  --tw-translate-x: 70%;
}

.translate-x-75p {
  --tw-translate-x: 75%;
}

.translate-x-80p {
  --tw-translate-x: 80%;
}

.translate-x-85p {
  --tw-translate-x: 85%;
}

.translate-x-90p {
  --tw-translate-x: 90%;
}

.translate-x-95p {
  --tw-translate-x: 95%;
}

.translate-x-100p {
  --tw-translate-x: 100%;
}

.translate-x-66\.5p {
  --tw-translate-x: 66.5%;
}

.translate-x-67\.5p {
  --tw-translate-x: 67.5%;
}

.-translate-x-0 {
  --tw-translate-x: 0px;
}

.-translate-x-3 {
  --tw-translate-x: -3px;
}

.-translate-x-5 {
  --tw-translate-x: -5px;
}

.-translate-x-8 {
  --tw-translate-x: -8px;
}

.-translate-x-10 {
  --tw-translate-x: -10px;
}

.-translate-x-12 {
  --tw-translate-x: -12px;
}

.-translate-x-14 {
  --tw-translate-x: -14px;
}

.-translate-x-15 {
  --tw-translate-x: -15px;
}

.-translate-x-16 {
  --tw-translate-x: -16px;
}

.-translate-x-20 {
  --tw-translate-x: -20px;
}

.-translate-x-24 {
  --tw-translate-x: -24px;
}

.-translate-x-28 {
  --tw-translate-x: -28px;
}

.-translate-x-29 {
  --tw-translate-x: -29px;
}

.-translate-x-30 {
  --tw-translate-x: -30px;
}

.-translate-x-32 {
  --tw-translate-x: -32px;
}

.-translate-x-35 {
  --tw-translate-x: -35px;
}

.-translate-x-36 {
  --tw-translate-x: -36px;
}

.-translate-x-37 {
  --tw-translate-x: -37px;
}

.-translate-x-39 {
  --tw-translate-x: -39px;
}

.-translate-x-40 {
  --tw-translate-x: -40px;
}

.-translate-x-47 {
  --tw-translate-x: -47px;
}

.-translate-x-50 {
  --tw-translate-x: -50px;
}

.-translate-x-56 {
  --tw-translate-x: -56px;
}

.-translate-x-64 {
  --tw-translate-x: -64px;
}

.-translate-x-70 {
  --tw-translate-x: -70px;
}

.-translate-x-72 {
  --tw-translate-x: -72px;
}

.-translate-x-75 {
  --tw-translate-x: -75px;
}

.-translate-x-80 {
  --tw-translate-x: -80px;
}

.-translate-x-83 {
  --tw-translate-x: -83px;
}

.-translate-x-100 {
  --tw-translate-x: -100px;
}

.-translate-x-118 {
  --tw-translate-x: -118px;
}

.-translate-x-130 {
  --tw-translate-x: -130px;
}

.-translate-x-150 {
  --tw-translate-x: -150px;
}

.-translate-x-180 {
  --tw-translate-x: -180px;
}

.-translate-x-213 {
  --tw-translate-x: -213px;
}

.-translate-x-225 {
  --tw-translate-x: -225px;
}

.-translate-x-250 {
  --tw-translate-x: -250px;
}

.-translate-x-300 {
  --tw-translate-x: -300px;
}

.-translate-x-320 {
  --tw-translate-x: -320px;
}

.-translate-x-345 {
  --tw-translate-x: -345px;
}

.-translate-x-485 {
  --tw-translate-x: -485px;
}

.-translate-x-px {
  --tw-translate-x: -1px;
}

.-translate-x--135 {
  --tw-translate-x: 135px;
}

.-translate-x-0p {
  --tw-translate-x: 0%;
}

.-translate-x-5p {
  --tw-translate-x: -5%;
}

.-translate-x-10p {
  --tw-translate-x: -10%;
}

.-translate-x-15p {
  --tw-translate-x: -15%;
}

.-translate-x-20p {
  --tw-translate-x: -20%;
}

.-translate-x-25p {
  --tw-translate-x: -25%;
}

.-translate-x-30p {
  --tw-translate-x: -30%;
}

.-translate-x-35p {
  --tw-translate-x: -35%;
}

.-translate-x-40p {
  --tw-translate-x: -40%;
}

.-translate-x-45p {
  --tw-translate-x: -45%;
}

.-translate-x-50p {
  --tw-translate-x: -50%;
}

.-translate-x-55p {
  --tw-translate-x: -55%;
}

.-translate-x-60p {
  --tw-translate-x: -60%;
}

.-translate-x-65p {
  --tw-translate-x: -65%;
}

.-translate-x-70p {
  --tw-translate-x: -70%;
}

.-translate-x-75p {
  --tw-translate-x: -75%;
}

.-translate-x-80p {
  --tw-translate-x: -80%;
}

.-translate-x-85p {
  --tw-translate-x: -85%;
}

.-translate-x-90p {
  --tw-translate-x: -90%;
}

.-translate-x-95p {
  --tw-translate-x: -95%;
}

.-translate-x-100p {
  --tw-translate-x: -100%;
}

.-translate-x-66\.5p {
  --tw-translate-x: -66.5%;
}

.-translate-x-67\.5p {
  --tw-translate-x: -67.5%;
}

.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-3 {
  --tw-translate-y: 3px;
}

.translate-y-5 {
  --tw-translate-y: 5px;
}

.translate-y-8 {
  --tw-translate-y: 8px;
}

.translate-y-10 {
  --tw-translate-y: 10px;
}

.translate-y-12 {
  --tw-translate-y: 12px;
}

.translate-y-14 {
  --tw-translate-y: 14px;
}

.translate-y-15 {
  --tw-translate-y: 15px;
}

.translate-y-16 {
  --tw-translate-y: 16px;
}

.translate-y-20 {
  --tw-translate-y: 20px;
}

.translate-y-24 {
  --tw-translate-y: 24px;
}

.translate-y-28 {
  --tw-translate-y: 28px;
}

.translate-y-29 {
  --tw-translate-y: 29px;
}

.translate-y-30 {
  --tw-translate-y: 30px;
}

.translate-y-32 {
  --tw-translate-y: 32px;
}

.translate-y-35 {
  --tw-translate-y: 35px;
}

.translate-y-36 {
  --tw-translate-y: 36px;
}

.translate-y-37 {
  --tw-translate-y: 37px;
}

.translate-y-39 {
  --tw-translate-y: 39px;
}

.translate-y-40 {
  --tw-translate-y: 40px;
}

.translate-y-47 {
  --tw-translate-y: 47px;
}

.translate-y-50 {
  --tw-translate-y: 50px;
}

.translate-y-56 {
  --tw-translate-y: 56px;
}

.translate-y-64 {
  --tw-translate-y: 64px;
}

.translate-y-70 {
  --tw-translate-y: 70px;
}

.translate-y-72 {
  --tw-translate-y: 72px;
}

.translate-y-75 {
  --tw-translate-y: 75px;
}

.translate-y-80 {
  --tw-translate-y: 80px;
}

.translate-y-83 {
  --tw-translate-y: 83px;
}

.translate-y-100 {
  --tw-translate-y: 100px;
}

.translate-y-118 {
  --tw-translate-y: 118px;
}

.translate-y-130 {
  --tw-translate-y: 130px;
}

.translate-y-150 {
  --tw-translate-y: 150px;
}

.translate-y-180 {
  --tw-translate-y: 180px;
}

.translate-y-213 {
  --tw-translate-y: 213px;
}

.translate-y-225 {
  --tw-translate-y: 225px;
}

.translate-y-250 {
  --tw-translate-y: 250px;
}

.translate-y-300 {
  --tw-translate-y: 300px;
}

.translate-y-320 {
  --tw-translate-y: 320px;
}

.translate-y-345 {
  --tw-translate-y: 345px;
}

.translate-y-485 {
  --tw-translate-y: 485px;
}

.translate-y-px {
  --tw-translate-y: 1px;
}

.-translate-y-135 {
  --tw-translate-y: -135px;
}

.translate-y-0p {
  --tw-translate-y: 0%;
}

.translate-y-5p {
  --tw-translate-y: 5%;
}

.translate-y-10p {
  --tw-translate-y: 10%;
}

.translate-y-15p {
  --tw-translate-y: 15%;
}

.translate-y-20p {
  --tw-translate-y: 20%;
}

.translate-y-25p {
  --tw-translate-y: 25%;
}

.translate-y-30p {
  --tw-translate-y: 30%;
}

.translate-y-35p {
  --tw-translate-y: 35%;
}

.translate-y-40p {
  --tw-translate-y: 40%;
}

.translate-y-45p {
  --tw-translate-y: 45%;
}

.translate-y-50p {
  --tw-translate-y: 50%;
}

.translate-y-55p {
  --tw-translate-y: 55%;
}

.translate-y-60p {
  --tw-translate-y: 60%;
}

.translate-y-65p {
  --tw-translate-y: 65%;
}

.translate-y-70p {
  --tw-translate-y: 70%;
}

.translate-y-75p {
  --tw-translate-y: 75%;
}

.translate-y-80p {
  --tw-translate-y: 80%;
}

.translate-y-85p {
  --tw-translate-y: 85%;
}

.translate-y-90p {
  --tw-translate-y: 90%;
}

.translate-y-95p {
  --tw-translate-y: 95%;
}

.translate-y-100p {
  --tw-translate-y: 100%;
}

.translate-y-66\.5p {
  --tw-translate-y: 66.5%;
}

.translate-y-67\.5p {
  --tw-translate-y: 67.5%;
}

.-translate-y-0 {
  --tw-translate-y: 0px;
}

.-translate-y-3 {
  --tw-translate-y: -3px;
}

.-translate-y-5 {
  --tw-translate-y: -5px;
}

.-translate-y-8 {
  --tw-translate-y: -8px;
}

.-translate-y-10 {
  --tw-translate-y: -10px;
}

.-translate-y-12 {
  --tw-translate-y: -12px;
}

.-translate-y-14 {
  --tw-translate-y: -14px;
}

.-translate-y-15 {
  --tw-translate-y: -15px;
}

.-translate-y-16 {
  --tw-translate-y: -16px;
}

.-translate-y-20 {
  --tw-translate-y: -20px;
}

.-translate-y-24 {
  --tw-translate-y: -24px;
}

.-translate-y-28 {
  --tw-translate-y: -28px;
}

.-translate-y-29 {
  --tw-translate-y: -29px;
}

.-translate-y-30 {
  --tw-translate-y: -30px;
}

.-translate-y-32 {
  --tw-translate-y: -32px;
}

.-translate-y-35 {
  --tw-translate-y: -35px;
}

.-translate-y-36 {
  --tw-translate-y: -36px;
}

.-translate-y-37 {
  --tw-translate-y: -37px;
}

.-translate-y-39 {
  --tw-translate-y: -39px;
}

.-translate-y-40 {
  --tw-translate-y: -40px;
}

.-translate-y-47 {
  --tw-translate-y: -47px;
}

.-translate-y-50 {
  --tw-translate-y: -50px;
}

.-translate-y-56 {
  --tw-translate-y: -56px;
}

.-translate-y-64 {
  --tw-translate-y: -64px;
}

.-translate-y-70 {
  --tw-translate-y: -70px;
}

.-translate-y-72 {
  --tw-translate-y: -72px;
}

.-translate-y-75 {
  --tw-translate-y: -75px;
}

.-translate-y-80 {
  --tw-translate-y: -80px;
}

.-translate-y-83 {
  --tw-translate-y: -83px;
}

.-translate-y-100 {
  --tw-translate-y: -100px;
}

.-translate-y-118 {
  --tw-translate-y: -118px;
}

.-translate-y-130 {
  --tw-translate-y: -130px;
}

.-translate-y-150 {
  --tw-translate-y: -150px;
}

.-translate-y-180 {
  --tw-translate-y: -180px;
}

.-translate-y-213 {
  --tw-translate-y: -213px;
}

.-translate-y-225 {
  --tw-translate-y: -225px;
}

.-translate-y-250 {
  --tw-translate-y: -250px;
}

.-translate-y-300 {
  --tw-translate-y: -300px;
}

.-translate-y-320 {
  --tw-translate-y: -320px;
}

.-translate-y-345 {
  --tw-translate-y: -345px;
}

.-translate-y-485 {
  --tw-translate-y: -485px;
}

.-translate-y-px {
  --tw-translate-y: -1px;
}

.-translate-y--135 {
  --tw-translate-y: 135px;
}

.-translate-y-0p {
  --tw-translate-y: 0%;
}

.-translate-y-5p {
  --tw-translate-y: -5%;
}

.-translate-y-10p {
  --tw-translate-y: -10%;
}

.-translate-y-15p {
  --tw-translate-y: -15%;
}

.-translate-y-20p {
  --tw-translate-y: -20%;
}

.-translate-y-25p {
  --tw-translate-y: -25%;
}

.-translate-y-30p {
  --tw-translate-y: -30%;
}

.-translate-y-35p {
  --tw-translate-y: -35%;
}

.-translate-y-40p {
  --tw-translate-y: -40%;
}

.-translate-y-45p {
  --tw-translate-y: -45%;
}

.-translate-y-50p {
  --tw-translate-y: -50%;
}

.-translate-y-55p {
  --tw-translate-y: -55%;
}

.-translate-y-60p {
  --tw-translate-y: -60%;
}

.-translate-y-65p {
  --tw-translate-y: -65%;
}

.-translate-y-70p {
  --tw-translate-y: -70%;
}

.-translate-y-75p {
  --tw-translate-y: -75%;
}

.-translate-y-80p {
  --tw-translate-y: -80%;
}

.-translate-y-85p {
  --tw-translate-y: -85%;
}

.-translate-y-90p {
  --tw-translate-y: -90%;
}

.-translate-y-95p {
  --tw-translate-y: -95%;
}

.-translate-y-100p {
  --tw-translate-y: -100%;
}

.-translate-y-66\.5p {
  --tw-translate-y: -66.5%;
}

.-translate-y-67\.5p {
  --tw-translate-y: -67.5%;
}

.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-3:hover {
  --tw-translate-x: 3px;
}

.hover\:translate-x-5:hover {
  --tw-translate-x: 5px;
}

.hover\:translate-x-8:hover {
  --tw-translate-x: 8px;
}

.hover\:translate-x-10:hover {
  --tw-translate-x: 10px;
}

.hover\:translate-x-12:hover {
  --tw-translate-x: 12px;
}

.hover\:translate-x-14:hover {
  --tw-translate-x: 14px;
}

.hover\:translate-x-15:hover {
  --tw-translate-x: 15px;
}

.hover\:translate-x-16:hover {
  --tw-translate-x: 16px;
}

.hover\:translate-x-20:hover {
  --tw-translate-x: 20px;
}

.hover\:translate-x-24:hover {
  --tw-translate-x: 24px;
}

.hover\:translate-x-28:hover {
  --tw-translate-x: 28px;
}

.hover\:translate-x-29:hover {
  --tw-translate-x: 29px;
}

.hover\:translate-x-30:hover {
  --tw-translate-x: 30px;
}

.hover\:translate-x-32:hover {
  --tw-translate-x: 32px;
}

.hover\:translate-x-35:hover {
  --tw-translate-x: 35px;
}

.hover\:translate-x-36:hover {
  --tw-translate-x: 36px;
}

.hover\:translate-x-37:hover {
  --tw-translate-x: 37px;
}

.hover\:translate-x-39:hover {
  --tw-translate-x: 39px;
}

.hover\:translate-x-40:hover {
  --tw-translate-x: 40px;
}

.hover\:translate-x-47:hover {
  --tw-translate-x: 47px;
}

.hover\:translate-x-50:hover {
  --tw-translate-x: 50px;
}

.hover\:translate-x-56:hover {
  --tw-translate-x: 56px;
}

.hover\:translate-x-64:hover {
  --tw-translate-x: 64px;
}

.hover\:translate-x-70:hover {
  --tw-translate-x: 70px;
}

.hover\:translate-x-72:hover {
  --tw-translate-x: 72px;
}

.hover\:translate-x-75:hover {
  --tw-translate-x: 75px;
}

.hover\:translate-x-80:hover {
  --tw-translate-x: 80px;
}

.hover\:translate-x-83:hover {
  --tw-translate-x: 83px;
}

.hover\:translate-x-100:hover {
  --tw-translate-x: 100px;
}

.hover\:translate-x-118:hover {
  --tw-translate-x: 118px;
}

.hover\:translate-x-130:hover {
  --tw-translate-x: 130px;
}

.hover\:translate-x-150:hover {
  --tw-translate-x: 150px;
}

.hover\:translate-x-180:hover {
  --tw-translate-x: 180px;
}

.hover\:translate-x-213:hover {
  --tw-translate-x: 213px;
}

.hover\:translate-x-225:hover {
  --tw-translate-x: 225px;
}

.hover\:translate-x-250:hover {
  --tw-translate-x: 250px;
}

.hover\:translate-x-300:hover {
  --tw-translate-x: 300px;
}

.hover\:translate-x-320:hover {
  --tw-translate-x: 320px;
}

.hover\:translate-x-345:hover {
  --tw-translate-x: 345px;
}

.hover\:translate-x-485:hover {
  --tw-translate-x: 485px;
}

.hover\:translate-x-px:hover {
  --tw-translate-x: 1px;
}

.hover\:-translate-x-135:hover {
  --tw-translate-x: -135px;
}

.hover\:translate-x-0p:hover {
  --tw-translate-x: 0%;
}

.hover\:translate-x-5p:hover {
  --tw-translate-x: 5%;
}

.hover\:translate-x-10p:hover {
  --tw-translate-x: 10%;
}

.hover\:translate-x-15p:hover {
  --tw-translate-x: 15%;
}

.hover\:translate-x-20p:hover {
  --tw-translate-x: 20%;
}

.hover\:translate-x-25p:hover {
  --tw-translate-x: 25%;
}

.hover\:translate-x-30p:hover {
  --tw-translate-x: 30%;
}

.hover\:translate-x-35p:hover {
  --tw-translate-x: 35%;
}

.hover\:translate-x-40p:hover {
  --tw-translate-x: 40%;
}

.hover\:translate-x-45p:hover {
  --tw-translate-x: 45%;
}

.hover\:translate-x-50p:hover {
  --tw-translate-x: 50%;
}

.hover\:translate-x-55p:hover {
  --tw-translate-x: 55%;
}

.hover\:translate-x-60p:hover {
  --tw-translate-x: 60%;
}

.hover\:translate-x-65p:hover {
  --tw-translate-x: 65%;
}

.hover\:translate-x-70p:hover {
  --tw-translate-x: 70%;
}

.hover\:translate-x-75p:hover {
  --tw-translate-x: 75%;
}

.hover\:translate-x-80p:hover {
  --tw-translate-x: 80%;
}

.hover\:translate-x-85p:hover {
  --tw-translate-x: 85%;
}

.hover\:translate-x-90p:hover {
  --tw-translate-x: 90%;
}

.hover\:translate-x-95p:hover {
  --tw-translate-x: 95%;
}

.hover\:translate-x-100p:hover {
  --tw-translate-x: 100%;
}

.hover\:translate-x-66\.5p:hover {
  --tw-translate-x: 66.5%;
}

.hover\:translate-x-67\.5p:hover {
  --tw-translate-x: 67.5%;
}

.hover\:-translate-x-0:hover {
  --tw-translate-x: 0px;
}

.hover\:-translate-x-3:hover {
  --tw-translate-x: -3px;
}

.hover\:-translate-x-5:hover {
  --tw-translate-x: -5px;
}

.hover\:-translate-x-8:hover {
  --tw-translate-x: -8px;
}

.hover\:-translate-x-10:hover {
  --tw-translate-x: -10px;
}

.hover\:-translate-x-12:hover {
  --tw-translate-x: -12px;
}

.hover\:-translate-x-14:hover {
  --tw-translate-x: -14px;
}

.hover\:-translate-x-15:hover {
  --tw-translate-x: -15px;
}

.hover\:-translate-x-16:hover {
  --tw-translate-x: -16px;
}

.hover\:-translate-x-20:hover {
  --tw-translate-x: -20px;
}

.hover\:-translate-x-24:hover {
  --tw-translate-x: -24px;
}

.hover\:-translate-x-28:hover {
  --tw-translate-x: -28px;
}

.hover\:-translate-x-29:hover {
  --tw-translate-x: -29px;
}

.hover\:-translate-x-30:hover {
  --tw-translate-x: -30px;
}

.hover\:-translate-x-32:hover {
  --tw-translate-x: -32px;
}

.hover\:-translate-x-35:hover {
  --tw-translate-x: -35px;
}

.hover\:-translate-x-36:hover {
  --tw-translate-x: -36px;
}

.hover\:-translate-x-37:hover {
  --tw-translate-x: -37px;
}

.hover\:-translate-x-39:hover {
  --tw-translate-x: -39px;
}

.hover\:-translate-x-40:hover {
  --tw-translate-x: -40px;
}

.hover\:-translate-x-47:hover {
  --tw-translate-x: -47px;
}

.hover\:-translate-x-50:hover {
  --tw-translate-x: -50px;
}

.hover\:-translate-x-56:hover {
  --tw-translate-x: -56px;
}

.hover\:-translate-x-64:hover {
  --tw-translate-x: -64px;
}

.hover\:-translate-x-70:hover {
  --tw-translate-x: -70px;
}

.hover\:-translate-x-72:hover {
  --tw-translate-x: -72px;
}

.hover\:-translate-x-75:hover {
  --tw-translate-x: -75px;
}

.hover\:-translate-x-80:hover {
  --tw-translate-x: -80px;
}

.hover\:-translate-x-83:hover {
  --tw-translate-x: -83px;
}

.hover\:-translate-x-100:hover {
  --tw-translate-x: -100px;
}

.hover\:-translate-x-118:hover {
  --tw-translate-x: -118px;
}

.hover\:-translate-x-130:hover {
  --tw-translate-x: -130px;
}

.hover\:-translate-x-150:hover {
  --tw-translate-x: -150px;
}

.hover\:-translate-x-180:hover {
  --tw-translate-x: -180px;
}

.hover\:-translate-x-213:hover {
  --tw-translate-x: -213px;
}

.hover\:-translate-x-225:hover {
  --tw-translate-x: -225px;
}

.hover\:-translate-x-250:hover {
  --tw-translate-x: -250px;
}

.hover\:-translate-x-300:hover {
  --tw-translate-x: -300px;
}

.hover\:-translate-x-320:hover {
  --tw-translate-x: -320px;
}

.hover\:-translate-x-345:hover {
  --tw-translate-x: -345px;
}

.hover\:-translate-x-485:hover {
  --tw-translate-x: -485px;
}

.hover\:-translate-x-px:hover {
  --tw-translate-x: -1px;
}

.hover\:-translate-x--135:hover {
  --tw-translate-x: 135px;
}

.hover\:-translate-x-0p:hover {
  --tw-translate-x: 0%;
}

.hover\:-translate-x-5p:hover {
  --tw-translate-x: -5%;
}

.hover\:-translate-x-10p:hover {
  --tw-translate-x: -10%;
}

.hover\:-translate-x-15p:hover {
  --tw-translate-x: -15%;
}

.hover\:-translate-x-20p:hover {
  --tw-translate-x: -20%;
}

.hover\:-translate-x-25p:hover {
  --tw-translate-x: -25%;
}

.hover\:-translate-x-30p:hover {
  --tw-translate-x: -30%;
}

.hover\:-translate-x-35p:hover {
  --tw-translate-x: -35%;
}

.hover\:-translate-x-40p:hover {
  --tw-translate-x: -40%;
}

.hover\:-translate-x-45p:hover {
  --tw-translate-x: -45%;
}

.hover\:-translate-x-50p:hover {
  --tw-translate-x: -50%;
}

.hover\:-translate-x-55p:hover {
  --tw-translate-x: -55%;
}

.hover\:-translate-x-60p:hover {
  --tw-translate-x: -60%;
}

.hover\:-translate-x-65p:hover {
  --tw-translate-x: -65%;
}

.hover\:-translate-x-70p:hover {
  --tw-translate-x: -70%;
}

.hover\:-translate-x-75p:hover {
  --tw-translate-x: -75%;
}

.hover\:-translate-x-80p:hover {
  --tw-translate-x: -80%;
}

.hover\:-translate-x-85p:hover {
  --tw-translate-x: -85%;
}

.hover\:-translate-x-90p:hover {
  --tw-translate-x: -90%;
}

.hover\:-translate-x-95p:hover {
  --tw-translate-x: -95%;
}

.hover\:-translate-x-100p:hover {
  --tw-translate-x: -100%;
}

.hover\:-translate-x-66\.5p:hover {
  --tw-translate-x: -66.5%;
}

.hover\:-translate-x-67\.5p:hover {
  --tw-translate-x: -67.5%;
}

.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-3:hover {
  --tw-translate-y: 3px;
}

.hover\:translate-y-5:hover {
  --tw-translate-y: 5px;
}

.hover\:translate-y-8:hover {
  --tw-translate-y: 8px;
}

.hover\:translate-y-10:hover {
  --tw-translate-y: 10px;
}

.hover\:translate-y-12:hover {
  --tw-translate-y: 12px;
}

.hover\:translate-y-14:hover {
  --tw-translate-y: 14px;
}

.hover\:translate-y-15:hover {
  --tw-translate-y: 15px;
}

.hover\:translate-y-16:hover {
  --tw-translate-y: 16px;
}

.hover\:translate-y-20:hover {
  --tw-translate-y: 20px;
}

.hover\:translate-y-24:hover {
  --tw-translate-y: 24px;
}

.hover\:translate-y-28:hover {
  --tw-translate-y: 28px;
}

.hover\:translate-y-29:hover {
  --tw-translate-y: 29px;
}

.hover\:translate-y-30:hover {
  --tw-translate-y: 30px;
}

.hover\:translate-y-32:hover {
  --tw-translate-y: 32px;
}

.hover\:translate-y-35:hover {
  --tw-translate-y: 35px;
}

.hover\:translate-y-36:hover {
  --tw-translate-y: 36px;
}

.hover\:translate-y-37:hover {
  --tw-translate-y: 37px;
}

.hover\:translate-y-39:hover {
  --tw-translate-y: 39px;
}

.hover\:translate-y-40:hover {
  --tw-translate-y: 40px;
}

.hover\:translate-y-47:hover {
  --tw-translate-y: 47px;
}

.hover\:translate-y-50:hover {
  --tw-translate-y: 50px;
}

.hover\:translate-y-56:hover {
  --tw-translate-y: 56px;
}

.hover\:translate-y-64:hover {
  --tw-translate-y: 64px;
}

.hover\:translate-y-70:hover {
  --tw-translate-y: 70px;
}

.hover\:translate-y-72:hover {
  --tw-translate-y: 72px;
}

.hover\:translate-y-75:hover {
  --tw-translate-y: 75px;
}

.hover\:translate-y-80:hover {
  --tw-translate-y: 80px;
}

.hover\:translate-y-83:hover {
  --tw-translate-y: 83px;
}

.hover\:translate-y-100:hover {
  --tw-translate-y: 100px;
}

.hover\:translate-y-118:hover {
  --tw-translate-y: 118px;
}

.hover\:translate-y-130:hover {
  --tw-translate-y: 130px;
}

.hover\:translate-y-150:hover {
  --tw-translate-y: 150px;
}

.hover\:translate-y-180:hover {
  --tw-translate-y: 180px;
}

.hover\:translate-y-213:hover {
  --tw-translate-y: 213px;
}

.hover\:translate-y-225:hover {
  --tw-translate-y: 225px;
}

.hover\:translate-y-250:hover {
  --tw-translate-y: 250px;
}

.hover\:translate-y-300:hover {
  --tw-translate-y: 300px;
}

.hover\:translate-y-320:hover {
  --tw-translate-y: 320px;
}

.hover\:translate-y-345:hover {
  --tw-translate-y: 345px;
}

.hover\:translate-y-485:hover {
  --tw-translate-y: 485px;
}

.hover\:translate-y-px:hover {
  --tw-translate-y: 1px;
}

.hover\:-translate-y-135:hover {
  --tw-translate-y: -135px;
}

.hover\:translate-y-0p:hover {
  --tw-translate-y: 0%;
}

.hover\:translate-y-5p:hover {
  --tw-translate-y: 5%;
}

.hover\:translate-y-10p:hover {
  --tw-translate-y: 10%;
}

.hover\:translate-y-15p:hover {
  --tw-translate-y: 15%;
}

.hover\:translate-y-20p:hover {
  --tw-translate-y: 20%;
}

.hover\:translate-y-25p:hover {
  --tw-translate-y: 25%;
}

.hover\:translate-y-30p:hover {
  --tw-translate-y: 30%;
}

.hover\:translate-y-35p:hover {
  --tw-translate-y: 35%;
}

.hover\:translate-y-40p:hover {
  --tw-translate-y: 40%;
}

.hover\:translate-y-45p:hover {
  --tw-translate-y: 45%;
}

.hover\:translate-y-50p:hover {
  --tw-translate-y: 50%;
}

.hover\:translate-y-55p:hover {
  --tw-translate-y: 55%;
}

.hover\:translate-y-60p:hover {
  --tw-translate-y: 60%;
}

.hover\:translate-y-65p:hover {
  --tw-translate-y: 65%;
}

.hover\:translate-y-70p:hover {
  --tw-translate-y: 70%;
}

.hover\:translate-y-75p:hover {
  --tw-translate-y: 75%;
}

.hover\:translate-y-80p:hover {
  --tw-translate-y: 80%;
}

.hover\:translate-y-85p:hover {
  --tw-translate-y: 85%;
}

.hover\:translate-y-90p:hover {
  --tw-translate-y: 90%;
}

.hover\:translate-y-95p:hover {
  --tw-translate-y: 95%;
}

.hover\:translate-y-100p:hover {
  --tw-translate-y: 100%;
}

.hover\:translate-y-66\.5p:hover {
  --tw-translate-y: 66.5%;
}

.hover\:translate-y-67\.5p:hover {
  --tw-translate-y: 67.5%;
}

.hover\:-translate-y-0:hover {
  --tw-translate-y: 0px;
}

.hover\:-translate-y-3:hover {
  --tw-translate-y: -3px;
}

.hover\:-translate-y-5:hover {
  --tw-translate-y: -5px;
}

.hover\:-translate-y-8:hover {
  --tw-translate-y: -8px;
}

.hover\:-translate-y-10:hover {
  --tw-translate-y: -10px;
}

.hover\:-translate-y-12:hover {
  --tw-translate-y: -12px;
}

.hover\:-translate-y-14:hover {
  --tw-translate-y: -14px;
}

.hover\:-translate-y-15:hover {
  --tw-translate-y: -15px;
}

.hover\:-translate-y-16:hover {
  --tw-translate-y: -16px;
}

.hover\:-translate-y-20:hover {
  --tw-translate-y: -20px;
}

.hover\:-translate-y-24:hover {
  --tw-translate-y: -24px;
}

.hover\:-translate-y-28:hover {
  --tw-translate-y: -28px;
}

.hover\:-translate-y-29:hover {
  --tw-translate-y: -29px;
}

.hover\:-translate-y-30:hover {
  --tw-translate-y: -30px;
}

.hover\:-translate-y-32:hover {
  --tw-translate-y: -32px;
}

.hover\:-translate-y-35:hover {
  --tw-translate-y: -35px;
}

.hover\:-translate-y-36:hover {
  --tw-translate-y: -36px;
}

.hover\:-translate-y-37:hover {
  --tw-translate-y: -37px;
}

.hover\:-translate-y-39:hover {
  --tw-translate-y: -39px;
}

.hover\:-translate-y-40:hover {
  --tw-translate-y: -40px;
}

.hover\:-translate-y-47:hover {
  --tw-translate-y: -47px;
}

.hover\:-translate-y-50:hover {
  --tw-translate-y: -50px;
}

.hover\:-translate-y-56:hover {
  --tw-translate-y: -56px;
}

.hover\:-translate-y-64:hover {
  --tw-translate-y: -64px;
}

.hover\:-translate-y-70:hover {
  --tw-translate-y: -70px;
}

.hover\:-translate-y-72:hover {
  --tw-translate-y: -72px;
}

.hover\:-translate-y-75:hover {
  --tw-translate-y: -75px;
}

.hover\:-translate-y-80:hover {
  --tw-translate-y: -80px;
}

.hover\:-translate-y-83:hover {
  --tw-translate-y: -83px;
}

.hover\:-translate-y-100:hover {
  --tw-translate-y: -100px;
}

.hover\:-translate-y-118:hover {
  --tw-translate-y: -118px;
}

.hover\:-translate-y-130:hover {
  --tw-translate-y: -130px;
}

.hover\:-translate-y-150:hover {
  --tw-translate-y: -150px;
}

.hover\:-translate-y-180:hover {
  --tw-translate-y: -180px;
}

.hover\:-translate-y-213:hover {
  --tw-translate-y: -213px;
}

.hover\:-translate-y-225:hover {
  --tw-translate-y: -225px;
}

.hover\:-translate-y-250:hover {
  --tw-translate-y: -250px;
}

.hover\:-translate-y-300:hover {
  --tw-translate-y: -300px;
}

.hover\:-translate-y-320:hover {
  --tw-translate-y: -320px;
}

.hover\:-translate-y-345:hover {
  --tw-translate-y: -345px;
}

.hover\:-translate-y-485:hover {
  --tw-translate-y: -485px;
}

.hover\:-translate-y-px:hover {
  --tw-translate-y: -1px;
}

.hover\:-translate-y--135:hover {
  --tw-translate-y: 135px;
}

.hover\:-translate-y-0p:hover {
  --tw-translate-y: 0%;
}

.hover\:-translate-y-5p:hover {
  --tw-translate-y: -5%;
}

.hover\:-translate-y-10p:hover {
  --tw-translate-y: -10%;
}

.hover\:-translate-y-15p:hover {
  --tw-translate-y: -15%;
}

.hover\:-translate-y-20p:hover {
  --tw-translate-y: -20%;
}

.hover\:-translate-y-25p:hover {
  --tw-translate-y: -25%;
}

.hover\:-translate-y-30p:hover {
  --tw-translate-y: -30%;
}

.hover\:-translate-y-35p:hover {
  --tw-translate-y: -35%;
}

.hover\:-translate-y-40p:hover {
  --tw-translate-y: -40%;
}

.hover\:-translate-y-45p:hover {
  --tw-translate-y: -45%;
}

.hover\:-translate-y-50p:hover {
  --tw-translate-y: -50%;
}

.hover\:-translate-y-55p:hover {
  --tw-translate-y: -55%;
}

.hover\:-translate-y-60p:hover {
  --tw-translate-y: -60%;
}

.hover\:-translate-y-65p:hover {
  --tw-translate-y: -65%;
}

.hover\:-translate-y-70p:hover {
  --tw-translate-y: -70%;
}

.hover\:-translate-y-75p:hover {
  --tw-translate-y: -75%;
}

.hover\:-translate-y-80p:hover {
  --tw-translate-y: -80%;
}

.hover\:-translate-y-85p:hover {
  --tw-translate-y: -85%;
}

.hover\:-translate-y-90p:hover {
  --tw-translate-y: -90%;
}

.hover\:-translate-y-95p:hover {
  --tw-translate-y: -95%;
}

.hover\:-translate-y-100p:hover {
  --tw-translate-y: -100%;
}

.hover\:-translate-y-66\.5p:hover {
  --tw-translate-y: -66.5%;
}

.hover\:-translate-y-67\.5p:hover {
  --tw-translate-y: -67.5%;
}

.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-3:focus {
  --tw-translate-x: 3px;
}

.focus\:translate-x-5:focus {
  --tw-translate-x: 5px;
}

.focus\:translate-x-8:focus {
  --tw-translate-x: 8px;
}

.focus\:translate-x-10:focus {
  --tw-translate-x: 10px;
}

.focus\:translate-x-12:focus {
  --tw-translate-x: 12px;
}

.focus\:translate-x-14:focus {
  --tw-translate-x: 14px;
}

.focus\:translate-x-15:focus {
  --tw-translate-x: 15px;
}

.focus\:translate-x-16:focus {
  --tw-translate-x: 16px;
}

.focus\:translate-x-20:focus {
  --tw-translate-x: 20px;
}

.focus\:translate-x-24:focus {
  --tw-translate-x: 24px;
}

.focus\:translate-x-28:focus {
  --tw-translate-x: 28px;
}

.focus\:translate-x-29:focus {
  --tw-translate-x: 29px;
}

.focus\:translate-x-30:focus {
  --tw-translate-x: 30px;
}

.focus\:translate-x-32:focus {
  --tw-translate-x: 32px;
}

.focus\:translate-x-35:focus {
  --tw-translate-x: 35px;
}

.focus\:translate-x-36:focus {
  --tw-translate-x: 36px;
}

.focus\:translate-x-37:focus {
  --tw-translate-x: 37px;
}

.focus\:translate-x-39:focus {
  --tw-translate-x: 39px;
}

.focus\:translate-x-40:focus {
  --tw-translate-x: 40px;
}

.focus\:translate-x-47:focus {
  --tw-translate-x: 47px;
}

.focus\:translate-x-50:focus {
  --tw-translate-x: 50px;
}

.focus\:translate-x-56:focus {
  --tw-translate-x: 56px;
}

.focus\:translate-x-64:focus {
  --tw-translate-x: 64px;
}

.focus\:translate-x-70:focus {
  --tw-translate-x: 70px;
}

.focus\:translate-x-72:focus {
  --tw-translate-x: 72px;
}

.focus\:translate-x-75:focus {
  --tw-translate-x: 75px;
}

.focus\:translate-x-80:focus {
  --tw-translate-x: 80px;
}

.focus\:translate-x-83:focus {
  --tw-translate-x: 83px;
}

.focus\:translate-x-100:focus {
  --tw-translate-x: 100px;
}

.focus\:translate-x-118:focus {
  --tw-translate-x: 118px;
}

.focus\:translate-x-130:focus {
  --tw-translate-x: 130px;
}

.focus\:translate-x-150:focus {
  --tw-translate-x: 150px;
}

.focus\:translate-x-180:focus {
  --tw-translate-x: 180px;
}

.focus\:translate-x-213:focus {
  --tw-translate-x: 213px;
}

.focus\:translate-x-225:focus {
  --tw-translate-x: 225px;
}

.focus\:translate-x-250:focus {
  --tw-translate-x: 250px;
}

.focus\:translate-x-300:focus {
  --tw-translate-x: 300px;
}

.focus\:translate-x-320:focus {
  --tw-translate-x: 320px;
}

.focus\:translate-x-345:focus {
  --tw-translate-x: 345px;
}

.focus\:translate-x-485:focus {
  --tw-translate-x: 485px;
}

.focus\:translate-x-px:focus {
  --tw-translate-x: 1px;
}

.focus\:-translate-x-135:focus {
  --tw-translate-x: -135px;
}

.focus\:translate-x-0p:focus {
  --tw-translate-x: 0%;
}

.focus\:translate-x-5p:focus {
  --tw-translate-x: 5%;
}

.focus\:translate-x-10p:focus {
  --tw-translate-x: 10%;
}

.focus\:translate-x-15p:focus {
  --tw-translate-x: 15%;
}

.focus\:translate-x-20p:focus {
  --tw-translate-x: 20%;
}

.focus\:translate-x-25p:focus {
  --tw-translate-x: 25%;
}

.focus\:translate-x-30p:focus {
  --tw-translate-x: 30%;
}

.focus\:translate-x-35p:focus {
  --tw-translate-x: 35%;
}

.focus\:translate-x-40p:focus {
  --tw-translate-x: 40%;
}

.focus\:translate-x-45p:focus {
  --tw-translate-x: 45%;
}

.focus\:translate-x-50p:focus {
  --tw-translate-x: 50%;
}

.focus\:translate-x-55p:focus {
  --tw-translate-x: 55%;
}

.focus\:translate-x-60p:focus {
  --tw-translate-x: 60%;
}

.focus\:translate-x-65p:focus {
  --tw-translate-x: 65%;
}

.focus\:translate-x-70p:focus {
  --tw-translate-x: 70%;
}

.focus\:translate-x-75p:focus {
  --tw-translate-x: 75%;
}

.focus\:translate-x-80p:focus {
  --tw-translate-x: 80%;
}

.focus\:translate-x-85p:focus {
  --tw-translate-x: 85%;
}

.focus\:translate-x-90p:focus {
  --tw-translate-x: 90%;
}

.focus\:translate-x-95p:focus {
  --tw-translate-x: 95%;
}

.focus\:translate-x-100p:focus {
  --tw-translate-x: 100%;
}

.focus\:translate-x-66\.5p:focus {
  --tw-translate-x: 66.5%;
}

.focus\:translate-x-67\.5p:focus {
  --tw-translate-x: 67.5%;
}

.focus\:-translate-x-0:focus {
  --tw-translate-x: 0px;
}

.focus\:-translate-x-3:focus {
  --tw-translate-x: -3px;
}

.focus\:-translate-x-5:focus {
  --tw-translate-x: -5px;
}

.focus\:-translate-x-8:focus {
  --tw-translate-x: -8px;
}

.focus\:-translate-x-10:focus {
  --tw-translate-x: -10px;
}

.focus\:-translate-x-12:focus {
  --tw-translate-x: -12px;
}

.focus\:-translate-x-14:focus {
  --tw-translate-x: -14px;
}

.focus\:-translate-x-15:focus {
  --tw-translate-x: -15px;
}

.focus\:-translate-x-16:focus {
  --tw-translate-x: -16px;
}

.focus\:-translate-x-20:focus {
  --tw-translate-x: -20px;
}

.focus\:-translate-x-24:focus {
  --tw-translate-x: -24px;
}

.focus\:-translate-x-28:focus {
  --tw-translate-x: -28px;
}

.focus\:-translate-x-29:focus {
  --tw-translate-x: -29px;
}

.focus\:-translate-x-30:focus {
  --tw-translate-x: -30px;
}

.focus\:-translate-x-32:focus {
  --tw-translate-x: -32px;
}

.focus\:-translate-x-35:focus {
  --tw-translate-x: -35px;
}

.focus\:-translate-x-36:focus {
  --tw-translate-x: -36px;
}

.focus\:-translate-x-37:focus {
  --tw-translate-x: -37px;
}

.focus\:-translate-x-39:focus {
  --tw-translate-x: -39px;
}

.focus\:-translate-x-40:focus {
  --tw-translate-x: -40px;
}

.focus\:-translate-x-47:focus {
  --tw-translate-x: -47px;
}

.focus\:-translate-x-50:focus {
  --tw-translate-x: -50px;
}

.focus\:-translate-x-56:focus {
  --tw-translate-x: -56px;
}

.focus\:-translate-x-64:focus {
  --tw-translate-x: -64px;
}

.focus\:-translate-x-70:focus {
  --tw-translate-x: -70px;
}

.focus\:-translate-x-72:focus {
  --tw-translate-x: -72px;
}

.focus\:-translate-x-75:focus {
  --tw-translate-x: -75px;
}

.focus\:-translate-x-80:focus {
  --tw-translate-x: -80px;
}

.focus\:-translate-x-83:focus {
  --tw-translate-x: -83px;
}

.focus\:-translate-x-100:focus {
  --tw-translate-x: -100px;
}

.focus\:-translate-x-118:focus {
  --tw-translate-x: -118px;
}

.focus\:-translate-x-130:focus {
  --tw-translate-x: -130px;
}

.focus\:-translate-x-150:focus {
  --tw-translate-x: -150px;
}

.focus\:-translate-x-180:focus {
  --tw-translate-x: -180px;
}

.focus\:-translate-x-213:focus {
  --tw-translate-x: -213px;
}

.focus\:-translate-x-225:focus {
  --tw-translate-x: -225px;
}

.focus\:-translate-x-250:focus {
  --tw-translate-x: -250px;
}

.focus\:-translate-x-300:focus {
  --tw-translate-x: -300px;
}

.focus\:-translate-x-320:focus {
  --tw-translate-x: -320px;
}

.focus\:-translate-x-345:focus {
  --tw-translate-x: -345px;
}

.focus\:-translate-x-485:focus {
  --tw-translate-x: -485px;
}

.focus\:-translate-x-px:focus {
  --tw-translate-x: -1px;
}

.focus\:-translate-x--135:focus {
  --tw-translate-x: 135px;
}

.focus\:-translate-x-0p:focus {
  --tw-translate-x: 0%;
}

.focus\:-translate-x-5p:focus {
  --tw-translate-x: -5%;
}

.focus\:-translate-x-10p:focus {
  --tw-translate-x: -10%;
}

.focus\:-translate-x-15p:focus {
  --tw-translate-x: -15%;
}

.focus\:-translate-x-20p:focus {
  --tw-translate-x: -20%;
}

.focus\:-translate-x-25p:focus {
  --tw-translate-x: -25%;
}

.focus\:-translate-x-30p:focus {
  --tw-translate-x: -30%;
}

.focus\:-translate-x-35p:focus {
  --tw-translate-x: -35%;
}

.focus\:-translate-x-40p:focus {
  --tw-translate-x: -40%;
}

.focus\:-translate-x-45p:focus {
  --tw-translate-x: -45%;
}

.focus\:-translate-x-50p:focus {
  --tw-translate-x: -50%;
}

.focus\:-translate-x-55p:focus {
  --tw-translate-x: -55%;
}

.focus\:-translate-x-60p:focus {
  --tw-translate-x: -60%;
}

.focus\:-translate-x-65p:focus {
  --tw-translate-x: -65%;
}

.focus\:-translate-x-70p:focus {
  --tw-translate-x: -70%;
}

.focus\:-translate-x-75p:focus {
  --tw-translate-x: -75%;
}

.focus\:-translate-x-80p:focus {
  --tw-translate-x: -80%;
}

.focus\:-translate-x-85p:focus {
  --tw-translate-x: -85%;
}

.focus\:-translate-x-90p:focus {
  --tw-translate-x: -90%;
}

.focus\:-translate-x-95p:focus {
  --tw-translate-x: -95%;
}

.focus\:-translate-x-100p:focus {
  --tw-translate-x: -100%;
}

.focus\:-translate-x-66\.5p:focus {
  --tw-translate-x: -66.5%;
}

.focus\:-translate-x-67\.5p:focus {
  --tw-translate-x: -67.5%;
}

.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-3:focus {
  --tw-translate-y: 3px;
}

.focus\:translate-y-5:focus {
  --tw-translate-y: 5px;
}

.focus\:translate-y-8:focus {
  --tw-translate-y: 8px;
}

.focus\:translate-y-10:focus {
  --tw-translate-y: 10px;
}

.focus\:translate-y-12:focus {
  --tw-translate-y: 12px;
}

.focus\:translate-y-14:focus {
  --tw-translate-y: 14px;
}

.focus\:translate-y-15:focus {
  --tw-translate-y: 15px;
}

.focus\:translate-y-16:focus {
  --tw-translate-y: 16px;
}

.focus\:translate-y-20:focus {
  --tw-translate-y: 20px;
}

.focus\:translate-y-24:focus {
  --tw-translate-y: 24px;
}

.focus\:translate-y-28:focus {
  --tw-translate-y: 28px;
}

.focus\:translate-y-29:focus {
  --tw-translate-y: 29px;
}

.focus\:translate-y-30:focus {
  --tw-translate-y: 30px;
}

.focus\:translate-y-32:focus {
  --tw-translate-y: 32px;
}

.focus\:translate-y-35:focus {
  --tw-translate-y: 35px;
}

.focus\:translate-y-36:focus {
  --tw-translate-y: 36px;
}

.focus\:translate-y-37:focus {
  --tw-translate-y: 37px;
}

.focus\:translate-y-39:focus {
  --tw-translate-y: 39px;
}

.focus\:translate-y-40:focus {
  --tw-translate-y: 40px;
}

.focus\:translate-y-47:focus {
  --tw-translate-y: 47px;
}

.focus\:translate-y-50:focus {
  --tw-translate-y: 50px;
}

.focus\:translate-y-56:focus {
  --tw-translate-y: 56px;
}

.focus\:translate-y-64:focus {
  --tw-translate-y: 64px;
}

.focus\:translate-y-70:focus {
  --tw-translate-y: 70px;
}

.focus\:translate-y-72:focus {
  --tw-translate-y: 72px;
}

.focus\:translate-y-75:focus {
  --tw-translate-y: 75px;
}

.focus\:translate-y-80:focus {
  --tw-translate-y: 80px;
}

.focus\:translate-y-83:focus {
  --tw-translate-y: 83px;
}

.focus\:translate-y-100:focus {
  --tw-translate-y: 100px;
}

.focus\:translate-y-118:focus {
  --tw-translate-y: 118px;
}

.focus\:translate-y-130:focus {
  --tw-translate-y: 130px;
}

.focus\:translate-y-150:focus {
  --tw-translate-y: 150px;
}

.focus\:translate-y-180:focus {
  --tw-translate-y: 180px;
}

.focus\:translate-y-213:focus {
  --tw-translate-y: 213px;
}

.focus\:translate-y-225:focus {
  --tw-translate-y: 225px;
}

.focus\:translate-y-250:focus {
  --tw-translate-y: 250px;
}

.focus\:translate-y-300:focus {
  --tw-translate-y: 300px;
}

.focus\:translate-y-320:focus {
  --tw-translate-y: 320px;
}

.focus\:translate-y-345:focus {
  --tw-translate-y: 345px;
}

.focus\:translate-y-485:focus {
  --tw-translate-y: 485px;
}

.focus\:translate-y-px:focus {
  --tw-translate-y: 1px;
}

.focus\:-translate-y-135:focus {
  --tw-translate-y: -135px;
}

.focus\:translate-y-0p:focus {
  --tw-translate-y: 0%;
}

.focus\:translate-y-5p:focus {
  --tw-translate-y: 5%;
}

.focus\:translate-y-10p:focus {
  --tw-translate-y: 10%;
}

.focus\:translate-y-15p:focus {
  --tw-translate-y: 15%;
}

.focus\:translate-y-20p:focus {
  --tw-translate-y: 20%;
}

.focus\:translate-y-25p:focus {
  --tw-translate-y: 25%;
}

.focus\:translate-y-30p:focus {
  --tw-translate-y: 30%;
}

.focus\:translate-y-35p:focus {
  --tw-translate-y: 35%;
}

.focus\:translate-y-40p:focus {
  --tw-translate-y: 40%;
}

.focus\:translate-y-45p:focus {
  --tw-translate-y: 45%;
}

.focus\:translate-y-50p:focus {
  --tw-translate-y: 50%;
}

.focus\:translate-y-55p:focus {
  --tw-translate-y: 55%;
}

.focus\:translate-y-60p:focus {
  --tw-translate-y: 60%;
}

.focus\:translate-y-65p:focus {
  --tw-translate-y: 65%;
}

.focus\:translate-y-70p:focus {
  --tw-translate-y: 70%;
}

.focus\:translate-y-75p:focus {
  --tw-translate-y: 75%;
}

.focus\:translate-y-80p:focus {
  --tw-translate-y: 80%;
}

.focus\:translate-y-85p:focus {
  --tw-translate-y: 85%;
}

.focus\:translate-y-90p:focus {
  --tw-translate-y: 90%;
}

.focus\:translate-y-95p:focus {
  --tw-translate-y: 95%;
}

.focus\:translate-y-100p:focus {
  --tw-translate-y: 100%;
}

.focus\:translate-y-66\.5p:focus {
  --tw-translate-y: 66.5%;
}

.focus\:translate-y-67\.5p:focus {
  --tw-translate-y: 67.5%;
}

.focus\:-translate-y-0:focus {
  --tw-translate-y: 0px;
}

.focus\:-translate-y-3:focus {
  --tw-translate-y: -3px;
}

.focus\:-translate-y-5:focus {
  --tw-translate-y: -5px;
}

.focus\:-translate-y-8:focus {
  --tw-translate-y: -8px;
}

.focus\:-translate-y-10:focus {
  --tw-translate-y: -10px;
}

.focus\:-translate-y-12:focus {
  --tw-translate-y: -12px;
}

.focus\:-translate-y-14:focus {
  --tw-translate-y: -14px;
}

.focus\:-translate-y-15:focus {
  --tw-translate-y: -15px;
}

.focus\:-translate-y-16:focus {
  --tw-translate-y: -16px;
}

.focus\:-translate-y-20:focus {
  --tw-translate-y: -20px;
}

.focus\:-translate-y-24:focus {
  --tw-translate-y: -24px;
}

.focus\:-translate-y-28:focus {
  --tw-translate-y: -28px;
}

.focus\:-translate-y-29:focus {
  --tw-translate-y: -29px;
}

.focus\:-translate-y-30:focus {
  --tw-translate-y: -30px;
}

.focus\:-translate-y-32:focus {
  --tw-translate-y: -32px;
}

.focus\:-translate-y-35:focus {
  --tw-translate-y: -35px;
}

.focus\:-translate-y-36:focus {
  --tw-translate-y: -36px;
}

.focus\:-translate-y-37:focus {
  --tw-translate-y: -37px;
}

.focus\:-translate-y-39:focus {
  --tw-translate-y: -39px;
}

.focus\:-translate-y-40:focus {
  --tw-translate-y: -40px;
}

.focus\:-translate-y-47:focus {
  --tw-translate-y: -47px;
}

.focus\:-translate-y-50:focus {
  --tw-translate-y: -50px;
}

.focus\:-translate-y-56:focus {
  --tw-translate-y: -56px;
}

.focus\:-translate-y-64:focus {
  --tw-translate-y: -64px;
}

.focus\:-translate-y-70:focus {
  --tw-translate-y: -70px;
}

.focus\:-translate-y-72:focus {
  --tw-translate-y: -72px;
}

.focus\:-translate-y-75:focus {
  --tw-translate-y: -75px;
}

.focus\:-translate-y-80:focus {
  --tw-translate-y: -80px;
}

.focus\:-translate-y-83:focus {
  --tw-translate-y: -83px;
}

.focus\:-translate-y-100:focus {
  --tw-translate-y: -100px;
}

.focus\:-translate-y-118:focus {
  --tw-translate-y: -118px;
}

.focus\:-translate-y-130:focus {
  --tw-translate-y: -130px;
}

.focus\:-translate-y-150:focus {
  --tw-translate-y: -150px;
}

.focus\:-translate-y-180:focus {
  --tw-translate-y: -180px;
}

.focus\:-translate-y-213:focus {
  --tw-translate-y: -213px;
}

.focus\:-translate-y-225:focus {
  --tw-translate-y: -225px;
}

.focus\:-translate-y-250:focus {
  --tw-translate-y: -250px;
}

.focus\:-translate-y-300:focus {
  --tw-translate-y: -300px;
}

.focus\:-translate-y-320:focus {
  --tw-translate-y: -320px;
}

.focus\:-translate-y-345:focus {
  --tw-translate-y: -345px;
}

.focus\:-translate-y-485:focus {
  --tw-translate-y: -485px;
}

.focus\:-translate-y-px:focus {
  --tw-translate-y: -1px;
}

.focus\:-translate-y--135:focus {
  --tw-translate-y: 135px;
}

.focus\:-translate-y-0p:focus {
  --tw-translate-y: 0%;
}

.focus\:-translate-y-5p:focus {
  --tw-translate-y: -5%;
}

.focus\:-translate-y-10p:focus {
  --tw-translate-y: -10%;
}

.focus\:-translate-y-15p:focus {
  --tw-translate-y: -15%;
}

.focus\:-translate-y-20p:focus {
  --tw-translate-y: -20%;
}

.focus\:-translate-y-25p:focus {
  --tw-translate-y: -25%;
}

.focus\:-translate-y-30p:focus {
  --tw-translate-y: -30%;
}

.focus\:-translate-y-35p:focus {
  --tw-translate-y: -35%;
}

.focus\:-translate-y-40p:focus {
  --tw-translate-y: -40%;
}

.focus\:-translate-y-45p:focus {
  --tw-translate-y: -45%;
}

.focus\:-translate-y-50p:focus {
  --tw-translate-y: -50%;
}

.focus\:-translate-y-55p:focus {
  --tw-translate-y: -55%;
}

.focus\:-translate-y-60p:focus {
  --tw-translate-y: -60%;
}

.focus\:-translate-y-65p:focus {
  --tw-translate-y: -65%;
}

.focus\:-translate-y-70p:focus {
  --tw-translate-y: -70%;
}

.focus\:-translate-y-75p:focus {
  --tw-translate-y: -75%;
}

.focus\:-translate-y-80p:focus {
  --tw-translate-y: -80%;
}

.focus\:-translate-y-85p:focus {
  --tw-translate-y: -85%;
}

.focus\:-translate-y-90p:focus {
  --tw-translate-y: -90%;
}

.focus\:-translate-y-95p:focus {
  --tw-translate-y: -95%;
}

.focus\:-translate-y-100p:focus {
  --tw-translate-y: -100%;
}

.focus\:-translate-y-66\.5p:focus {
  --tw-translate-y: -66.5%;
}

.focus\:-translate-y-67\.5p:focus {
  --tw-translate-y: -67.5%;
}

.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;
}

.mix-blend-normal {
  mix-blend-mode: normal;
}

.mix-blend-multiply {
  mix-blend-mode: multiply;
}

.mix-blend-screen {
  mix-blend-mode: screen;
}

.mix-blend-overlay {
  mix-blend-mode: overlay;
}

.mix-blend-darken {
  mix-blend-mode: darken;
}

.mix-blend-lighten {
  mix-blend-mode: lighten;
}

.mix-blend-color-dodge {
  mix-blend-mode: color-dodge;
}

.mix-blend-color-burn {
  mix-blend-mode: color-burn;
}

.mix-blend-hard-light {
  mix-blend-mode: hard-light;
}

.mix-blend-soft-light {
  mix-blend-mode: soft-light;
}

.mix-blend-difference {
  mix-blend-mode: difference;
}

.mix-blend-exclusion {
  mix-blend-mode: exclusion;
}

.mix-blend-hue {
  mix-blend-mode: hue;
}

.mix-blend-saturation {
  mix-blend-mode: saturation;
}

.mix-blend-color {
  mix-blend-mode: color;
}

.mix-blend-luminosity {
  mix-blend-mode: luminosity;
}

.bg-blend-normal {
  background-blend-mode: normal;
}

.bg-blend-multiply {
  background-blend-mode: multiply;
}

.bg-blend-screen {
  background-blend-mode: screen;
}

.bg-blend-overlay {
  background-blend-mode: overlay;
}

.bg-blend-darken {
  background-blend-mode: darken;
}

.bg-blend-lighten {
  background-blend-mode: lighten;
}

.bg-blend-color-dodge {
  background-blend-mode: color-dodge;
}

.bg-blend-color-burn {
  background-blend-mode: color-burn;
}

.bg-blend-hard-light {
  background-blend-mode: hard-light;
}

.bg-blend-soft-light {
  background-blend-mode: soft-light;
}

.bg-blend-difference {
  background-blend-mode: difference;
}

.bg-blend-exclusion {
  background-blend-mode: exclusion;
}

.bg-blend-hue {
  background-blend-mode: hue;
}

.bg-blend-saturation {
  background-blend-mode: saturation;
}

.bg-blend-color {
  background-blend-mode: color;
}

.bg-blend-luminosity {
  background-blend-mode: luminosity;
}

.filter {
  --tw-blur: var(--tw-empty,/*!*/ /*!*/);
  --tw-brightness: var(--tw-empty,/*!*/ /*!*/);
  --tw-contrast: var(--tw-empty,/*!*/ /*!*/);
  --tw-grayscale: var(--tw-empty,/*!*/ /*!*/);
  --tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
  --tw-invert: var(--tw-empty,/*!*/ /*!*/);
  --tw-saturate: var(--tw-empty,/*!*/ /*!*/);
  --tw-sepia: var(--tw-empty,/*!*/ /*!*/);
  --tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.filter-none {
  filter: none;
}

.backdrop-filter {
  --tw-backdrop-blur: var(--tw-empty,/*!*/ /*!*/);
  --tw-backdrop-brightness: var(--tw-empty,/*!*/ /*!*/);
  --tw-backdrop-contrast: var(--tw-empty,/*!*/ /*!*/);
  --tw-backdrop-grayscale: var(--tw-empty,/*!*/ /*!*/);
  --tw-backdrop-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
  --tw-backdrop-invert: var(--tw-empty,/*!*/ /*!*/);
  --tw-backdrop-opacity: var(--tw-empty,/*!*/ /*!*/);
  --tw-backdrop-saturate: var(--tw-empty,/*!*/ /*!*/);
  --tw-backdrop-sepia: var(--tw-empty,/*!*/ /*!*/);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-filter-none {
  -webkit-backdrop-filter: none;
          backdrop-filter: none;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.embed-responsive .embed-responsive-item,.embed-responsive>iframe,.embed-responsive>embed,.embed-responsive>object,.embed-responsive>video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}

.aspect-ratio-none {
  padding-bottom: 0;
}

.aspect-ratio-square {
  padding-bottom: 100%;
}

.aspect-ratio-16\/9 {
  padding-bottom: 56.25%;
}

.aspect-ratio-4\/3 {
  padding-bottom: 75%;
}

.aspect-ratio-21\/9 {
  padding-bottom: 42.857142857142854%;
}

@media (min-width: 640px) {
  .sm\:container {
    width: 100%;
  }

  @media (min-width: 640px) {
    .sm\:container {
      max-width: 640px;
    }
  }

  @media (min-width: 768px) {
    .sm\:container {
      max-width: 768px;
    }
  }

  @media (min-width: 1024px) {
    .sm\:container {
      max-width: 1024px;
    }
  }

  @media (min-width: 1280px) {
    .sm\:container {
      max-width: 1280px;
    }
  }

  @media (min-width: 2180px) {
    .sm\:container {
      max-width: 2180px;
    }
  }

  .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-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(3px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3px * var(--tw-space-y-reverse));
  }

  .sm\:space-x-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(3px * var(--tw-space-x-reverse));
    margin-left: calc(3px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(5px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(5px * var(--tw-space-y-reverse));
  }

  .sm\:space-x-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(5px * var(--tw-space-x-reverse));
    margin-left: calc(5px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(8px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(8px * var(--tw-space-y-reverse));
  }

  .sm\:space-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(8px * var(--tw-space-x-reverse));
    margin-left: calc(8px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(10px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(10px * var(--tw-space-y-reverse));
  }

  .sm\:space-x-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(10px * var(--tw-space-x-reverse));
    margin-left: calc(10px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(12px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(12px * var(--tw-space-y-reverse));
  }

  .sm\:space-x-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(12px * var(--tw-space-x-reverse));
    margin-left: calc(12px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(14px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(14px * var(--tw-space-y-reverse));
  }

  .sm\:space-x-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(14px * var(--tw-space-x-reverse));
    margin-left: calc(14px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-15 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(15px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(15px * var(--tw-space-y-reverse));
  }

  .sm\:space-x-15 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(15px * var(--tw-space-x-reverse));
    margin-left: calc(15px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(16px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(16px * var(--tw-space-y-reverse));
  }

  .sm\:space-x-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(16px * var(--tw-space-x-reverse));
    margin-left: calc(16px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(20px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(20px * var(--tw-space-y-reverse));
  }

  .sm\:space-x-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(20px * var(--tw-space-x-reverse));
    margin-left: calc(20px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(24px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(24px * var(--tw-space-y-reverse));
  }

  .sm\:space-x-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(24px * var(--tw-space-x-reverse));
    margin-left: calc(24px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(28px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(28px * var(--tw-space-y-reverse));
  }

  .sm\:space-x-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(28px * var(--tw-space-x-reverse));
    margin-left: calc(28px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-29 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(29px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(29px * var(--tw-space-y-reverse));
  }

  .sm\:space-x-29 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(29px * var(--tw-space-x-reverse));
    margin-left: calc(29px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(30px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(30px * var(--tw-space-y-reverse));
  }

  .sm\:space-x-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(30px * var(--tw-space-x-reverse));
    margin-left: calc(30px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(32px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(32px * var(--tw-space-y-reverse));
  }

  .sm\:space-x-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(32px * var(--tw-space-x-reverse));
    margin-left: calc(32px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-35 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(35px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(35px * var(--tw-space-y-reverse));
  }

  .sm\:space-x-35 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(35px * var(--tw-space-x-reverse));
    margin-left: calc(35px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(36px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(36px * var(--tw-space-y-reverse));
  }

  .sm\:space-x-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(36px * var(--tw-space-x-reverse));
    margin-left: calc(36px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-37 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(37px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(37px * var(--tw-space-y-reverse));
  }

  .sm\:space-x-37 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(37px * var(--tw-space-x-reverse));
    margin-left: calc(37px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-39 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(39px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(39px * var(--tw-space-y-reverse));
  }

  .sm\:space-x-39 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(39px * var(--tw-space-x-reverse));
    margin-left: calc(39px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(40px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(40px * var(--tw-space-y-reverse));
  }

  .sm\:space-x-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(40px * var(--tw-space-x-reverse));
    margin-left: calc(40px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-47 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(47px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(47px * var(--tw-space-y-reverse));
  }

  .sm\:space-x-47 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(47px * var(--tw-space-x-reverse));
    margin-left: calc(47px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(50px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(50px * var(--tw-space-y-reverse));
  }

  .sm\:space-x-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(50px * var(--tw-space-x-reverse));
    margin-left: calc(50px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(56px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(56px * var(--tw-space-y-reverse));
  }

  .sm\:space-x-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(56px * var(--tw-space-x-reverse));
    margin-left: calc(56px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(64px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(64px * var(--tw-space-y-reverse));
  }

  .sm\:space-x-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(64px * var(--tw-space-x-reverse));
    margin-left: calc(64px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-70 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(70px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(70px * var(--tw-space-y-reverse));
  }

  .sm\:space-x-70 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(70px * var(--tw-space-x-reverse));
    margin-left: calc(70px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(72px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(72px * var(--tw-space-y-reverse));
  }

  .sm\:space-x-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(72px * var(--tw-space-x-reverse));
    margin-left: calc(72px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-75 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(75px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(75px * var(--tw-space-y-reverse));
  }

  .sm\:space-x-75 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(75px * var(--tw-space-x-reverse));
    margin-left: calc(75px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(80px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(80px * var(--tw-space-y-reverse));
  }

  .sm\:space-x-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(80px * var(--tw-space-x-reverse));
    margin-left: calc(80px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-83 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(83px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(83px * var(--tw-space-y-reverse));
  }

  .sm\:space-x-83 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(83px * var(--tw-space-x-reverse));
    margin-left: calc(83px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(100px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(100px * var(--tw-space-y-reverse));
  }

  .sm\:space-x-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(100px * var(--tw-space-x-reverse));
    margin-left: calc(100px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-118 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(118px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(118px * var(--tw-space-y-reverse));
  }

  .sm\:space-x-118 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(118px * var(--tw-space-x-reverse));
    margin-left: calc(118px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-130 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(130px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(130px * var(--tw-space-y-reverse));
  }

  .sm\:space-x-130 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(130px * var(--tw-space-x-reverse));
    margin-left: calc(130px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-150 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(150px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(150px * var(--tw-space-y-reverse));
  }

  .sm\:space-x-150 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(150px * var(--tw-space-x-reverse));
    margin-left: calc(150px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-180 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(180px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(180px * var(--tw-space-y-reverse));
  }

  .sm\:space-x-180 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(180px * var(--tw-space-x-reverse));
    margin-left: calc(180px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-213 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(213px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(213px * var(--tw-space-y-reverse));
  }

  .sm\:space-x-213 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(213px * var(--tw-space-x-reverse));
    margin-left: calc(213px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-225 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(225px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(225px * var(--tw-space-y-reverse));
  }

  .sm\:space-x-225 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(225px * var(--tw-space-x-reverse));
    margin-left: calc(225px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-250 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(250px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(250px * var(--tw-space-y-reverse));
  }

  .sm\:space-x-250 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(250px * var(--tw-space-x-reverse));
    margin-left: calc(250px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(300px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(300px * var(--tw-space-y-reverse));
  }

  .sm\:space-x-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(300px * var(--tw-space-x-reverse));
    margin-left: calc(300px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-320 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(320px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(320px * var(--tw-space-y-reverse));
  }

  .sm\:space-x-320 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(320px * var(--tw-space-x-reverse));
    margin-left: calc(320px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-345 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(345px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(345px * var(--tw-space-y-reverse));
  }

  .sm\:space-x-345 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(345px * var(--tw-space-x-reverse));
    margin-left: calc(345px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-485 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(485px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(485px * var(--tw-space-y-reverse));
  }

  .sm\:space-x-485 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(485px * var(--tw-space-x-reverse));
    margin-left: calc(485px * 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-135 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-135px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-135px * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-135 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-135px * var(--tw-space-x-reverse));
    margin-left: calc(-135px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-0p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0% * var(--tw-space-y-reverse));
  }

  .sm\:space-x-0p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0% * var(--tw-space-x-reverse));
    margin-left: calc(0% * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-5p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(5% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(5% * var(--tw-space-y-reverse));
  }

  .sm\:space-x-5p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(5% * var(--tw-space-x-reverse));
    margin-left: calc(5% * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-10p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(10% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(10% * var(--tw-space-y-reverse));
  }

  .sm\:space-x-10p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(10% * var(--tw-space-x-reverse));
    margin-left: calc(10% * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-15p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(15% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(15% * var(--tw-space-y-reverse));
  }

  .sm\:space-x-15p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(15% * var(--tw-space-x-reverse));
    margin-left: calc(15% * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-20p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(20% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(20% * var(--tw-space-y-reverse));
  }

  .sm\:space-x-20p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(20% * var(--tw-space-x-reverse));
    margin-left: calc(20% * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-25p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(25% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(25% * var(--tw-space-y-reverse));
  }

  .sm\:space-x-25p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(25% * var(--tw-space-x-reverse));
    margin-left: calc(25% * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-30p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(30% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(30% * var(--tw-space-y-reverse));
  }

  .sm\:space-x-30p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(30% * var(--tw-space-x-reverse));
    margin-left: calc(30% * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-35p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(35% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(35% * var(--tw-space-y-reverse));
  }

  .sm\:space-x-35p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(35% * var(--tw-space-x-reverse));
    margin-left: calc(35% * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-40p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(40% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(40% * var(--tw-space-y-reverse));
  }

  .sm\:space-x-40p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(40% * var(--tw-space-x-reverse));
    margin-left: calc(40% * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-45p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(45% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(45% * var(--tw-space-y-reverse));
  }

  .sm\:space-x-45p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(45% * var(--tw-space-x-reverse));
    margin-left: calc(45% * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-50p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(50% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(50% * var(--tw-space-y-reverse));
  }

  .sm\:space-x-50p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(50% * var(--tw-space-x-reverse));
    margin-left: calc(50% * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-55p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(55% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(55% * var(--tw-space-y-reverse));
  }

  .sm\:space-x-55p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(55% * var(--tw-space-x-reverse));
    margin-left: calc(55% * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-60p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(60% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(60% * var(--tw-space-y-reverse));
  }

  .sm\:space-x-60p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(60% * var(--tw-space-x-reverse));
    margin-left: calc(60% * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-65p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(65% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(65% * var(--tw-space-y-reverse));
  }

  .sm\:space-x-65p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(65% * var(--tw-space-x-reverse));
    margin-left: calc(65% * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-70p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(70% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(70% * var(--tw-space-y-reverse));
  }

  .sm\:space-x-70p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(70% * var(--tw-space-x-reverse));
    margin-left: calc(70% * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-75p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(75% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(75% * var(--tw-space-y-reverse));
  }

  .sm\:space-x-75p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(75% * var(--tw-space-x-reverse));
    margin-left: calc(75% * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-80p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(80% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(80% * var(--tw-space-y-reverse));
  }

  .sm\:space-x-80p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(80% * var(--tw-space-x-reverse));
    margin-left: calc(80% * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-85p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(85% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(85% * var(--tw-space-y-reverse));
  }

  .sm\:space-x-85p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(85% * var(--tw-space-x-reverse));
    margin-left: calc(85% * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-90p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(90% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(90% * var(--tw-space-y-reverse));
  }

  .sm\:space-x-90p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(90% * var(--tw-space-x-reverse));
    margin-left: calc(90% * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-95p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(95% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(95% * var(--tw-space-y-reverse));
  }

  .sm\:space-x-95p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(95% * var(--tw-space-x-reverse));
    margin-left: calc(95% * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-100p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(100% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(100% * var(--tw-space-y-reverse));
  }

  .sm\:space-x-100p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(100% * var(--tw-space-x-reverse));
    margin-left: calc(100% * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-66\.5p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(66.5% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(66.5% * var(--tw-space-y-reverse));
  }

  .sm\:space-x-66\.5p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(66.5% * var(--tw-space-x-reverse));
    margin-left: calc(66.5% * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-67\.5p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(67.5% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(67.5% * var(--tw-space-y-reverse));
  }

  .sm\:space-x-67\.5p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(67.5% * var(--tw-space-x-reverse));
    margin-left: calc(67.5% * 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-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-3px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3px * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-3px * var(--tw-space-x-reverse));
    margin-left: calc(-3px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-5px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-5px * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-5px * var(--tw-space-x-reverse));
    margin-left: calc(-5px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-8px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-8px * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-8px * var(--tw-space-x-reverse));
    margin-left: calc(-8px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-10px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-10px * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-10px * var(--tw-space-x-reverse));
    margin-left: calc(-10px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-12px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-12px * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-12px * var(--tw-space-x-reverse));
    margin-left: calc(-12px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-14px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-14px * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-14px * var(--tw-space-x-reverse));
    margin-left: calc(-14px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-15 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-15px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-15px * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-15 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-15px * var(--tw-space-x-reverse));
    margin-left: calc(-15px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-16px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-16px * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-16px * var(--tw-space-x-reverse));
    margin-left: calc(-16px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-20px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-20px * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-20px * var(--tw-space-x-reverse));
    margin-left: calc(-20px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-24px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-24px * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-24px * var(--tw-space-x-reverse));
    margin-left: calc(-24px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-28px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-28px * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-28px * var(--tw-space-x-reverse));
    margin-left: calc(-28px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-29 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-29px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-29px * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-29 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-29px * var(--tw-space-x-reverse));
    margin-left: calc(-29px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-30px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-30px * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-30px * var(--tw-space-x-reverse));
    margin-left: calc(-30px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-32px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-32px * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-32px * var(--tw-space-x-reverse));
    margin-left: calc(-32px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-35 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-35px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-35px * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-35 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-35px * var(--tw-space-x-reverse));
    margin-left: calc(-35px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-36px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-36px * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-36px * var(--tw-space-x-reverse));
    margin-left: calc(-36px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-37 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-37px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-37px * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-37 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-37px * var(--tw-space-x-reverse));
    margin-left: calc(-37px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-39 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-39px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-39px * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-39 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-39px * var(--tw-space-x-reverse));
    margin-left: calc(-39px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-40px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-40px * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-40px * var(--tw-space-x-reverse));
    margin-left: calc(-40px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-47 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-47px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-47px * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-47 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-47px * var(--tw-space-x-reverse));
    margin-left: calc(-47px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-50px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-50px * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-50px * var(--tw-space-x-reverse));
    margin-left: calc(-50px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-56px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-56px * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-56px * var(--tw-space-x-reverse));
    margin-left: calc(-56px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-64px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-64px * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-64px * var(--tw-space-x-reverse));
    margin-left: calc(-64px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-70 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-70px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-70px * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-70 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-70px * var(--tw-space-x-reverse));
    margin-left: calc(-70px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-72px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-72px * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-72px * var(--tw-space-x-reverse));
    margin-left: calc(-72px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-75 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-75px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-75px * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-75 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-75px * var(--tw-space-x-reverse));
    margin-left: calc(-75px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-80px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-80px * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-80px * var(--tw-space-x-reverse));
    margin-left: calc(-80px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-83 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-83px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-83px * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-83 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-83px * var(--tw-space-x-reverse));
    margin-left: calc(-83px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-100px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-100px * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-100px * var(--tw-space-x-reverse));
    margin-left: calc(-100px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-118 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-118px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-118px * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-118 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-118px * var(--tw-space-x-reverse));
    margin-left: calc(-118px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-130 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-130px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-130px * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-130 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-130px * var(--tw-space-x-reverse));
    margin-left: calc(-130px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-150 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-150px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-150px * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-150 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-150px * var(--tw-space-x-reverse));
    margin-left: calc(-150px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-180 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-180px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-180px * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-180 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-180px * var(--tw-space-x-reverse));
    margin-left: calc(-180px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-213 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-213px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-213px * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-213 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-213px * var(--tw-space-x-reverse));
    margin-left: calc(-213px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-225 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-225px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-225px * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-225 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-225px * var(--tw-space-x-reverse));
    margin-left: calc(-225px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-250 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-250px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-250px * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-250 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-250px * var(--tw-space-x-reverse));
    margin-left: calc(-250px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-300px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-300px * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-300px * var(--tw-space-x-reverse));
    margin-left: calc(-300px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-320 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-320px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-320px * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-320 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-320px * var(--tw-space-x-reverse));
    margin-left: calc(-320px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-345 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-345px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-345px * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-345 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-345px * var(--tw-space-x-reverse));
    margin-left: calc(-345px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-485 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-485px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-485px * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-485 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-485px * var(--tw-space-x-reverse));
    margin-left: calc(-485px * 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--135 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(135px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(135px * var(--tw-space-y-reverse));
  }

  .sm\:-space-x--135 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(135px * var(--tw-space-x-reverse));
    margin-left: calc(135px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-0p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0% * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-0p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0% * var(--tw-space-x-reverse));
    margin-left: calc(0% * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-5p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-5% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-5% * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-5p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-5% * var(--tw-space-x-reverse));
    margin-left: calc(-5% * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-10p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-10% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-10% * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-10p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-10% * var(--tw-space-x-reverse));
    margin-left: calc(-10% * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-15p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-15% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-15% * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-15p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-15% * var(--tw-space-x-reverse));
    margin-left: calc(-15% * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-20p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-20% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-20% * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-20p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-20% * var(--tw-space-x-reverse));
    margin-left: calc(-20% * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-25p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-25% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-25% * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-25p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-25% * var(--tw-space-x-reverse));
    margin-left: calc(-25% * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-30p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-30% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-30% * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-30p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-30% * var(--tw-space-x-reverse));
    margin-left: calc(-30% * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-35p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-35% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-35% * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-35p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-35% * var(--tw-space-x-reverse));
    margin-left: calc(-35% * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-40p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-40% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-40% * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-40p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-40% * var(--tw-space-x-reverse));
    margin-left: calc(-40% * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-45p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-45% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-45% * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-45p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-45% * var(--tw-space-x-reverse));
    margin-left: calc(-45% * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-50p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-50% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-50% * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-50p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-50% * var(--tw-space-x-reverse));
    margin-left: calc(-50% * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-55p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-55% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-55% * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-55p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-55% * var(--tw-space-x-reverse));
    margin-left: calc(-55% * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-60p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-60% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-60% * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-60p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-60% * var(--tw-space-x-reverse));
    margin-left: calc(-60% * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-65p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-65% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-65% * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-65p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-65% * var(--tw-space-x-reverse));
    margin-left: calc(-65% * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-70p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-70% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-70% * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-70p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-70% * var(--tw-space-x-reverse));
    margin-left: calc(-70% * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-75p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-75% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-75% * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-75p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-75% * var(--tw-space-x-reverse));
    margin-left: calc(-75% * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-80p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-80% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-80% * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-80p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-80% * var(--tw-space-x-reverse));
    margin-left: calc(-80% * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-85p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-85% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-85% * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-85p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-85% * var(--tw-space-x-reverse));
    margin-left: calc(-85% * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-90p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-90% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-90% * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-90p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-90% * var(--tw-space-x-reverse));
    margin-left: calc(-90% * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-95p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-95% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-95% * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-95p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-95% * var(--tw-space-x-reverse));
    margin-left: calc(-95% * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-100p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-100% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-100% * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-100p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-100% * var(--tw-space-x-reverse));
    margin-left: calc(-100% * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-66\.5p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-66.5% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-66.5% * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-66\.5p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-66.5% * var(--tw-space-x-reverse));
    margin-left: calc(-66.5% * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-67\.5p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-67.5% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-67.5% * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-67\.5p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-67.5% * var(--tw-space-x-reverse));
    margin-left: calc(-67.5% * 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-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-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-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 > :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-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(70, 70, 70, var(--tw-divide-opacity));
  }

  .sm\:divide-black-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(215, 215, 215, var(--tw-divide-opacity));
  }

  .sm\:divide-black-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(38, 38, 38, var(--tw-divide-opacity));
  }

  .sm\:divide-black-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(237, 237, 237, var(--tw-divide-opacity));
  }

  .sm\:divide-black-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(68, 68, 68, var(--tw-divide-opacity));
  }

  .sm\:divide-black-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(108, 108, 108, var(--tw-divide-opacity));
  }

  .sm\:divide-black > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-divide-opacity));
  }

  .sm\:divide-white-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(244, 244, 244, var(--tw-divide-opacity));
  }

  .sm\:divide-white > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity));
  }

  .sm\:divide-pink-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(233, 101, 147, var(--tw-divide-opacity));
  }

  .sm\:divide-pink > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(238, 139, 174, var(--tw-divide-opacity));
  }

  .sm\:divide-red-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(231, 6, 31, var(--tw-divide-opacity));
  }

  .sm\:divide-red > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(239, 0, 22, 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-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-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.5;
  }

  .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-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-1 {
    --tw-bg-opacity: 1;
    background-color: rgba(70, 70, 70, var(--tw-bg-opacity));
  }

  .sm\:bg-black-2 {
    --tw-bg-opacity: 1;
    background-color: rgba(215, 215, 215, var(--tw-bg-opacity));
  }

  .sm\:bg-black-3 {
    --tw-bg-opacity: 1;
    background-color: rgba(38, 38, 38, var(--tw-bg-opacity));
  }

  .sm\:bg-black-4 {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 237, 237, var(--tw-bg-opacity));
  }

  .sm\:bg-black-5 {
    --tw-bg-opacity: 1;
    background-color: rgba(68, 68, 68, var(--tw-bg-opacity));
  }

  .sm\:bg-black-6 {
    --tw-bg-opacity: 1;
    background-color: rgba(108, 108, 108, var(--tw-bg-opacity));
  }

  .sm\:bg-black {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .sm\:bg-white-1 {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 244, 244, var(--tw-bg-opacity));
  }

  .sm\:bg-white {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .sm\:bg-pink-1 {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 101, 147, var(--tw-bg-opacity));
  }

  .sm\:bg-pink {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 139, 174, var(--tw-bg-opacity));
  }

  .sm\:bg-red-1 {
    --tw-bg-opacity: 1;
    background-color: rgba(231, 6, 31, var(--tw-bg-opacity));
  }

  .sm\:bg-red {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 0, 22, 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-1 {
    --tw-bg-opacity: 1;
    background-color: rgba(70, 70, 70, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-black-2 {
    --tw-bg-opacity: 1;
    background-color: rgba(215, 215, 215, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-black-3 {
    --tw-bg-opacity: 1;
    background-color: rgba(38, 38, 38, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-black-4 {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 237, 237, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-black-5 {
    --tw-bg-opacity: 1;
    background-color: rgba(68, 68, 68, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-black-6 {
    --tw-bg-opacity: 1;
    background-color: rgba(108, 108, 108, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-black {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-white-1 {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 244, 244, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-white {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-pink-1 {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 101, 147, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-pink {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 139, 174, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-red-1 {
    --tw-bg-opacity: 1;
    background-color: rgba(231, 6, 31, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-red {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 0, 22, 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-1:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(70, 70, 70, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-black-2:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(215, 215, 215, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-black-3:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(38, 38, 38, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-black-4:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 237, 237, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-black-5:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(68, 68, 68, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-black-6:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(108, 108, 108, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-black:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-white-1:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 244, 244, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-white:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-pink-1:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 101, 147, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-pink:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 139, 174, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-red-1:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(231, 6, 31, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-red:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 0, 22, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-transparent:hover {
    background-color: transparent;
  }

  .sm\:hover\:bg-current:hover {
    background-color: currentColor;
  }

  .sm\:hover\:bg-black-1:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(70, 70, 70, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-black-2:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(215, 215, 215, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-black-3:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(38, 38, 38, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-black-4:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 237, 237, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-black-5:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(68, 68, 68, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-black-6:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(108, 108, 108, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-black:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-white-1:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 244, 244, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-white:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-pink-1:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 101, 147, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-pink:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 139, 174, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-red-1:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(231, 6, 31, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-red:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 0, 22, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-transparent:focus {
    background-color: transparent;
  }

  .sm\:focus\:bg-current:focus {
    background-color: currentColor;
  }

  .sm\:focus\:bg-black-1:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(70, 70, 70, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-black-2:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(215, 215, 215, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-black-3:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(38, 38, 38, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-black-4:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 237, 237, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-black-5:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(68, 68, 68, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-black-6:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(108, 108, 108, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-black:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-white-1:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 244, 244, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-white:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-pink-1:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 101, 147, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-pink:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 139, 174, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-red-1:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(231, 6, 31, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-red:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 0, 22, 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-gradient-khoa-hoc {
    background-image: linear-gradient(180deg, rgba(31, 22, 65, 0) 0%, rgba(31, 22, 65, 0.9) 72.62%, #1F1641 100%);
  }

  .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-1 {
    --tw-gradient-from: #464646;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(70, 70, 70, 0));
  }

  .sm\:from-black-2 {
    --tw-gradient-from: #d7d7d7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(215, 215, 215, 0));
  }

  .sm\:from-black-3 {
    --tw-gradient-from: #262626;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(38, 38, 38, 0));
  }

  .sm\:from-black-4 {
    --tw-gradient-from: #ededed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 237, 237, 0));
  }

  .sm\:from-black-5 {
    --tw-gradient-from: #444444;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(68, 68, 68, 0));
  }

  .sm\:from-black-6 {
    --tw-gradient-from: #6c6c6c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(108, 108, 108, 0));
  }

  .sm\:from-black {
    --tw-gradient-from: #000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .sm\:from-white-1 {
    --tw-gradient-from: #f4f4f4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 244, 244, 0));
  }

  .sm\:from-white {
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:from-pink-1 {
    --tw-gradient-from: #e96593;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 101, 147, 0));
  }

  .sm\:from-pink {
    --tw-gradient-from: #ee8bae;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 139, 174, 0));
  }

  .sm\:from-red-1 {
    --tw-gradient-from: #e7061f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(231, 6, 31, 0));
  }

  .sm\:from-red {
    --tw-gradient-from: #ef0016;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 0, 22, 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-1 {
    --tw-gradient-stops: var(--tw-gradient-from), #464646, var(--tw-gradient-to, rgba(70, 70, 70, 0));
  }

  .sm\:via-black-2 {
    --tw-gradient-stops: var(--tw-gradient-from), #d7d7d7, var(--tw-gradient-to, rgba(215, 215, 215, 0));
  }

  .sm\:via-black-3 {
    --tw-gradient-stops: var(--tw-gradient-from), #262626, var(--tw-gradient-to, rgba(38, 38, 38, 0));
  }

  .sm\:via-black-4 {
    --tw-gradient-stops: var(--tw-gradient-from), #ededed, var(--tw-gradient-to, rgba(237, 237, 237, 0));
  }

  .sm\:via-black-5 {
    --tw-gradient-stops: var(--tw-gradient-from), #444444, var(--tw-gradient-to, rgba(68, 68, 68, 0));
  }

  .sm\:via-black-6 {
    --tw-gradient-stops: var(--tw-gradient-from), #6c6c6c, var(--tw-gradient-to, rgba(108, 108, 108, 0));
  }

  .sm\:via-black {
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .sm\:via-white-1 {
    --tw-gradient-stops: var(--tw-gradient-from), #f4f4f4, var(--tw-gradient-to, rgba(244, 244, 244, 0));
  }

  .sm\:via-white {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:via-pink-1 {
    --tw-gradient-stops: var(--tw-gradient-from), #e96593, var(--tw-gradient-to, rgba(233, 101, 147, 0));
  }

  .sm\:via-pink {
    --tw-gradient-stops: var(--tw-gradient-from), #ee8bae, var(--tw-gradient-to, rgba(238, 139, 174, 0));
  }

  .sm\:via-red-1 {
    --tw-gradient-stops: var(--tw-gradient-from), #e7061f, var(--tw-gradient-to, rgba(231, 6, 31, 0));
  }

  .sm\:via-red {
    --tw-gradient-stops: var(--tw-gradient-from), #ef0016, var(--tw-gradient-to, rgba(239, 0, 22, 0));
  }

  .sm\:to-transparent {
    --tw-gradient-to: transparent;
  }

  .sm\:to-current {
    --tw-gradient-to: currentColor;
  }

  .sm\:to-black-1 {
    --tw-gradient-to: #464646;
  }

  .sm\:to-black-2 {
    --tw-gradient-to: #d7d7d7;
  }

  .sm\:to-black-3 {
    --tw-gradient-to: #262626;
  }

  .sm\:to-black-4 {
    --tw-gradient-to: #ededed;
  }

  .sm\:to-black-5 {
    --tw-gradient-to: #444444;
  }

  .sm\:to-black-6 {
    --tw-gradient-to: #6c6c6c;
  }

  .sm\:to-black {
    --tw-gradient-to: #000;
  }

  .sm\:to-white-1 {
    --tw-gradient-to: #f4f4f4;
  }

  .sm\:to-white {
    --tw-gradient-to: #fff;
  }

  .sm\:to-pink-1 {
    --tw-gradient-to: #e96593;
  }

  .sm\:to-pink {
    --tw-gradient-to: #ee8bae;
  }

  .sm\:to-red-1 {
    --tw-gradient-to: #e7061f;
  }

  .sm\:to-red {
    --tw-gradient-to: #ef0016;
  }

  .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-1:hover {
    --tw-gradient-from: #464646;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(70, 70, 70, 0));
  }

  .sm\:hover\:from-black-2:hover {
    --tw-gradient-from: #d7d7d7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(215, 215, 215, 0));
  }

  .sm\:hover\:from-black-3:hover {
    --tw-gradient-from: #262626;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(38, 38, 38, 0));
  }

  .sm\:hover\:from-black-4:hover {
    --tw-gradient-from: #ededed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 237, 237, 0));
  }

  .sm\:hover\:from-black-5:hover {
    --tw-gradient-from: #444444;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(68, 68, 68, 0));
  }

  .sm\:hover\:from-black-6:hover {
    --tw-gradient-from: #6c6c6c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(108, 108, 108, 0));
  }

  .sm\:hover\:from-black:hover {
    --tw-gradient-from: #000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .sm\:hover\:from-white-1:hover {
    --tw-gradient-from: #f4f4f4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 244, 244, 0));
  }

  .sm\:hover\:from-white:hover {
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:hover\:from-pink-1:hover {
    --tw-gradient-from: #e96593;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 101, 147, 0));
  }

  .sm\:hover\:from-pink:hover {
    --tw-gradient-from: #ee8bae;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 139, 174, 0));
  }

  .sm\:hover\:from-red-1:hover {
    --tw-gradient-from: #e7061f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(231, 6, 31, 0));
  }

  .sm\:hover\:from-red:hover {
    --tw-gradient-from: #ef0016;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 0, 22, 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-1:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #464646, var(--tw-gradient-to, rgba(70, 70, 70, 0));
  }

  .sm\:hover\:via-black-2:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d7d7d7, var(--tw-gradient-to, rgba(215, 215, 215, 0));
  }

  .sm\:hover\:via-black-3:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #262626, var(--tw-gradient-to, rgba(38, 38, 38, 0));
  }

  .sm\:hover\:via-black-4:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ededed, var(--tw-gradient-to, rgba(237, 237, 237, 0));
  }

  .sm\:hover\:via-black-5:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #444444, var(--tw-gradient-to, rgba(68, 68, 68, 0));
  }

  .sm\:hover\:via-black-6:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6c6c6c, var(--tw-gradient-to, rgba(108, 108, 108, 0));
  }

  .sm\:hover\:via-black:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .sm\:hover\:via-white-1:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f4f4f4, var(--tw-gradient-to, rgba(244, 244, 244, 0));
  }

  .sm\:hover\:via-white:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:hover\:via-pink-1:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e96593, var(--tw-gradient-to, rgba(233, 101, 147, 0));
  }

  .sm\:hover\:via-pink:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ee8bae, var(--tw-gradient-to, rgba(238, 139, 174, 0));
  }

  .sm\:hover\:via-red-1:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e7061f, var(--tw-gradient-to, rgba(231, 6, 31, 0));
  }

  .sm\:hover\:via-red:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ef0016, var(--tw-gradient-to, rgba(239, 0, 22, 0));
  }

  .sm\:hover\:to-transparent:hover {
    --tw-gradient-to: transparent;
  }

  .sm\:hover\:to-current:hover {
    --tw-gradient-to: currentColor;
  }

  .sm\:hover\:to-black-1:hover {
    --tw-gradient-to: #464646;
  }

  .sm\:hover\:to-black-2:hover {
    --tw-gradient-to: #d7d7d7;
  }

  .sm\:hover\:to-black-3:hover {
    --tw-gradient-to: #262626;
  }

  .sm\:hover\:to-black-4:hover {
    --tw-gradient-to: #ededed;
  }

  .sm\:hover\:to-black-5:hover {
    --tw-gradient-to: #444444;
  }

  .sm\:hover\:to-black-6:hover {
    --tw-gradient-to: #6c6c6c;
  }

  .sm\:hover\:to-black:hover {
    --tw-gradient-to: #000;
  }

  .sm\:hover\:to-white-1:hover {
    --tw-gradient-to: #f4f4f4;
  }

  .sm\:hover\:to-white:hover {
    --tw-gradient-to: #fff;
  }

  .sm\:hover\:to-pink-1:hover {
    --tw-gradient-to: #e96593;
  }

  .sm\:hover\:to-pink:hover {
    --tw-gradient-to: #ee8bae;
  }

  .sm\:hover\:to-red-1:hover {
    --tw-gradient-to: #e7061f;
  }

  .sm\:hover\:to-red:hover {
    --tw-gradient-to: #ef0016;
  }

  .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-1:focus {
    --tw-gradient-from: #464646;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(70, 70, 70, 0));
  }

  .sm\:focus\:from-black-2:focus {
    --tw-gradient-from: #d7d7d7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(215, 215, 215, 0));
  }

  .sm\:focus\:from-black-3:focus {
    --tw-gradient-from: #262626;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(38, 38, 38, 0));
  }

  .sm\:focus\:from-black-4:focus {
    --tw-gradient-from: #ededed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 237, 237, 0));
  }

  .sm\:focus\:from-black-5:focus {
    --tw-gradient-from: #444444;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(68, 68, 68, 0));
  }

  .sm\:focus\:from-black-6:focus {
    --tw-gradient-from: #6c6c6c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(108, 108, 108, 0));
  }

  .sm\:focus\:from-black:focus {
    --tw-gradient-from: #000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .sm\:focus\:from-white-1:focus {
    --tw-gradient-from: #f4f4f4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 244, 244, 0));
  }

  .sm\:focus\:from-white:focus {
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:focus\:from-pink-1:focus {
    --tw-gradient-from: #e96593;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 101, 147, 0));
  }

  .sm\:focus\:from-pink:focus {
    --tw-gradient-from: #ee8bae;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 139, 174, 0));
  }

  .sm\:focus\:from-red-1:focus {
    --tw-gradient-from: #e7061f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(231, 6, 31, 0));
  }

  .sm\:focus\:from-red:focus {
    --tw-gradient-from: #ef0016;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 0, 22, 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-1:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #464646, var(--tw-gradient-to, rgba(70, 70, 70, 0));
  }

  .sm\:focus\:via-black-2:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d7d7d7, var(--tw-gradient-to, rgba(215, 215, 215, 0));
  }

  .sm\:focus\:via-black-3:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #262626, var(--tw-gradient-to, rgba(38, 38, 38, 0));
  }

  .sm\:focus\:via-black-4:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ededed, var(--tw-gradient-to, rgba(237, 237, 237, 0));
  }

  .sm\:focus\:via-black-5:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #444444, var(--tw-gradient-to, rgba(68, 68, 68, 0));
  }

  .sm\:focus\:via-black-6:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6c6c6c, var(--tw-gradient-to, rgba(108, 108, 108, 0));
  }

  .sm\:focus\:via-black:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .sm\:focus\:via-white-1:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f4f4f4, var(--tw-gradient-to, rgba(244, 244, 244, 0));
  }

  .sm\:focus\:via-white:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:focus\:via-pink-1:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e96593, var(--tw-gradient-to, rgba(233, 101, 147, 0));
  }

  .sm\:focus\:via-pink:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ee8bae, var(--tw-gradient-to, rgba(238, 139, 174, 0));
  }

  .sm\:focus\:via-red-1:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e7061f, var(--tw-gradient-to, rgba(231, 6, 31, 0));
  }

  .sm\:focus\:via-red:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ef0016, var(--tw-gradient-to, rgba(239, 0, 22, 0));
  }

  .sm\:focus\:to-transparent:focus {
    --tw-gradient-to: transparent;
  }

  .sm\:focus\:to-current:focus {
    --tw-gradient-to: currentColor;
  }

  .sm\:focus\:to-black-1:focus {
    --tw-gradient-to: #464646;
  }

  .sm\:focus\:to-black-2:focus {
    --tw-gradient-to: #d7d7d7;
  }

  .sm\:focus\:to-black-3:focus {
    --tw-gradient-to: #262626;
  }

  .sm\:focus\:to-black-4:focus {
    --tw-gradient-to: #ededed;
  }

  .sm\:focus\:to-black-5:focus {
    --tw-gradient-to: #444444;
  }

  .sm\:focus\:to-black-6:focus {
    --tw-gradient-to: #6c6c6c;
  }

  .sm\:focus\:to-black:focus {
    --tw-gradient-to: #000;
  }

  .sm\:focus\:to-white-1:focus {
    --tw-gradient-to: #f4f4f4;
  }

  .sm\:focus\:to-white:focus {
    --tw-gradient-to: #fff;
  }

  .sm\:focus\:to-pink-1:focus {
    --tw-gradient-to: #e96593;
  }

  .sm\:focus\:to-pink:focus {
    --tw-gradient-to: #ee8bae;
  }

  .sm\:focus\:to-red-1:focus {
    --tw-gradient-to: #e7061f;
  }

  .sm\:focus\:to-red:focus {
    --tw-gradient-to: #ef0016;
  }

  .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-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-50 {
    --tw-bg-opacity: 0.5;
  }

  .sm\:bg-opacity-60 {
    --tw-bg-opacity: 0.6;
  }

  .sm\:bg-opacity-70 {
    --tw-bg-opacity: 0.7;
  }

  .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-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-50 {
    --tw-bg-opacity: 0.5;
  }

  .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-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-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-50:focus-within {
    --tw-bg-opacity: 0.5;
  }

  .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-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-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-50:hover {
    --tw-bg-opacity: 0.5;
  }

  .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-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-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-50:focus {
    --tw-bg-opacity: 0.5;
  }

  .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-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-10p-center {
    background-position: 10% center;
  }

  .sm\:bg-right-15-center {
    background-position: right 15px center;
  }

  .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-24 {
    background-size: 24px 24px;
  }

  .sm\:bg-auto {
    background-size: auto;
  }

  .sm\:bg-cover {
    background-size: cover;
  }

  .sm\:bg-contain {
    background-size: contain;
  }

  .sm\:bg-w-64p {
    background-size: 64% auto;
  }

  .sm\:bg-size-78p {
    background-size: 78%;
  }

  .sm\:bg-size-100p {
    background-size: 100%;
  }

  .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-1 {
    --tw-border-opacity: 1;
    border-color: rgba(70, 70, 70, var(--tw-border-opacity));
  }

  .sm\:border-black-2 {
    --tw-border-opacity: 1;
    border-color: rgba(215, 215, 215, var(--tw-border-opacity));
  }

  .sm\:border-black-3 {
    --tw-border-opacity: 1;
    border-color: rgba(38, 38, 38, var(--tw-border-opacity));
  }

  .sm\:border-black-4 {
    --tw-border-opacity: 1;
    border-color: rgba(237, 237, 237, var(--tw-border-opacity));
  }

  .sm\:border-black-5 {
    --tw-border-opacity: 1;
    border-color: rgba(68, 68, 68, var(--tw-border-opacity));
  }

  .sm\:border-black-6 {
    --tw-border-opacity: 1;
    border-color: rgba(108, 108, 108, var(--tw-border-opacity));
  }

  .sm\:border-black {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .sm\:border-white-1 {
    --tw-border-opacity: 1;
    border-color: rgba(244, 244, 244, var(--tw-border-opacity));
  }

  .sm\:border-white {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .sm\:border-pink-1 {
    --tw-border-opacity: 1;
    border-color: rgba(233, 101, 147, var(--tw-border-opacity));
  }

  .sm\:border-pink {
    --tw-border-opacity: 1;
    border-color: rgba(238, 139, 174, var(--tw-border-opacity));
  }

  .sm\:border-red-1 {
    --tw-border-opacity: 1;
    border-color: rgba(231, 6, 31, var(--tw-border-opacity));
  }

  .sm\:border-red {
    --tw-border-opacity: 1;
    border-color: rgba(239, 0, 22, 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-1 {
    --tw-border-opacity: 1;
    border-color: rgba(70, 70, 70, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-black-2 {
    --tw-border-opacity: 1;
    border-color: rgba(215, 215, 215, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-black-3 {
    --tw-border-opacity: 1;
    border-color: rgba(38, 38, 38, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-black-4 {
    --tw-border-opacity: 1;
    border-color: rgba(237, 237, 237, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-black-5 {
    --tw-border-opacity: 1;
    border-color: rgba(68, 68, 68, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-black-6 {
    --tw-border-opacity: 1;
    border-color: rgba(108, 108, 108, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-black {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-white-1 {
    --tw-border-opacity: 1;
    border-color: rgba(244, 244, 244, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-white {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-pink-1 {
    --tw-border-opacity: 1;
    border-color: rgba(233, 101, 147, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-pink {
    --tw-border-opacity: 1;
    border-color: rgba(238, 139, 174, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-red-1 {
    --tw-border-opacity: 1;
    border-color: rgba(231, 6, 31, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-red {
    --tw-border-opacity: 1;
    border-color: rgba(239, 0, 22, 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-1:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(70, 70, 70, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-black-2:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(215, 215, 215, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-black-3:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(38, 38, 38, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-black-4:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(237, 237, 237, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-black-5:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(68, 68, 68, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-black-6:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(108, 108, 108, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-black:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-white-1:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(244, 244, 244, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-white:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-pink-1:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(233, 101, 147, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-pink:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(238, 139, 174, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-red-1:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(231, 6, 31, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-red:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(239, 0, 22, var(--tw-border-opacity));
  }

  .sm\:hover\:border-transparent:hover {
    border-color: transparent;
  }

  .sm\:hover\:border-current:hover {
    border-color: currentColor;
  }

  .sm\:hover\:border-black-1:hover {
    --tw-border-opacity: 1;
    border-color: rgba(70, 70, 70, var(--tw-border-opacity));
  }

  .sm\:hover\:border-black-2:hover {
    --tw-border-opacity: 1;
    border-color: rgba(215, 215, 215, var(--tw-border-opacity));
  }

  .sm\:hover\:border-black-3:hover {
    --tw-border-opacity: 1;
    border-color: rgba(38, 38, 38, var(--tw-border-opacity));
  }

  .sm\:hover\:border-black-4:hover {
    --tw-border-opacity: 1;
    border-color: rgba(237, 237, 237, var(--tw-border-opacity));
  }

  .sm\:hover\:border-black-5:hover {
    --tw-border-opacity: 1;
    border-color: rgba(68, 68, 68, var(--tw-border-opacity));
  }

  .sm\:hover\:border-black-6:hover {
    --tw-border-opacity: 1;
    border-color: rgba(108, 108, 108, var(--tw-border-opacity));
  }

  .sm\:hover\:border-black:hover {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .sm\:hover\:border-white-1:hover {
    --tw-border-opacity: 1;
    border-color: rgba(244, 244, 244, var(--tw-border-opacity));
  }

  .sm\:hover\:border-white:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .sm\:hover\:border-pink-1:hover {
    --tw-border-opacity: 1;
    border-color: rgba(233, 101, 147, var(--tw-border-opacity));
  }

  .sm\:hover\:border-pink:hover {
    --tw-border-opacity: 1;
    border-color: rgba(238, 139, 174, var(--tw-border-opacity));
  }

  .sm\:hover\:border-red-1:hover {
    --tw-border-opacity: 1;
    border-color: rgba(231, 6, 31, var(--tw-border-opacity));
  }

  .sm\:hover\:border-red:hover {
    --tw-border-opacity: 1;
    border-color: rgba(239, 0, 22, var(--tw-border-opacity));
  }

  .sm\:focus\:border-transparent:focus {
    border-color: transparent;
  }

  .sm\:focus\:border-current:focus {
    border-color: currentColor;
  }

  .sm\:focus\:border-black-1:focus {
    --tw-border-opacity: 1;
    border-color: rgba(70, 70, 70, var(--tw-border-opacity));
  }

  .sm\:focus\:border-black-2:focus {
    --tw-border-opacity: 1;
    border-color: rgba(215, 215, 215, var(--tw-border-opacity));
  }

  .sm\:focus\:border-black-3:focus {
    --tw-border-opacity: 1;
    border-color: rgba(38, 38, 38, var(--tw-border-opacity));
  }

  .sm\:focus\:border-black-4:focus {
    --tw-border-opacity: 1;
    border-color: rgba(237, 237, 237, var(--tw-border-opacity));
  }

  .sm\:focus\:border-black-5:focus {
    --tw-border-opacity: 1;
    border-color: rgba(68, 68, 68, var(--tw-border-opacity));
  }

  .sm\:focus\:border-black-6:focus {
    --tw-border-opacity: 1;
    border-color: rgba(108, 108, 108, var(--tw-border-opacity));
  }

  .sm\:focus\:border-black:focus {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .sm\:focus\:border-white-1:focus {
    --tw-border-opacity: 1;
    border-color: rgba(244, 244, 244, var(--tw-border-opacity));
  }

  .sm\:focus\:border-white:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .sm\:focus\:border-pink-1:focus {
    --tw-border-opacity: 1;
    border-color: rgba(233, 101, 147, var(--tw-border-opacity));
  }

  .sm\:focus\:border-pink:focus {
    --tw-border-opacity: 1;
    border-color: rgba(238, 139, 174, var(--tw-border-opacity));
  }

  .sm\:focus\:border-red-1:focus {
    --tw-border-opacity: 1;
    border-color: rgba(231, 6, 31, var(--tw-border-opacity));
  }

  .sm\:focus\:border-red:focus {
    --tw-border-opacity: 1;
    border-color: rgba(239, 0, 22, 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-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-50 {
    --tw-border-opacity: 0.5;
  }

  .sm\:border-opacity-60 {
    --tw-border-opacity: 0.6;
  }

  .sm\:border-opacity-70 {
    --tw-border-opacity: 0.7;
  }

  .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-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-50 {
    --tw-border-opacity: 0.5;
  }

  .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-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-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-50:focus-within {
    --tw-border-opacity: 0.5;
  }

  .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-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-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-50:hover {
    --tw-border-opacity: 0.5;
  }

  .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-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-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-50:focus {
    --tw-border-opacity: 0.5;
  }

  .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-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-20 {
    border-radius: 20px;
  }

  .sm\:rounded-99 {
    border-radius: 99px;
  }

  .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-t-20 {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }

  .sm\:rounded-r-20 {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
  }

  .sm\:rounded-b-20 {
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
  }

  .sm\:rounded-l-20 {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
  }

  .sm\:rounded-t-99 {
    border-top-left-radius: 99px;
    border-top-right-radius: 99px;
  }

  .sm\:rounded-r-99 {
    border-top-right-radius: 99px;
    border-bottom-right-radius: 99px;
  }

  .sm\:rounded-b-99 {
    border-bottom-right-radius: 99px;
    border-bottom-left-radius: 99px;
  }

  .sm\:rounded-l-99 {
    border-top-left-radius: 99px;
    border-bottom-left-radius: 99px;
  }

  .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-tl-20 {
    border-top-left-radius: 20px;
  }

  .sm\:rounded-tr-20 {
    border-top-right-radius: 20px;
  }

  .sm\:rounded-br-20 {
    border-bottom-right-radius: 20px;
  }

  .sm\:rounded-bl-20 {
    border-bottom-left-radius: 20px;
  }

  .sm\:rounded-tl-99 {
    border-top-left-radius: 99px;
  }

  .sm\:rounded-tr-99 {
    border-top-right-radius: 99px;
  }

  .sm\:rounded-br-99 {
    border-bottom-right-radius: 99px;
  }

  .sm\:rounded-bl-99 {
    border-bottom-left-radius: 99px;
  }

  .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\: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-2 {
    border-width: 2px;
  }

  .sm\:border-4 {
    border-width: 4px;
  }

  .sm\:border-8 {
    border-width: 8px;
  }

  .sm\:border {
    border-width: 1px;
  }

  .sm\:border-t-0 {
    border-top-width: 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-2 {
    border-top-width: 2px;
  }

  .sm\:border-r-2 {
    border-right-width: 2px;
  }

  .sm\:border-b-2 {
    border-bottom-width: 2px;
  }

  .sm\:border-l-2 {
    border-left-width: 2px;
  }

  .sm\:border-t-4 {
    border-top-width: 4px;
  }

  .sm\:border-r-4 {
    border-right-width: 4px;
  }

  .sm\:border-b-4 {
    border-bottom-width: 4px;
  }

  .sm\:border-l-4 {
    border-left-width: 4px;
  }

  .sm\:border-t-8 {
    border-top-width: 8px;
  }

  .sm\:border-r-8 {
    border-right-width: 8px;
  }

  .sm\:border-b-8 {
    border-bottom-width: 8px;
  }

  .sm\:border-l-8 {
    border-left-width: 8px;
  }

  .sm\:border-t {
    border-top-width: 1px;
  }

  .sm\:border-r {
    border-right-width: 1px;
  }

  .sm\:border-b {
    border-bottom-width: 1px;
  }

  .sm\:border-l {
    border-left-width: 1px;
  }

  .sm\: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\:inline-table {
    display: inline-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\:list-item {
    display: list-item;
  }

  .group:hover .sm\:group-hover\:block {
    display: block;
  }

  .group:hover .sm\:group-hover\:inline-block {
    display: inline-block;
  }

  .group:hover .sm\:group-hover\:inline {
    display: inline;
  }

  .group:hover .sm\:group-hover\:flex {
    display: flex;
  }

  .group:hover .sm\:group-hover\:inline-flex {
    display: inline-flex;
  }

  .group:hover .sm\:group-hover\:table {
    display: table;
  }

  .group:hover .sm\:group-hover\:inline-table {
    display: inline-table;
  }

  .group:hover .sm\:group-hover\:table-caption {
    display: table-caption;
  }

  .group:hover .sm\:group-hover\:table-cell {
    display: table-cell;
  }

  .group:hover .sm\:group-hover\:table-column {
    display: table-column;
  }

  .group:hover .sm\:group-hover\:table-column-group {
    display: table-column-group;
  }

  .group:hover .sm\:group-hover\:table-footer-group {
    display: table-footer-group;
  }

  .group:hover .sm\:group-hover\:table-header-group {
    display: table-header-group;
  }

  .group:hover .sm\:group-hover\:table-row-group {
    display: table-row-group;
  }

  .group:hover .sm\:group-hover\:table-row {
    display: table-row;
  }

  .group:hover .sm\:group-hover\:flow-root {
    display: flow-root;
  }

  .group:hover .sm\:group-hover\:grid {
    display: grid;
  }

  .group:hover .sm\:group-hover\:inline-grid {
    display: inline-grid;
  }

  .group:hover .sm\:group-hover\:contents {
    display: contents;
  }

  .group:hover .sm\:group-hover\:list-item {
    display: list-item;
  }

  .sm\:hidden {
    display: none;
  }

  .group:hover .sm\:group-hover\: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-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-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-heading {
    font-family: Nunito Sans, sans-serif;
  }

  .sm\:font-body {
    font-family: Nunito Sans, sans-serif;
  }

  .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-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-3 {
    height: 3px;
  }

  .sm\:h-5 {
    height: 5px;
  }

  .sm\:h-8 {
    height: 8px;
  }

  .sm\:h-10 {
    height: 10px;
  }

  .sm\:h-12 {
    height: 12px;
  }

  .sm\:h-14 {
    height: 14px;
  }

  .sm\:h-15 {
    height: 15px;
  }

  .sm\:h-16 {
    height: 16px;
  }

  .sm\:h-20 {
    height: 20px;
  }

  .sm\:h-24 {
    height: 24px;
  }

  .sm\:h-28 {
    height: 28px;
  }

  .sm\:h-29 {
    height: 29px;
  }

  .sm\:h-30 {
    height: 30px;
  }

  .sm\:h-32 {
    height: 32px;
  }

  .sm\:h-35 {
    height: 35px;
  }

  .sm\:h-36 {
    height: 36px;
  }

  .sm\:h-37 {
    height: 37px;
  }

  .sm\:h-39 {
    height: 39px;
  }

  .sm\:h-40 {
    height: 40px;
  }

  .sm\:h-47 {
    height: 47px;
  }

  .sm\:h-50 {
    height: 50px;
  }

  .sm\:h-56 {
    height: 56px;
  }

  .sm\:h-64 {
    height: 64px;
  }

  .sm\:h-70 {
    height: 70px;
  }

  .sm\:h-72 {
    height: 72px;
  }

  .sm\:h-75 {
    height: 75px;
  }

  .sm\:h-80 {
    height: 80px;
  }

  .sm\:h-83 {
    height: 83px;
  }

  .sm\:h-100 {
    height: 100px;
  }

  .sm\:h-118 {
    height: 118px;
  }

  .sm\:h-130 {
    height: 130px;
  }

  .sm\:h-150 {
    height: 150px;
  }

  .sm\:h-180 {
    height: 180px;
  }

  .sm\:h-213 {
    height: 213px;
  }

  .sm\:h-225 {
    height: 225px;
  }

  .sm\:h-250 {
    height: 250px;
  }

  .sm\:h-300 {
    height: 300px;
  }

  .sm\:h-320 {
    height: 320px;
  }

  .sm\:h-345 {
    height: 345px;
  }

  .sm\:h-485 {
    height: 485px;
  }

  .sm\:h-auto {
    height: auto;
  }

  .sm\:h-px {
    height: 1px;
  }

  .sm\:-h-135 {
    height: -135px;
  }

  .sm\:h-0p {
    height: 0%;
  }

  .sm\:h-5p {
    height: 5%;
  }

  .sm\:h-10p {
    height: 10%;
  }

  .sm\:h-15p {
    height: 15%;
  }

  .sm\:h-20p {
    height: 20%;
  }

  .sm\:h-25p {
    height: 25%;
  }

  .sm\:h-30p {
    height: 30%;
  }

  .sm\:h-35p {
    height: 35%;
  }

  .sm\:h-40p {
    height: 40%;
  }

  .sm\:h-45p {
    height: 45%;
  }

  .sm\:h-50p {
    height: 50%;
  }

  .sm\:h-55p {
    height: 55%;
  }

  .sm\:h-60p {
    height: 60%;
  }

  .sm\:h-65p {
    height: 65%;
  }

  .sm\:h-70p {
    height: 70%;
  }

  .sm\:h-75p {
    height: 75%;
  }

  .sm\:h-80p {
    height: 80%;
  }

  .sm\:h-85p {
    height: 85%;
  }

  .sm\:h-90p {
    height: 90%;
  }

  .sm\:h-95p {
    height: 95%;
  }

  .sm\:h-100p {
    height: 100%;
  }

  .sm\:h-66\.5p {
    height: 66.5%;
  }

  .sm\:h-67\.5p {
    height: 67.5%;
  }

  .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\:text-12 {
    font-size: 12px;
    line-height: 1.225;
  }

  .sm\:text-14 {
    font-size: 14px;
    line-height: 1.35;
  }

  .sm\:text-15 {
    font-size: 15px;
    line-height: 1.35;
  }

  .sm\:text-16 {
    font-size: 16px;
    line-height: 24px;
  }

  .sm\:text-18 {
    font-size: 18px;
    line-height: 1.5;
  }

  .sm\:text-20 {
    font-size: 20px;
    line-height: 1.4;
  }

  .sm\:text-24 {
    font-size: 24px;
    line-height: 1.3;
  }

  .sm\:text-25 {
    font-size: 25px;
    line-height: 1.3;
  }

  .sm\:text-28 {
    font-size: 28px;
    line-height: 1.45;
  }

  .sm\:text-30 {
    font-size: 30px;
    line-height: 39px;
  }

  .sm\:text-32 {
    font-size: 32px;
    line-height: 41px;
  }

  .sm\:text-45 {
    font-size: 45px;
    line-height: 51px;
  }

  .sm\:text-48 {
    font-size: 48px;
    line-height: 1.4;
  }

  .sm\:text-50 {
    font-size: 50px;
    line-height: 65px;
  }

  .sm\:text-60 {
    font-size: 60px;
    line-height: 71px;
  }

  .sm\:text-72 {
    font-size: 72px;
    line-height: 84px;
  }

  .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-3 {
    margin: 3px;
  }

  .sm\:m-5 {
    margin: 5px;
  }

  .sm\:m-8 {
    margin: 8px;
  }

  .sm\:m-10 {
    margin: 10px;
  }

  .sm\:m-12 {
    margin: 12px;
  }

  .sm\:m-14 {
    margin: 14px;
  }

  .sm\:m-15 {
    margin: 15px;
  }

  .sm\:m-16 {
    margin: 16px;
  }

  .sm\:m-20 {
    margin: 20px;
  }

  .sm\:m-24 {
    margin: 24px;
  }

  .sm\:m-28 {
    margin: 28px;
  }

  .sm\:m-29 {
    margin: 29px;
  }

  .sm\:m-30 {
    margin: 30px;
  }

  .sm\:m-32 {
    margin: 32px;
  }

  .sm\:m-35 {
    margin: 35px;
  }

  .sm\:m-36 {
    margin: 36px;
  }

  .sm\:m-37 {
    margin: 37px;
  }

  .sm\:m-39 {
    margin: 39px;
  }

  .sm\:m-40 {
    margin: 40px;
  }

  .sm\:m-47 {
    margin: 47px;
  }

  .sm\:m-50 {
    margin: 50px;
  }

  .sm\:m-56 {
    margin: 56px;
  }

  .sm\:m-64 {
    margin: 64px;
  }

  .sm\:m-70 {
    margin: 70px;
  }

  .sm\:m-72 {
    margin: 72px;
  }

  .sm\:m-75 {
    margin: 75px;
  }

  .sm\:m-80 {
    margin: 80px;
  }

  .sm\:m-83 {
    margin: 83px;
  }

  .sm\:m-100 {
    margin: 100px;
  }

  .sm\:m-118 {
    margin: 118px;
  }

  .sm\:m-130 {
    margin: 130px;
  }

  .sm\:m-150 {
    margin: 150px;
  }

  .sm\:m-180 {
    margin: 180px;
  }

  .sm\:m-213 {
    margin: 213px;
  }

  .sm\:m-225 {
    margin: 225px;
  }

  .sm\:m-250 {
    margin: 250px;
  }

  .sm\:m-300 {
    margin: 300px;
  }

  .sm\:m-320 {
    margin: 320px;
  }

  .sm\:m-345 {
    margin: 345px;
  }

  .sm\:m-485 {
    margin: 485px;
  }

  .sm\:m-auto {
    margin: auto;
  }

  .sm\:m-px {
    margin: 1px;
  }

  .sm\:-m-135 {
    margin: -135px;
  }

  .sm\:m-0p {
    margin: 0%;
  }

  .sm\:m-5p {
    margin: 5%;
  }

  .sm\:m-10p {
    margin: 10%;
  }

  .sm\:m-15p {
    margin: 15%;
  }

  .sm\:m-20p {
    margin: 20%;
  }

  .sm\:m-25p {
    margin: 25%;
  }

  .sm\:m-30p {
    margin: 30%;
  }

  .sm\:m-35p {
    margin: 35%;
  }

  .sm\:m-40p {
    margin: 40%;
  }

  .sm\:m-45p {
    margin: 45%;
  }

  .sm\:m-50p {
    margin: 50%;
  }

  .sm\:m-55p {
    margin: 55%;
  }

  .sm\:m-60p {
    margin: 60%;
  }

  .sm\:m-65p {
    margin: 65%;
  }

  .sm\:m-70p {
    margin: 70%;
  }

  .sm\:m-75p {
    margin: 75%;
  }

  .sm\:m-80p {
    margin: 80%;
  }

  .sm\:m-85p {
    margin: 85%;
  }

  .sm\:m-90p {
    margin: 90%;
  }

  .sm\:m-95p {
    margin: 95%;
  }

  .sm\:m-100p {
    margin: 100%;
  }

  .sm\:m-66\.5p {
    margin: 66.5%;
  }

  .sm\:m-67\.5p {
    margin: 67.5%;
  }

  .sm\:-m-0 {
    margin: 0px;
  }

  .sm\:-m-3 {
    margin: -3px;
  }

  .sm\:-m-5 {
    margin: -5px;
  }

  .sm\:-m-8 {
    margin: -8px;
  }

  .sm\:-m-10 {
    margin: -10px;
  }

  .sm\:-m-12 {
    margin: -12px;
  }

  .sm\:-m-14 {
    margin: -14px;
  }

  .sm\:-m-15 {
    margin: -15px;
  }

  .sm\:-m-16 {
    margin: -16px;
  }

  .sm\:-m-20 {
    margin: -20px;
  }

  .sm\:-m-24 {
    margin: -24px;
  }

  .sm\:-m-28 {
    margin: -28px;
  }

  .sm\:-m-29 {
    margin: -29px;
  }

  .sm\:-m-30 {
    margin: -30px;
  }

  .sm\:-m-32 {
    margin: -32px;
  }

  .sm\:-m-35 {
    margin: -35px;
  }

  .sm\:-m-36 {
    margin: -36px;
  }

  .sm\:-m-37 {
    margin: -37px;
  }

  .sm\:-m-39 {
    margin: -39px;
  }

  .sm\:-m-40 {
    margin: -40px;
  }

  .sm\:-m-47 {
    margin: -47px;
  }

  .sm\:-m-50 {
    margin: -50px;
  }

  .sm\:-m-56 {
    margin: -56px;
  }

  .sm\:-m-64 {
    margin: -64px;
  }

  .sm\:-m-70 {
    margin: -70px;
  }

  .sm\:-m-72 {
    margin: -72px;
  }

  .sm\:-m-75 {
    margin: -75px;
  }

  .sm\:-m-80 {
    margin: -80px;
  }

  .sm\:-m-83 {
    margin: -83px;
  }

  .sm\:-m-100 {
    margin: -100px;
  }

  .sm\:-m-118 {
    margin: -118px;
  }

  .sm\:-m-130 {
    margin: -130px;
  }

  .sm\:-m-150 {
    margin: -150px;
  }

  .sm\:-m-180 {
    margin: -180px;
  }

  .sm\:-m-213 {
    margin: -213px;
  }

  .sm\:-m-225 {
    margin: -225px;
  }

  .sm\:-m-250 {
    margin: -250px;
  }

  .sm\:-m-300 {
    margin: -300px;
  }

  .sm\:-m-320 {
    margin: -320px;
  }

  .sm\:-m-345 {
    margin: -345px;
  }

  .sm\:-m-485 {
    margin: -485px;
  }

  .sm\:-m-px {
    margin: -1px;
  }

  .sm\:-m--135 {
    margin: 135px;
  }

  .sm\:-m-0p {
    margin: 0%;
  }

  .sm\:-m-5p {
    margin: -5%;
  }

  .sm\:-m-10p {
    margin: -10%;
  }

  .sm\:-m-15p {
    margin: -15%;
  }

  .sm\:-m-20p {
    margin: -20%;
  }

  .sm\:-m-25p {
    margin: -25%;
  }

  .sm\:-m-30p {
    margin: -30%;
  }

  .sm\:-m-35p {
    margin: -35%;
  }

  .sm\:-m-40p {
    margin: -40%;
  }

  .sm\:-m-45p {
    margin: -45%;
  }

  .sm\:-m-50p {
    margin: -50%;
  }

  .sm\:-m-55p {
    margin: -55%;
  }

  .sm\:-m-60p {
    margin: -60%;
  }

  .sm\:-m-65p {
    margin: -65%;
  }

  .sm\:-m-70p {
    margin: -70%;
  }

  .sm\:-m-75p {
    margin: -75%;
  }

  .sm\:-m-80p {
    margin: -80%;
  }

  .sm\:-m-85p {
    margin: -85%;
  }

  .sm\:-m-90p {
    margin: -90%;
  }

  .sm\:-m-95p {
    margin: -95%;
  }

  .sm\:-m-100p {
    margin: -100%;
  }

  .sm\:-m-66\.5p {
    margin: -66.5%;
  }

  .sm\:-m-67\.5p {
    margin: -67.5%;
  }

  .sm\:my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .sm\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .sm\:my-3 {
    margin-top: 3px;
    margin-bottom: 3px;
  }

  .sm\:mx-3 {
    margin-left: 3px;
    margin-right: 3px;
  }

  .sm\:my-5 {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .sm\:mx-5 {
    margin-left: 5px;
    margin-right: 5px;
  }

  .sm\:my-8 {
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .sm\:mx-8 {
    margin-left: 8px;
    margin-right: 8px;
  }

  .sm\:my-10 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .sm\:mx-10 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .sm\:my-12 {
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .sm\:mx-12 {
    margin-left: 12px;
    margin-right: 12px;
  }

  .sm\:my-14 {
    margin-top: 14px;
    margin-bottom: 14px;
  }

  .sm\:mx-14 {
    margin-left: 14px;
    margin-right: 14px;
  }

  .sm\:my-15 {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .sm\:mx-15 {
    margin-left: 15px;
    margin-right: 15px;
  }

  .sm\:my-16 {
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .sm\:mx-16 {
    margin-left: 16px;
    margin-right: 16px;
  }

  .sm\:my-20 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .sm\:mx-20 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .sm\:my-24 {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .sm\:mx-24 {
    margin-left: 24px;
    margin-right: 24px;
  }

  .sm\:my-28 {
    margin-top: 28px;
    margin-bottom: 28px;
  }

  .sm\:mx-28 {
    margin-left: 28px;
    margin-right: 28px;
  }

  .sm\:my-29 {
    margin-top: 29px;
    margin-bottom: 29px;
  }

  .sm\:mx-29 {
    margin-left: 29px;
    margin-right: 29px;
  }

  .sm\:my-30 {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .sm\:mx-30 {
    margin-left: 30px;
    margin-right: 30px;
  }

  .sm\:my-32 {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .sm\:mx-32 {
    margin-left: 32px;
    margin-right: 32px;
  }

  .sm\:my-35 {
    margin-top: 35px;
    margin-bottom: 35px;
  }

  .sm\:mx-35 {
    margin-left: 35px;
    margin-right: 35px;
  }

  .sm\:my-36 {
    margin-top: 36px;
    margin-bottom: 36px;
  }

  .sm\:mx-36 {
    margin-left: 36px;
    margin-right: 36px;
  }

  .sm\:my-37 {
    margin-top: 37px;
    margin-bottom: 37px;
  }

  .sm\:mx-37 {
    margin-left: 37px;
    margin-right: 37px;
  }

  .sm\:my-39 {
    margin-top: 39px;
    margin-bottom: 39px;
  }

  .sm\:mx-39 {
    margin-left: 39px;
    margin-right: 39px;
  }

  .sm\:my-40 {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .sm\:mx-40 {
    margin-left: 40px;
    margin-right: 40px;
  }

  .sm\:my-47 {
    margin-top: 47px;
    margin-bottom: 47px;
  }

  .sm\:mx-47 {
    margin-left: 47px;
    margin-right: 47px;
  }

  .sm\:my-50 {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .sm\:mx-50 {
    margin-left: 50px;
    margin-right: 50px;
  }

  .sm\:my-56 {
    margin-top: 56px;
    margin-bottom: 56px;
  }

  .sm\:mx-56 {
    margin-left: 56px;
    margin-right: 56px;
  }

  .sm\:my-64 {
    margin-top: 64px;
    margin-bottom: 64px;
  }

  .sm\:mx-64 {
    margin-left: 64px;
    margin-right: 64px;
  }

  .sm\:my-70 {
    margin-top: 70px;
    margin-bottom: 70px;
  }

  .sm\:mx-70 {
    margin-left: 70px;
    margin-right: 70px;
  }

  .sm\:my-72 {
    margin-top: 72px;
    margin-bottom: 72px;
  }

  .sm\:mx-72 {
    margin-left: 72px;
    margin-right: 72px;
  }

  .sm\:my-75 {
    margin-top: 75px;
    margin-bottom: 75px;
  }

  .sm\:mx-75 {
    margin-left: 75px;
    margin-right: 75px;
  }

  .sm\:my-80 {
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .sm\:mx-80 {
    margin-left: 80px;
    margin-right: 80px;
  }

  .sm\:my-83 {
    margin-top: 83px;
    margin-bottom: 83px;
  }

  .sm\:mx-83 {
    margin-left: 83px;
    margin-right: 83px;
  }

  .sm\:my-100 {
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .sm\:mx-100 {
    margin-left: 100px;
    margin-right: 100px;
  }

  .sm\:my-118 {
    margin-top: 118px;
    margin-bottom: 118px;
  }

  .sm\:mx-118 {
    margin-left: 118px;
    margin-right: 118px;
  }

  .sm\:my-130 {
    margin-top: 130px;
    margin-bottom: 130px;
  }

  .sm\:mx-130 {
    margin-left: 130px;
    margin-right: 130px;
  }

  .sm\:my-150 {
    margin-top: 150px;
    margin-bottom: 150px;
  }

  .sm\:mx-150 {
    margin-left: 150px;
    margin-right: 150px;
  }

  .sm\:my-180 {
    margin-top: 180px;
    margin-bottom: 180px;
  }

  .sm\:mx-180 {
    margin-left: 180px;
    margin-right: 180px;
  }

  .sm\:my-213 {
    margin-top: 213px;
    margin-bottom: 213px;
  }

  .sm\:mx-213 {
    margin-left: 213px;
    margin-right: 213px;
  }

  .sm\:my-225 {
    margin-top: 225px;
    margin-bottom: 225px;
  }

  .sm\:mx-225 {
    margin-left: 225px;
    margin-right: 225px;
  }

  .sm\:my-250 {
    margin-top: 250px;
    margin-bottom: 250px;
  }

  .sm\:mx-250 {
    margin-left: 250px;
    margin-right: 250px;
  }

  .sm\:my-300 {
    margin-top: 300px;
    margin-bottom: 300px;
  }

  .sm\:mx-300 {
    margin-left: 300px;
    margin-right: 300px;
  }

  .sm\:my-320 {
    margin-top: 320px;
    margin-bottom: 320px;
  }

  .sm\:mx-320 {
    margin-left: 320px;
    margin-right: 320px;
  }

  .sm\:my-345 {
    margin-top: 345px;
    margin-bottom: 345px;
  }

  .sm\:mx-345 {
    margin-left: 345px;
    margin-right: 345px;
  }

  .sm\:my-485 {
    margin-top: 485px;
    margin-bottom: 485px;
  }

  .sm\:mx-485 {
    margin-left: 485px;
    margin-right: 485px;
  }

  .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-135 {
    margin-top: -135px;
    margin-bottom: -135px;
  }

  .sm\:-mx-135 {
    margin-left: -135px;
    margin-right: -135px;
  }

  .sm\:my-0p {
    margin-top: 0%;
    margin-bottom: 0%;
  }

  .sm\:mx-0p {
    margin-left: 0%;
    margin-right: 0%;
  }

  .sm\:my-5p {
    margin-top: 5%;
    margin-bottom: 5%;
  }

  .sm\:mx-5p {
    margin-left: 5%;
    margin-right: 5%;
  }

  .sm\:my-10p {
    margin-top: 10%;
    margin-bottom: 10%;
  }

  .sm\:mx-10p {
    margin-left: 10%;
    margin-right: 10%;
  }

  .sm\:my-15p {
    margin-top: 15%;
    margin-bottom: 15%;
  }

  .sm\:mx-15p {
    margin-left: 15%;
    margin-right: 15%;
  }

  .sm\:my-20p {
    margin-top: 20%;
    margin-bottom: 20%;
  }

  .sm\:mx-20p {
    margin-left: 20%;
    margin-right: 20%;
  }

  .sm\:my-25p {
    margin-top: 25%;
    margin-bottom: 25%;
  }

  .sm\:mx-25p {
    margin-left: 25%;
    margin-right: 25%;
  }

  .sm\:my-30p {
    margin-top: 30%;
    margin-bottom: 30%;
  }

  .sm\:mx-30p {
    margin-left: 30%;
    margin-right: 30%;
  }

  .sm\:my-35p {
    margin-top: 35%;
    margin-bottom: 35%;
  }

  .sm\:mx-35p {
    margin-left: 35%;
    margin-right: 35%;
  }

  .sm\:my-40p {
    margin-top: 40%;
    margin-bottom: 40%;
  }

  .sm\:mx-40p {
    margin-left: 40%;
    margin-right: 40%;
  }

  .sm\:my-45p {
    margin-top: 45%;
    margin-bottom: 45%;
  }

  .sm\:mx-45p {
    margin-left: 45%;
    margin-right: 45%;
  }

  .sm\:my-50p {
    margin-top: 50%;
    margin-bottom: 50%;
  }

  .sm\:mx-50p {
    margin-left: 50%;
    margin-right: 50%;
  }

  .sm\:my-55p {
    margin-top: 55%;
    margin-bottom: 55%;
  }

  .sm\:mx-55p {
    margin-left: 55%;
    margin-right: 55%;
  }

  .sm\:my-60p {
    margin-top: 60%;
    margin-bottom: 60%;
  }

  .sm\:mx-60p {
    margin-left: 60%;
    margin-right: 60%;
  }

  .sm\:my-65p {
    margin-top: 65%;
    margin-bottom: 65%;
  }

  .sm\:mx-65p {
    margin-left: 65%;
    margin-right: 65%;
  }

  .sm\:my-70p {
    margin-top: 70%;
    margin-bottom: 70%;
  }

  .sm\:mx-70p {
    margin-left: 70%;
    margin-right: 70%;
  }

  .sm\:my-75p {
    margin-top: 75%;
    margin-bottom: 75%;
  }

  .sm\:mx-75p {
    margin-left: 75%;
    margin-right: 75%;
  }

  .sm\:my-80p {
    margin-top: 80%;
    margin-bottom: 80%;
  }

  .sm\:mx-80p {
    margin-left: 80%;
    margin-right: 80%;
  }

  .sm\:my-85p {
    margin-top: 85%;
    margin-bottom: 85%;
  }

  .sm\:mx-85p {
    margin-left: 85%;
    margin-right: 85%;
  }

  .sm\:my-90p {
    margin-top: 90%;
    margin-bottom: 90%;
  }

  .sm\:mx-90p {
    margin-left: 90%;
    margin-right: 90%;
  }

  .sm\:my-95p {
    margin-top: 95%;
    margin-bottom: 95%;
  }

  .sm\:mx-95p {
    margin-left: 95%;
    margin-right: 95%;
  }

  .sm\:my-100p {
    margin-top: 100%;
    margin-bottom: 100%;
  }

  .sm\:mx-100p {
    margin-left: 100%;
    margin-right: 100%;
  }

  .sm\:my-66\.5p {
    margin-top: 66.5%;
    margin-bottom: 66.5%;
  }

  .sm\:mx-66\.5p {
    margin-left: 66.5%;
    margin-right: 66.5%;
  }

  .sm\:my-67\.5p {
    margin-top: 67.5%;
    margin-bottom: 67.5%;
  }

  .sm\:mx-67\.5p {
    margin-left: 67.5%;
    margin-right: 67.5%;
  }

  .sm\:-my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .sm\:-mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .sm\:-my-3 {
    margin-top: -3px;
    margin-bottom: -3px;
  }

  .sm\:-mx-3 {
    margin-left: -3px;
    margin-right: -3px;
  }

  .sm\:-my-5 {
    margin-top: -5px;
    margin-bottom: -5px;
  }

  .sm\:-mx-5 {
    margin-left: -5px;
    margin-right: -5px;
  }

  .sm\:-my-8 {
    margin-top: -8px;
    margin-bottom: -8px;
  }

  .sm\:-mx-8 {
    margin-left: -8px;
    margin-right: -8px;
  }

  .sm\:-my-10 {
    margin-top: -10px;
    margin-bottom: -10px;
  }

  .sm\:-mx-10 {
    margin-left: -10px;
    margin-right: -10px;
  }

  .sm\:-my-12 {
    margin-top: -12px;
    margin-bottom: -12px;
  }

  .sm\:-mx-12 {
    margin-left: -12px;
    margin-right: -12px;
  }

  .sm\:-my-14 {
    margin-top: -14px;
    margin-bottom: -14px;
  }

  .sm\:-mx-14 {
    margin-left: -14px;
    margin-right: -14px;
  }

  .sm\:-my-15 {
    margin-top: -15px;
    margin-bottom: -15px;
  }

  .sm\:-mx-15 {
    margin-left: -15px;
    margin-right: -15px;
  }

  .sm\:-my-16 {
    margin-top: -16px;
    margin-bottom: -16px;
  }

  .sm\:-mx-16 {
    margin-left: -16px;
    margin-right: -16px;
  }

  .sm\:-my-20 {
    margin-top: -20px;
    margin-bottom: -20px;
  }

  .sm\:-mx-20 {
    margin-left: -20px;
    margin-right: -20px;
  }

  .sm\:-my-24 {
    margin-top: -24px;
    margin-bottom: -24px;
  }

  .sm\:-mx-24 {
    margin-left: -24px;
    margin-right: -24px;
  }

  .sm\:-my-28 {
    margin-top: -28px;
    margin-bottom: -28px;
  }

  .sm\:-mx-28 {
    margin-left: -28px;
    margin-right: -28px;
  }

  .sm\:-my-29 {
    margin-top: -29px;
    margin-bottom: -29px;
  }

  .sm\:-mx-29 {
    margin-left: -29px;
    margin-right: -29px;
  }

  .sm\:-my-30 {
    margin-top: -30px;
    margin-bottom: -30px;
  }

  .sm\:-mx-30 {
    margin-left: -30px;
    margin-right: -30px;
  }

  .sm\:-my-32 {
    margin-top: -32px;
    margin-bottom: -32px;
  }

  .sm\:-mx-32 {
    margin-left: -32px;
    margin-right: -32px;
  }

  .sm\:-my-35 {
    margin-top: -35px;
    margin-bottom: -35px;
  }

  .sm\:-mx-35 {
    margin-left: -35px;
    margin-right: -35px;
  }

  .sm\:-my-36 {
    margin-top: -36px;
    margin-bottom: -36px;
  }

  .sm\:-mx-36 {
    margin-left: -36px;
    margin-right: -36px;
  }

  .sm\:-my-37 {
    margin-top: -37px;
    margin-bottom: -37px;
  }

  .sm\:-mx-37 {
    margin-left: -37px;
    margin-right: -37px;
  }

  .sm\:-my-39 {
    margin-top: -39px;
    margin-bottom: -39px;
  }

  .sm\:-mx-39 {
    margin-left: -39px;
    margin-right: -39px;
  }

  .sm\:-my-40 {
    margin-top: -40px;
    margin-bottom: -40px;
  }

  .sm\:-mx-40 {
    margin-left: -40px;
    margin-right: -40px;
  }

  .sm\:-my-47 {
    margin-top: -47px;
    margin-bottom: -47px;
  }

  .sm\:-mx-47 {
    margin-left: -47px;
    margin-right: -47px;
  }

  .sm\:-my-50 {
    margin-top: -50px;
    margin-bottom: -50px;
  }

  .sm\:-mx-50 {
    margin-left: -50px;
    margin-right: -50px;
  }

  .sm\:-my-56 {
    margin-top: -56px;
    margin-bottom: -56px;
  }

  .sm\:-mx-56 {
    margin-left: -56px;
    margin-right: -56px;
  }

  .sm\:-my-64 {
    margin-top: -64px;
    margin-bottom: -64px;
  }

  .sm\:-mx-64 {
    margin-left: -64px;
    margin-right: -64px;
  }

  .sm\:-my-70 {
    margin-top: -70px;
    margin-bottom: -70px;
  }

  .sm\:-mx-70 {
    margin-left: -70px;
    margin-right: -70px;
  }

  .sm\:-my-72 {
    margin-top: -72px;
    margin-bottom: -72px;
  }

  .sm\:-mx-72 {
    margin-left: -72px;
    margin-right: -72px;
  }

  .sm\:-my-75 {
    margin-top: -75px;
    margin-bottom: -75px;
  }

  .sm\:-mx-75 {
    margin-left: -75px;
    margin-right: -75px;
  }

  .sm\:-my-80 {
    margin-top: -80px;
    margin-bottom: -80px;
  }

  .sm\:-mx-80 {
    margin-left: -80px;
    margin-right: -80px;
  }

  .sm\:-my-83 {
    margin-top: -83px;
    margin-bottom: -83px;
  }

  .sm\:-mx-83 {
    margin-left: -83px;
    margin-right: -83px;
  }

  .sm\:-my-100 {
    margin-top: -100px;
    margin-bottom: -100px;
  }

  .sm\:-mx-100 {
    margin-left: -100px;
    margin-right: -100px;
  }

  .sm\:-my-118 {
    margin-top: -118px;
    margin-bottom: -118px;
  }

  .sm\:-mx-118 {
    margin-left: -118px;
    margin-right: -118px;
  }

  .sm\:-my-130 {
    margin-top: -130px;
    margin-bottom: -130px;
  }

  .sm\:-mx-130 {
    margin-left: -130px;
    margin-right: -130px;
  }

  .sm\:-my-150 {
    margin-top: -150px;
    margin-bottom: -150px;
  }

  .sm\:-mx-150 {
    margin-left: -150px;
    margin-right: -150px;
  }

  .sm\:-my-180 {
    margin-top: -180px;
    margin-bottom: -180px;
  }

  .sm\:-mx-180 {
    margin-left: -180px;
    margin-right: -180px;
  }

  .sm\:-my-213 {
    margin-top: -213px;
    margin-bottom: -213px;
  }

  .sm\:-mx-213 {
    margin-left: -213px;
    margin-right: -213px;
  }

  .sm\:-my-225 {
    margin-top: -225px;
    margin-bottom: -225px;
  }

  .sm\:-mx-225 {
    margin-left: -225px;
    margin-right: -225px;
  }

  .sm\:-my-250 {
    margin-top: -250px;
    margin-bottom: -250px;
  }

  .sm\:-mx-250 {
    margin-left: -250px;
    margin-right: -250px;
  }

  .sm\:-my-300 {
    margin-top: -300px;
    margin-bottom: -300px;
  }

  .sm\:-mx-300 {
    margin-left: -300px;
    margin-right: -300px;
  }

  .sm\:-my-320 {
    margin-top: -320px;
    margin-bottom: -320px;
  }

  .sm\:-mx-320 {
    margin-left: -320px;
    margin-right: -320px;
  }

  .sm\:-my-345 {
    margin-top: -345px;
    margin-bottom: -345px;
  }

  .sm\:-mx-345 {
    margin-left: -345px;
    margin-right: -345px;
  }

  .sm\:-my-485 {
    margin-top: -485px;
    margin-bottom: -485px;
  }

  .sm\:-mx-485 {
    margin-left: -485px;
    margin-right: -485px;
  }

  .sm\:-my-px {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .sm\:-mx-px {
    margin-left: -1px;
    margin-right: -1px;
  }

  .sm\:-my--135 {
    margin-top: 135px;
    margin-bottom: 135px;
  }

  .sm\:-mx--135 {
    margin-left: 135px;
    margin-right: 135px;
  }

  .sm\:-my-0p {
    margin-top: 0%;
    margin-bottom: 0%;
  }

  .sm\:-mx-0p {
    margin-left: 0%;
    margin-right: 0%;
  }

  .sm\:-my-5p {
    margin-top: -5%;
    margin-bottom: -5%;
  }

  .sm\:-mx-5p {
    margin-left: -5%;
    margin-right: -5%;
  }

  .sm\:-my-10p {
    margin-top: -10%;
    margin-bottom: -10%;
  }

  .sm\:-mx-10p {
    margin-left: -10%;
    margin-right: -10%;
  }

  .sm\:-my-15p {
    margin-top: -15%;
    margin-bottom: -15%;
  }

  .sm\:-mx-15p {
    margin-left: -15%;
    margin-right: -15%;
  }

  .sm\:-my-20p {
    margin-top: -20%;
    margin-bottom: -20%;
  }

  .sm\:-mx-20p {
    margin-left: -20%;
    margin-right: -20%;
  }

  .sm\:-my-25p {
    margin-top: -25%;
    margin-bottom: -25%;
  }

  .sm\:-mx-25p {
    margin-left: -25%;
    margin-right: -25%;
  }

  .sm\:-my-30p {
    margin-top: -30%;
    margin-bottom: -30%;
  }

  .sm\:-mx-30p {
    margin-left: -30%;
    margin-right: -30%;
  }

  .sm\:-my-35p {
    margin-top: -35%;
    margin-bottom: -35%;
  }

  .sm\:-mx-35p {
    margin-left: -35%;
    margin-right: -35%;
  }

  .sm\:-my-40p {
    margin-top: -40%;
    margin-bottom: -40%;
  }

  .sm\:-mx-40p {
    margin-left: -40%;
    margin-right: -40%;
  }

  .sm\:-my-45p {
    margin-top: -45%;
    margin-bottom: -45%;
  }

  .sm\:-mx-45p {
    margin-left: -45%;
    margin-right: -45%;
  }

  .sm\:-my-50p {
    margin-top: -50%;
    margin-bottom: -50%;
  }

  .sm\:-mx-50p {
    margin-left: -50%;
    margin-right: -50%;
  }

  .sm\:-my-55p {
    margin-top: -55%;
    margin-bottom: -55%;
  }

  .sm\:-mx-55p {
    margin-left: -55%;
    margin-right: -55%;
  }

  .sm\:-my-60p {
    margin-top: -60%;
    margin-bottom: -60%;
  }

  .sm\:-mx-60p {
    margin-left: -60%;
    margin-right: -60%;
  }

  .sm\:-my-65p {
    margin-top: -65%;
    margin-bottom: -65%;
  }

  .sm\:-mx-65p {
    margin-left: -65%;
    margin-right: -65%;
  }

  .sm\:-my-70p {
    margin-top: -70%;
    margin-bottom: -70%;
  }

  .sm\:-mx-70p {
    margin-left: -70%;
    margin-right: -70%;
  }

  .sm\:-my-75p {
    margin-top: -75%;
    margin-bottom: -75%;
  }

  .sm\:-mx-75p {
    margin-left: -75%;
    margin-right: -75%;
  }

  .sm\:-my-80p {
    margin-top: -80%;
    margin-bottom: -80%;
  }

  .sm\:-mx-80p {
    margin-left: -80%;
    margin-right: -80%;
  }

  .sm\:-my-85p {
    margin-top: -85%;
    margin-bottom: -85%;
  }

  .sm\:-mx-85p {
    margin-left: -85%;
    margin-right: -85%;
  }

  .sm\:-my-90p {
    margin-top: -90%;
    margin-bottom: -90%;
  }

  .sm\:-mx-90p {
    margin-left: -90%;
    margin-right: -90%;
  }

  .sm\:-my-95p {
    margin-top: -95%;
    margin-bottom: -95%;
  }

  .sm\:-mx-95p {
    margin-left: -95%;
    margin-right: -95%;
  }

  .sm\:-my-100p {
    margin-top: -100%;
    margin-bottom: -100%;
  }

  .sm\:-mx-100p {
    margin-left: -100%;
    margin-right: -100%;
  }

  .sm\:-my-66\.5p {
    margin-top: -66.5%;
    margin-bottom: -66.5%;
  }

  .sm\:-mx-66\.5p {
    margin-left: -66.5%;
    margin-right: -66.5%;
  }

  .sm\:-my-67\.5p {
    margin-top: -67.5%;
    margin-bottom: -67.5%;
  }

  .sm\:-mx-67\.5p {
    margin-left: -67.5%;
    margin-right: -67.5%;
  }

  .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-3 {
    margin-top: 3px;
  }

  .sm\:mr-3 {
    margin-right: 3px;
  }

  .sm\:mb-3 {
    margin-bottom: 3px;
  }

  .sm\:ml-3 {
    margin-left: 3px;
  }

  .sm\:mt-5 {
    margin-top: 5px;
  }

  .sm\:mr-5 {
    margin-right: 5px;
  }

  .sm\:mb-5 {
    margin-bottom: 5px;
  }

  .sm\:ml-5 {
    margin-left: 5px;
  }

  .sm\:mt-8 {
    margin-top: 8px;
  }

  .sm\:mr-8 {
    margin-right: 8px;
  }

  .sm\:mb-8 {
    margin-bottom: 8px;
  }

  .sm\:ml-8 {
    margin-left: 8px;
  }

  .sm\:mt-10 {
    margin-top: 10px;
  }

  .sm\:mr-10 {
    margin-right: 10px;
  }

  .sm\:mb-10 {
    margin-bottom: 10px;
  }

  .sm\:ml-10 {
    margin-left: 10px;
  }

  .sm\:mt-12 {
    margin-top: 12px;
  }

  .sm\:mr-12 {
    margin-right: 12px;
  }

  .sm\:mb-12 {
    margin-bottom: 12px;
  }

  .sm\:ml-12 {
    margin-left: 12px;
  }

  .sm\:mt-14 {
    margin-top: 14px;
  }

  .sm\:mr-14 {
    margin-right: 14px;
  }

  .sm\:mb-14 {
    margin-bottom: 14px;
  }

  .sm\:ml-14 {
    margin-left: 14px;
  }

  .sm\:mt-15 {
    margin-top: 15px;
  }

  .sm\:mr-15 {
    margin-right: 15px;
  }

  .sm\:mb-15 {
    margin-bottom: 15px;
  }

  .sm\:ml-15 {
    margin-left: 15px;
  }

  .sm\:mt-16 {
    margin-top: 16px;
  }

  .sm\:mr-16 {
    margin-right: 16px;
  }

  .sm\:mb-16 {
    margin-bottom: 16px;
  }

  .sm\:ml-16 {
    margin-left: 16px;
  }

  .sm\:mt-20 {
    margin-top: 20px;
  }

  .sm\:mr-20 {
    margin-right: 20px;
  }

  .sm\:mb-20 {
    margin-bottom: 20px;
  }

  .sm\:ml-20 {
    margin-left: 20px;
  }

  .sm\:mt-24 {
    margin-top: 24px;
  }

  .sm\:mr-24 {
    margin-right: 24px;
  }

  .sm\:mb-24 {
    margin-bottom: 24px;
  }

  .sm\:ml-24 {
    margin-left: 24px;
  }

  .sm\:mt-28 {
    margin-top: 28px;
  }

  .sm\:mr-28 {
    margin-right: 28px;
  }

  .sm\:mb-28 {
    margin-bottom: 28px;
  }

  .sm\:ml-28 {
    margin-left: 28px;
  }

  .sm\:mt-29 {
    margin-top: 29px;
  }

  .sm\:mr-29 {
    margin-right: 29px;
  }

  .sm\:mb-29 {
    margin-bottom: 29px;
  }

  .sm\:ml-29 {
    margin-left: 29px;
  }

  .sm\:mt-30 {
    margin-top: 30px;
  }

  .sm\:mr-30 {
    margin-right: 30px;
  }

  .sm\:mb-30 {
    margin-bottom: 30px;
  }

  .sm\:ml-30 {
    margin-left: 30px;
  }

  .sm\:mt-32 {
    margin-top: 32px;
  }

  .sm\:mr-32 {
    margin-right: 32px;
  }

  .sm\:mb-32 {
    margin-bottom: 32px;
  }

  .sm\:ml-32 {
    margin-left: 32px;
  }

  .sm\:mt-35 {
    margin-top: 35px;
  }

  .sm\:mr-35 {
    margin-right: 35px;
  }

  .sm\:mb-35 {
    margin-bottom: 35px;
  }

  .sm\:ml-35 {
    margin-left: 35px;
  }

  .sm\:mt-36 {
    margin-top: 36px;
  }

  .sm\:mr-36 {
    margin-right: 36px;
  }

  .sm\:mb-36 {
    margin-bottom: 36px;
  }

  .sm\:ml-36 {
    margin-left: 36px;
  }

  .sm\:mt-37 {
    margin-top: 37px;
  }

  .sm\:mr-37 {
    margin-right: 37px;
  }

  .sm\:mb-37 {
    margin-bottom: 37px;
  }

  .sm\:ml-37 {
    margin-left: 37px;
  }

  .sm\:mt-39 {
    margin-top: 39px;
  }

  .sm\:mr-39 {
    margin-right: 39px;
  }

  .sm\:mb-39 {
    margin-bottom: 39px;
  }

  .sm\:ml-39 {
    margin-left: 39px;
  }

  .sm\:mt-40 {
    margin-top: 40px;
  }

  .sm\:mr-40 {
    margin-right: 40px;
  }

  .sm\:mb-40 {
    margin-bottom: 40px;
  }

  .sm\:ml-40 {
    margin-left: 40px;
  }

  .sm\:mt-47 {
    margin-top: 47px;
  }

  .sm\:mr-47 {
    margin-right: 47px;
  }

  .sm\:mb-47 {
    margin-bottom: 47px;
  }

  .sm\:ml-47 {
    margin-left: 47px;
  }

  .sm\:mt-50 {
    margin-top: 50px;
  }

  .sm\:mr-50 {
    margin-right: 50px;
  }

  .sm\:mb-50 {
    margin-bottom: 50px;
  }

  .sm\:ml-50 {
    margin-left: 50px;
  }

  .sm\:mt-56 {
    margin-top: 56px;
  }

  .sm\:mr-56 {
    margin-right: 56px;
  }

  .sm\:mb-56 {
    margin-bottom: 56px;
  }

  .sm\:ml-56 {
    margin-left: 56px;
  }

  .sm\:mt-64 {
    margin-top: 64px;
  }

  .sm\:mr-64 {
    margin-right: 64px;
  }

  .sm\:mb-64 {
    margin-bottom: 64px;
  }

  .sm\:ml-64 {
    margin-left: 64px;
  }

  .sm\:mt-70 {
    margin-top: 70px;
  }

  .sm\:mr-70 {
    margin-right: 70px;
  }

  .sm\:mb-70 {
    margin-bottom: 70px;
  }

  .sm\:ml-70 {
    margin-left: 70px;
  }

  .sm\:mt-72 {
    margin-top: 72px;
  }

  .sm\:mr-72 {
    margin-right: 72px;
  }

  .sm\:mb-72 {
    margin-bottom: 72px;
  }

  .sm\:ml-72 {
    margin-left: 72px;
  }

  .sm\:mt-75 {
    margin-top: 75px;
  }

  .sm\:mr-75 {
    margin-right: 75px;
  }

  .sm\:mb-75 {
    margin-bottom: 75px;
  }

  .sm\:ml-75 {
    margin-left: 75px;
  }

  .sm\:mt-80 {
    margin-top: 80px;
  }

  .sm\:mr-80 {
    margin-right: 80px;
  }

  .sm\:mb-80 {
    margin-bottom: 80px;
  }

  .sm\:ml-80 {
    margin-left: 80px;
  }

  .sm\:mt-83 {
    margin-top: 83px;
  }

  .sm\:mr-83 {
    margin-right: 83px;
  }

  .sm\:mb-83 {
    margin-bottom: 83px;
  }

  .sm\:ml-83 {
    margin-left: 83px;
  }

  .sm\:mt-100 {
    margin-top: 100px;
  }

  .sm\:mr-100 {
    margin-right: 100px;
  }

  .sm\:mb-100 {
    margin-bottom: 100px;
  }

  .sm\:ml-100 {
    margin-left: 100px;
  }

  .sm\:mt-118 {
    margin-top: 118px;
  }

  .sm\:mr-118 {
    margin-right: 118px;
  }

  .sm\:mb-118 {
    margin-bottom: 118px;
  }

  .sm\:ml-118 {
    margin-left: 118px;
  }

  .sm\:mt-130 {
    margin-top: 130px;
  }

  .sm\:mr-130 {
    margin-right: 130px;
  }

  .sm\:mb-130 {
    margin-bottom: 130px;
  }

  .sm\:ml-130 {
    margin-left: 130px;
  }

  .sm\:mt-150 {
    margin-top: 150px;
  }

  .sm\:mr-150 {
    margin-right: 150px;
  }

  .sm\:mb-150 {
    margin-bottom: 150px;
  }

  .sm\:ml-150 {
    margin-left: 150px;
  }

  .sm\:mt-180 {
    margin-top: 180px;
  }

  .sm\:mr-180 {
    margin-right: 180px;
  }

  .sm\:mb-180 {
    margin-bottom: 180px;
  }

  .sm\:ml-180 {
    margin-left: 180px;
  }

  .sm\:mt-213 {
    margin-top: 213px;
  }

  .sm\:mr-213 {
    margin-right: 213px;
  }

  .sm\:mb-213 {
    margin-bottom: 213px;
  }

  .sm\:ml-213 {
    margin-left: 213px;
  }

  .sm\:mt-225 {
    margin-top: 225px;
  }

  .sm\:mr-225 {
    margin-right: 225px;
  }

  .sm\:mb-225 {
    margin-bottom: 225px;
  }

  .sm\:ml-225 {
    margin-left: 225px;
  }

  .sm\:mt-250 {
    margin-top: 250px;
  }

  .sm\:mr-250 {
    margin-right: 250px;
  }

  .sm\:mb-250 {
    margin-bottom: 250px;
  }

  .sm\:ml-250 {
    margin-left: 250px;
  }

  .sm\:mt-300 {
    margin-top: 300px;
  }

  .sm\:mr-300 {
    margin-right: 300px;
  }

  .sm\:mb-300 {
    margin-bottom: 300px;
  }

  .sm\:ml-300 {
    margin-left: 300px;
  }

  .sm\:mt-320 {
    margin-top: 320px;
  }

  .sm\:mr-320 {
    margin-right: 320px;
  }

  .sm\:mb-320 {
    margin-bottom: 320px;
  }

  .sm\:ml-320 {
    margin-left: 320px;
  }

  .sm\:mt-345 {
    margin-top: 345px;
  }

  .sm\:mr-345 {
    margin-right: 345px;
  }

  .sm\:mb-345 {
    margin-bottom: 345px;
  }

  .sm\:ml-345 {
    margin-left: 345px;
  }

  .sm\:mt-485 {
    margin-top: 485px;
  }

  .sm\:mr-485 {
    margin-right: 485px;
  }

  .sm\:mb-485 {
    margin-bottom: 485px;
  }

  .sm\:ml-485 {
    margin-left: 485px;
  }

  .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-135 {
    margin-top: -135px;
  }

  .sm\:-mr-135 {
    margin-right: -135px;
  }

  .sm\:-mb-135 {
    margin-bottom: -135px;
  }

  .sm\:-ml-135 {
    margin-left: -135px;
  }

  .sm\:mt-0p {
    margin-top: 0%;
  }

  .sm\:mr-0p {
    margin-right: 0%;
  }

  .sm\:mb-0p {
    margin-bottom: 0%;
  }

  .sm\:ml-0p {
    margin-left: 0%;
  }

  .sm\:mt-5p {
    margin-top: 5%;
  }

  .sm\:mr-5p {
    margin-right: 5%;
  }

  .sm\:mb-5p {
    margin-bottom: 5%;
  }

  .sm\:ml-5p {
    margin-left: 5%;
  }

  .sm\:mt-10p {
    margin-top: 10%;
  }

  .sm\:mr-10p {
    margin-right: 10%;
  }

  .sm\:mb-10p {
    margin-bottom: 10%;
  }

  .sm\:ml-10p {
    margin-left: 10%;
  }

  .sm\:mt-15p {
    margin-top: 15%;
  }

  .sm\:mr-15p {
    margin-right: 15%;
  }

  .sm\:mb-15p {
    margin-bottom: 15%;
  }

  .sm\:ml-15p {
    margin-left: 15%;
  }

  .sm\:mt-20p {
    margin-top: 20%;
  }

  .sm\:mr-20p {
    margin-right: 20%;
  }

  .sm\:mb-20p {
    margin-bottom: 20%;
  }

  .sm\:ml-20p {
    margin-left: 20%;
  }

  .sm\:mt-25p {
    margin-top: 25%;
  }

  .sm\:mr-25p {
    margin-right: 25%;
  }

  .sm\:mb-25p {
    margin-bottom: 25%;
  }

  .sm\:ml-25p {
    margin-left: 25%;
  }

  .sm\:mt-30p {
    margin-top: 30%;
  }

  .sm\:mr-30p {
    margin-right: 30%;
  }

  .sm\:mb-30p {
    margin-bottom: 30%;
  }

  .sm\:ml-30p {
    margin-left: 30%;
  }

  .sm\:mt-35p {
    margin-top: 35%;
  }

  .sm\:mr-35p {
    margin-right: 35%;
  }

  .sm\:mb-35p {
    margin-bottom: 35%;
  }

  .sm\:ml-35p {
    margin-left: 35%;
  }

  .sm\:mt-40p {
    margin-top: 40%;
  }

  .sm\:mr-40p {
    margin-right: 40%;
  }

  .sm\:mb-40p {
    margin-bottom: 40%;
  }

  .sm\:ml-40p {
    margin-left: 40%;
  }

  .sm\:mt-45p {
    margin-top: 45%;
  }

  .sm\:mr-45p {
    margin-right: 45%;
  }

  .sm\:mb-45p {
    margin-bottom: 45%;
  }

  .sm\:ml-45p {
    margin-left: 45%;
  }

  .sm\:mt-50p {
    margin-top: 50%;
  }

  .sm\:mr-50p {
    margin-right: 50%;
  }

  .sm\:mb-50p {
    margin-bottom: 50%;
  }

  .sm\:ml-50p {
    margin-left: 50%;
  }

  .sm\:mt-55p {
    margin-top: 55%;
  }

  .sm\:mr-55p {
    margin-right: 55%;
  }

  .sm\:mb-55p {
    margin-bottom: 55%;
  }

  .sm\:ml-55p {
    margin-left: 55%;
  }

  .sm\:mt-60p {
    margin-top: 60%;
  }

  .sm\:mr-60p {
    margin-right: 60%;
  }

  .sm\:mb-60p {
    margin-bottom: 60%;
  }

  .sm\:ml-60p {
    margin-left: 60%;
  }

  .sm\:mt-65p {
    margin-top: 65%;
  }

  .sm\:mr-65p {
    margin-right: 65%;
  }

  .sm\:mb-65p {
    margin-bottom: 65%;
  }

  .sm\:ml-65p {
    margin-left: 65%;
  }

  .sm\:mt-70p {
    margin-top: 70%;
  }

  .sm\:mr-70p {
    margin-right: 70%;
  }

  .sm\:mb-70p {
    margin-bottom: 70%;
  }

  .sm\:ml-70p {
    margin-left: 70%;
  }

  .sm\:mt-75p {
    margin-top: 75%;
  }

  .sm\:mr-75p {
    margin-right: 75%;
  }

  .sm\:mb-75p {
    margin-bottom: 75%;
  }

  .sm\:ml-75p {
    margin-left: 75%;
  }

  .sm\:mt-80p {
    margin-top: 80%;
  }

  .sm\:mr-80p {
    margin-right: 80%;
  }

  .sm\:mb-80p {
    margin-bottom: 80%;
  }

  .sm\:ml-80p {
    margin-left: 80%;
  }

  .sm\:mt-85p {
    margin-top: 85%;
  }

  .sm\:mr-85p {
    margin-right: 85%;
  }

  .sm\:mb-85p {
    margin-bottom: 85%;
  }

  .sm\:ml-85p {
    margin-left: 85%;
  }

  .sm\:mt-90p {
    margin-top: 90%;
  }

  .sm\:mr-90p {
    margin-right: 90%;
  }

  .sm\:mb-90p {
    margin-bottom: 90%;
  }

  .sm\:ml-90p {
    margin-left: 90%;
  }

  .sm\:mt-95p {
    margin-top: 95%;
  }

  .sm\:mr-95p {
    margin-right: 95%;
  }

  .sm\:mb-95p {
    margin-bottom: 95%;
  }

  .sm\:ml-95p {
    margin-left: 95%;
  }

  .sm\:mt-100p {
    margin-top: 100%;
  }

  .sm\:mr-100p {
    margin-right: 100%;
  }

  .sm\:mb-100p {
    margin-bottom: 100%;
  }

  .sm\:ml-100p {
    margin-left: 100%;
  }

  .sm\:mt-66\.5p {
    margin-top: 66.5%;
  }

  .sm\:mr-66\.5p {
    margin-right: 66.5%;
  }

  .sm\:mb-66\.5p {
    margin-bottom: 66.5%;
  }

  .sm\:ml-66\.5p {
    margin-left: 66.5%;
  }

  .sm\:mt-67\.5p {
    margin-top: 67.5%;
  }

  .sm\:mr-67\.5p {
    margin-right: 67.5%;
  }

  .sm\:mb-67\.5p {
    margin-bottom: 67.5%;
  }

  .sm\:ml-67\.5p {
    margin-left: 67.5%;
  }

  .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-3 {
    margin-top: -3px;
  }

  .sm\:-mr-3 {
    margin-right: -3px;
  }

  .sm\:-mb-3 {
    margin-bottom: -3px;
  }

  .sm\:-ml-3 {
    margin-left: -3px;
  }

  .sm\:-mt-5 {
    margin-top: -5px;
  }

  .sm\:-mr-5 {
    margin-right: -5px;
  }

  .sm\:-mb-5 {
    margin-bottom: -5px;
  }

  .sm\:-ml-5 {
    margin-left: -5px;
  }

  .sm\:-mt-8 {
    margin-top: -8px;
  }

  .sm\:-mr-8 {
    margin-right: -8px;
  }

  .sm\:-mb-8 {
    margin-bottom: -8px;
  }

  .sm\:-ml-8 {
    margin-left: -8px;
  }

  .sm\:-mt-10 {
    margin-top: -10px;
  }

  .sm\:-mr-10 {
    margin-right: -10px;
  }

  .sm\:-mb-10 {
    margin-bottom: -10px;
  }

  .sm\:-ml-10 {
    margin-left: -10px;
  }

  .sm\:-mt-12 {
    margin-top: -12px;
  }

  .sm\:-mr-12 {
    margin-right: -12px;
  }

  .sm\:-mb-12 {
    margin-bottom: -12px;
  }

  .sm\:-ml-12 {
    margin-left: -12px;
  }

  .sm\:-mt-14 {
    margin-top: -14px;
  }

  .sm\:-mr-14 {
    margin-right: -14px;
  }

  .sm\:-mb-14 {
    margin-bottom: -14px;
  }

  .sm\:-ml-14 {
    margin-left: -14px;
  }

  .sm\:-mt-15 {
    margin-top: -15px;
  }

  .sm\:-mr-15 {
    margin-right: -15px;
  }

  .sm\:-mb-15 {
    margin-bottom: -15px;
  }

  .sm\:-ml-15 {
    margin-left: -15px;
  }

  .sm\:-mt-16 {
    margin-top: -16px;
  }

  .sm\:-mr-16 {
    margin-right: -16px;
  }

  .sm\:-mb-16 {
    margin-bottom: -16px;
  }

  .sm\:-ml-16 {
    margin-left: -16px;
  }

  .sm\:-mt-20 {
    margin-top: -20px;
  }

  .sm\:-mr-20 {
    margin-right: -20px;
  }

  .sm\:-mb-20 {
    margin-bottom: -20px;
  }

  .sm\:-ml-20 {
    margin-left: -20px;
  }

  .sm\:-mt-24 {
    margin-top: -24px;
  }

  .sm\:-mr-24 {
    margin-right: -24px;
  }

  .sm\:-mb-24 {
    margin-bottom: -24px;
  }

  .sm\:-ml-24 {
    margin-left: -24px;
  }

  .sm\:-mt-28 {
    margin-top: -28px;
  }

  .sm\:-mr-28 {
    margin-right: -28px;
  }

  .sm\:-mb-28 {
    margin-bottom: -28px;
  }

  .sm\:-ml-28 {
    margin-left: -28px;
  }

  .sm\:-mt-29 {
    margin-top: -29px;
  }

  .sm\:-mr-29 {
    margin-right: -29px;
  }

  .sm\:-mb-29 {
    margin-bottom: -29px;
  }

  .sm\:-ml-29 {
    margin-left: -29px;
  }

  .sm\:-mt-30 {
    margin-top: -30px;
  }

  .sm\:-mr-30 {
    margin-right: -30px;
  }

  .sm\:-mb-30 {
    margin-bottom: -30px;
  }

  .sm\:-ml-30 {
    margin-left: -30px;
  }

  .sm\:-mt-32 {
    margin-top: -32px;
  }

  .sm\:-mr-32 {
    margin-right: -32px;
  }

  .sm\:-mb-32 {
    margin-bottom: -32px;
  }

  .sm\:-ml-32 {
    margin-left: -32px;
  }

  .sm\:-mt-35 {
    margin-top: -35px;
  }

  .sm\:-mr-35 {
    margin-right: -35px;
  }

  .sm\:-mb-35 {
    margin-bottom: -35px;
  }

  .sm\:-ml-35 {
    margin-left: -35px;
  }

  .sm\:-mt-36 {
    margin-top: -36px;
  }

  .sm\:-mr-36 {
    margin-right: -36px;
  }

  .sm\:-mb-36 {
    margin-bottom: -36px;
  }

  .sm\:-ml-36 {
    margin-left: -36px;
  }

  .sm\:-mt-37 {
    margin-top: -37px;
  }

  .sm\:-mr-37 {
    margin-right: -37px;
  }

  .sm\:-mb-37 {
    margin-bottom: -37px;
  }

  .sm\:-ml-37 {
    margin-left: -37px;
  }

  .sm\:-mt-39 {
    margin-top: -39px;
  }

  .sm\:-mr-39 {
    margin-right: -39px;
  }

  .sm\:-mb-39 {
    margin-bottom: -39px;
  }

  .sm\:-ml-39 {
    margin-left: -39px;
  }

  .sm\:-mt-40 {
    margin-top: -40px;
  }

  .sm\:-mr-40 {
    margin-right: -40px;
  }

  .sm\:-mb-40 {
    margin-bottom: -40px;
  }

  .sm\:-ml-40 {
    margin-left: -40px;
  }

  .sm\:-mt-47 {
    margin-top: -47px;
  }

  .sm\:-mr-47 {
    margin-right: -47px;
  }

  .sm\:-mb-47 {
    margin-bottom: -47px;
  }

  .sm\:-ml-47 {
    margin-left: -47px;
  }

  .sm\:-mt-50 {
    margin-top: -50px;
  }

  .sm\:-mr-50 {
    margin-right: -50px;
  }

  .sm\:-mb-50 {
    margin-bottom: -50px;
  }

  .sm\:-ml-50 {
    margin-left: -50px;
  }

  .sm\:-mt-56 {
    margin-top: -56px;
  }

  .sm\:-mr-56 {
    margin-right: -56px;
  }

  .sm\:-mb-56 {
    margin-bottom: -56px;
  }

  .sm\:-ml-56 {
    margin-left: -56px;
  }

  .sm\:-mt-64 {
    margin-top: -64px;
  }

  .sm\:-mr-64 {
    margin-right: -64px;
  }

  .sm\:-mb-64 {
    margin-bottom: -64px;
  }

  .sm\:-ml-64 {
    margin-left: -64px;
  }

  .sm\:-mt-70 {
    margin-top: -70px;
  }

  .sm\:-mr-70 {
    margin-right: -70px;
  }

  .sm\:-mb-70 {
    margin-bottom: -70px;
  }

  .sm\:-ml-70 {
    margin-left: -70px;
  }

  .sm\:-mt-72 {
    margin-top: -72px;
  }

  .sm\:-mr-72 {
    margin-right: -72px;
  }

  .sm\:-mb-72 {
    margin-bottom: -72px;
  }

  .sm\:-ml-72 {
    margin-left: -72px;
  }

  .sm\:-mt-75 {
    margin-top: -75px;
  }

  .sm\:-mr-75 {
    margin-right: -75px;
  }

  .sm\:-mb-75 {
    margin-bottom: -75px;
  }

  .sm\:-ml-75 {
    margin-left: -75px;
  }

  .sm\:-mt-80 {
    margin-top: -80px;
  }

  .sm\:-mr-80 {
    margin-right: -80px;
  }

  .sm\:-mb-80 {
    margin-bottom: -80px;
  }

  .sm\:-ml-80 {
    margin-left: -80px;
  }

  .sm\:-mt-83 {
    margin-top: -83px;
  }

  .sm\:-mr-83 {
    margin-right: -83px;
  }

  .sm\:-mb-83 {
    margin-bottom: -83px;
  }

  .sm\:-ml-83 {
    margin-left: -83px;
  }

  .sm\:-mt-100 {
    margin-top: -100px;
  }

  .sm\:-mr-100 {
    margin-right: -100px;
  }

  .sm\:-mb-100 {
    margin-bottom: -100px;
  }

  .sm\:-ml-100 {
    margin-left: -100px;
  }

  .sm\:-mt-118 {
    margin-top: -118px;
  }

  .sm\:-mr-118 {
    margin-right: -118px;
  }

  .sm\:-mb-118 {
    margin-bottom: -118px;
  }

  .sm\:-ml-118 {
    margin-left: -118px;
  }

  .sm\:-mt-130 {
    margin-top: -130px;
  }

  .sm\:-mr-130 {
    margin-right: -130px;
  }

  .sm\:-mb-130 {
    margin-bottom: -130px;
  }

  .sm\:-ml-130 {
    margin-left: -130px;
  }

  .sm\:-mt-150 {
    margin-top: -150px;
  }

  .sm\:-mr-150 {
    margin-right: -150px;
  }

  .sm\:-mb-150 {
    margin-bottom: -150px;
  }

  .sm\:-ml-150 {
    margin-left: -150px;
  }

  .sm\:-mt-180 {
    margin-top: -180px;
  }

  .sm\:-mr-180 {
    margin-right: -180px;
  }

  .sm\:-mb-180 {
    margin-bottom: -180px;
  }

  .sm\:-ml-180 {
    margin-left: -180px;
  }

  .sm\:-mt-213 {
    margin-top: -213px;
  }

  .sm\:-mr-213 {
    margin-right: -213px;
  }

  .sm\:-mb-213 {
    margin-bottom: -213px;
  }

  .sm\:-ml-213 {
    margin-left: -213px;
  }

  .sm\:-mt-225 {
    margin-top: -225px;
  }

  .sm\:-mr-225 {
    margin-right: -225px;
  }

  .sm\:-mb-225 {
    margin-bottom: -225px;
  }

  .sm\:-ml-225 {
    margin-left: -225px;
  }

  .sm\:-mt-250 {
    margin-top: -250px;
  }

  .sm\:-mr-250 {
    margin-right: -250px;
  }

  .sm\:-mb-250 {
    margin-bottom: -250px;
  }

  .sm\:-ml-250 {
    margin-left: -250px;
  }

  .sm\:-mt-300 {
    margin-top: -300px;
  }

  .sm\:-mr-300 {
    margin-right: -300px;
  }

  .sm\:-mb-300 {
    margin-bottom: -300px;
  }

  .sm\:-ml-300 {
    margin-left: -300px;
  }

  .sm\:-mt-320 {
    margin-top: -320px;
  }

  .sm\:-mr-320 {
    margin-right: -320px;
  }

  .sm\:-mb-320 {
    margin-bottom: -320px;
  }

  .sm\:-ml-320 {
    margin-left: -320px;
  }

  .sm\:-mt-345 {
    margin-top: -345px;
  }

  .sm\:-mr-345 {
    margin-right: -345px;
  }

  .sm\:-mb-345 {
    margin-bottom: -345px;
  }

  .sm\:-ml-345 {
    margin-left: -345px;
  }

  .sm\:-mt-485 {
    margin-top: -485px;
  }

  .sm\:-mr-485 {
    margin-right: -485px;
  }

  .sm\:-mb-485 {
    margin-bottom: -485px;
  }

  .sm\:-ml-485 {
    margin-left: -485px;
  }

  .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--135 {
    margin-top: 135px;
  }

  .sm\:-mr--135 {
    margin-right: 135px;
  }

  .sm\:-mb--135 {
    margin-bottom: 135px;
  }

  .sm\:-ml--135 {
    margin-left: 135px;
  }

  .sm\:-mt-0p {
    margin-top: 0%;
  }

  .sm\:-mr-0p {
    margin-right: 0%;
  }

  .sm\:-mb-0p {
    margin-bottom: 0%;
  }

  .sm\:-ml-0p {
    margin-left: 0%;
  }

  .sm\:-mt-5p {
    margin-top: -5%;
  }

  .sm\:-mr-5p {
    margin-right: -5%;
  }

  .sm\:-mb-5p {
    margin-bottom: -5%;
  }

  .sm\:-ml-5p {
    margin-left: -5%;
  }

  .sm\:-mt-10p {
    margin-top: -10%;
  }

  .sm\:-mr-10p {
    margin-right: -10%;
  }

  .sm\:-mb-10p {
    margin-bottom: -10%;
  }

  .sm\:-ml-10p {
    margin-left: -10%;
  }

  .sm\:-mt-15p {
    margin-top: -15%;
  }

  .sm\:-mr-15p {
    margin-right: -15%;
  }

  .sm\:-mb-15p {
    margin-bottom: -15%;
  }

  .sm\:-ml-15p {
    margin-left: -15%;
  }

  .sm\:-mt-20p {
    margin-top: -20%;
  }

  .sm\:-mr-20p {
    margin-right: -20%;
  }

  .sm\:-mb-20p {
    margin-bottom: -20%;
  }

  .sm\:-ml-20p {
    margin-left: -20%;
  }

  .sm\:-mt-25p {
    margin-top: -25%;
  }

  .sm\:-mr-25p {
    margin-right: -25%;
  }

  .sm\:-mb-25p {
    margin-bottom: -25%;
  }

  .sm\:-ml-25p {
    margin-left: -25%;
  }

  .sm\:-mt-30p {
    margin-top: -30%;
  }

  .sm\:-mr-30p {
    margin-right: -30%;
  }

  .sm\:-mb-30p {
    margin-bottom: -30%;
  }

  .sm\:-ml-30p {
    margin-left: -30%;
  }

  .sm\:-mt-35p {
    margin-top: -35%;
  }

  .sm\:-mr-35p {
    margin-right: -35%;
  }

  .sm\:-mb-35p {
    margin-bottom: -35%;
  }

  .sm\:-ml-35p {
    margin-left: -35%;
  }

  .sm\:-mt-40p {
    margin-top: -40%;
  }

  .sm\:-mr-40p {
    margin-right: -40%;
  }

  .sm\:-mb-40p {
    margin-bottom: -40%;
  }

  .sm\:-ml-40p {
    margin-left: -40%;
  }

  .sm\:-mt-45p {
    margin-top: -45%;
  }

  .sm\:-mr-45p {
    margin-right: -45%;
  }

  .sm\:-mb-45p {
    margin-bottom: -45%;
  }

  .sm\:-ml-45p {
    margin-left: -45%;
  }

  .sm\:-mt-50p {
    margin-top: -50%;
  }

  .sm\:-mr-50p {
    margin-right: -50%;
  }

  .sm\:-mb-50p {
    margin-bottom: -50%;
  }

  .sm\:-ml-50p {
    margin-left: -50%;
  }

  .sm\:-mt-55p {
    margin-top: -55%;
  }

  .sm\:-mr-55p {
    margin-right: -55%;
  }

  .sm\:-mb-55p {
    margin-bottom: -55%;
  }

  .sm\:-ml-55p {
    margin-left: -55%;
  }

  .sm\:-mt-60p {
    margin-top: -60%;
  }

  .sm\:-mr-60p {
    margin-right: -60%;
  }

  .sm\:-mb-60p {
    margin-bottom: -60%;
  }

  .sm\:-ml-60p {
    margin-left: -60%;
  }

  .sm\:-mt-65p {
    margin-top: -65%;
  }

  .sm\:-mr-65p {
    margin-right: -65%;
  }

  .sm\:-mb-65p {
    margin-bottom: -65%;
  }

  .sm\:-ml-65p {
    margin-left: -65%;
  }

  .sm\:-mt-70p {
    margin-top: -70%;
  }

  .sm\:-mr-70p {
    margin-right: -70%;
  }

  .sm\:-mb-70p {
    margin-bottom: -70%;
  }

  .sm\:-ml-70p {
    margin-left: -70%;
  }

  .sm\:-mt-75p {
    margin-top: -75%;
  }

  .sm\:-mr-75p {
    margin-right: -75%;
  }

  .sm\:-mb-75p {
    margin-bottom: -75%;
  }

  .sm\:-ml-75p {
    margin-left: -75%;
  }

  .sm\:-mt-80p {
    margin-top: -80%;
  }

  .sm\:-mr-80p {
    margin-right: -80%;
  }

  .sm\:-mb-80p {
    margin-bottom: -80%;
  }

  .sm\:-ml-80p {
    margin-left: -80%;
  }

  .sm\:-mt-85p {
    margin-top: -85%;
  }

  .sm\:-mr-85p {
    margin-right: -85%;
  }

  .sm\:-mb-85p {
    margin-bottom: -85%;
  }

  .sm\:-ml-85p {
    margin-left: -85%;
  }

  .sm\:-mt-90p {
    margin-top: -90%;
  }

  .sm\:-mr-90p {
    margin-right: -90%;
  }

  .sm\:-mb-90p {
    margin-bottom: -90%;
  }

  .sm\:-ml-90p {
    margin-left: -90%;
  }

  .sm\:-mt-95p {
    margin-top: -95%;
  }

  .sm\:-mr-95p {
    margin-right: -95%;
  }

  .sm\:-mb-95p {
    margin-bottom: -95%;
  }

  .sm\:-ml-95p {
    margin-left: -95%;
  }

  .sm\:-mt-100p {
    margin-top: -100%;
  }

  .sm\:-mr-100p {
    margin-right: -100%;
  }

  .sm\:-mb-100p {
    margin-bottom: -100%;
  }

  .sm\:-ml-100p {
    margin-left: -100%;
  }

  .sm\:-mt-66\.5p {
    margin-top: -66.5%;
  }

  .sm\:-mr-66\.5p {
    margin-right: -66.5%;
  }

  .sm\:-mb-66\.5p {
    margin-bottom: -66.5%;
  }

  .sm\:-ml-66\.5p {
    margin-left: -66.5%;
  }

  .sm\:-mt-67\.5p {
    margin-top: -67.5%;
  }

  .sm\:-mr-67\.5p {
    margin-right: -67.5%;
  }

  .sm\:-mb-67\.5p {
    margin-bottom: -67.5%;
  }

  .sm\:-ml-67\.5p {
    margin-left: -67.5%;
  }

  .sm\:max-h-0 {
    max-height: 0px;
  }

  .sm\:max-h-3 {
    max-height: 3px;
  }

  .sm\:max-h-5 {
    max-height: 5px;
  }

  .sm\:max-h-8 {
    max-height: 8px;
  }

  .sm\:max-h-10 {
    max-height: 10px;
  }

  .sm\:max-h-12 {
    max-height: 12px;
  }

  .sm\:max-h-14 {
    max-height: 14px;
  }

  .sm\:max-h-15 {
    max-height: 15px;
  }

  .sm\:max-h-16 {
    max-height: 16px;
  }

  .sm\:max-h-20 {
    max-height: 20px;
  }

  .sm\:max-h-24 {
    max-height: 24px;
  }

  .sm\:max-h-28 {
    max-height: 28px;
  }

  .sm\:max-h-29 {
    max-height: 29px;
  }

  .sm\:max-h-30 {
    max-height: 30px;
  }

  .sm\:max-h-32 {
    max-height: 32px;
  }

  .sm\:max-h-35 {
    max-height: 35px;
  }

  .sm\:max-h-36 {
    max-height: 36px;
  }

  .sm\:max-h-37 {
    max-height: 37px;
  }

  .sm\:max-h-39 {
    max-height: 39px;
  }

  .sm\:max-h-40 {
    max-height: 40px;
  }

  .sm\:max-h-47 {
    max-height: 47px;
  }

  .sm\:max-h-50 {
    max-height: 50px;
  }

  .sm\:max-h-56 {
    max-height: 56px;
  }

  .sm\:max-h-64 {
    max-height: 64px;
  }

  .sm\:max-h-70 {
    max-height: 70px;
  }

  .sm\:max-h-72 {
    max-height: 72px;
  }

  .sm\:max-h-75 {
    max-height: 75px;
  }

  .sm\:max-h-80 {
    max-height: 80px;
  }

  .sm\:max-h-83 {
    max-height: 83px;
  }

  .sm\:max-h-100 {
    max-height: 100px;
  }

  .sm\:max-h-118 {
    max-height: 118px;
  }

  .sm\:max-h-130 {
    max-height: 130px;
  }

  .sm\:max-h-150 {
    max-height: 150px;
  }

  .sm\:max-h-180 {
    max-height: 180px;
  }

  .sm\:max-h-213 {
    max-height: 213px;
  }

  .sm\:max-h-225 {
    max-height: 225px;
  }

  .sm\:max-h-250 {
    max-height: 250px;
  }

  .sm\:max-h-300 {
    max-height: 300px;
  }

  .sm\:max-h-320 {
    max-height: 320px;
  }

  .sm\:max-h-345 {
    max-height: 345px;
  }

  .sm\:max-h-485 {
    max-height: 485px;
  }

  .sm\:max-h-px {
    max-height: 1px;
  }

  .sm\:-max-h-135 {
    max-height: -135px;
  }

  .sm\:max-h-0p {
    max-height: 0%;
  }

  .sm\:max-h-5p {
    max-height: 5%;
  }

  .sm\:max-h-10p {
    max-height: 10%;
  }

  .sm\:max-h-15p {
    max-height: 15%;
  }

  .sm\:max-h-20p {
    max-height: 20%;
  }

  .sm\:max-h-25p {
    max-height: 25%;
  }

  .sm\:max-h-30p {
    max-height: 30%;
  }

  .sm\:max-h-35p {
    max-height: 35%;
  }

  .sm\:max-h-40p {
    max-height: 40%;
  }

  .sm\:max-h-45p {
    max-height: 45%;
  }

  .sm\:max-h-50p {
    max-height: 50%;
  }

  .sm\:max-h-55p {
    max-height: 55%;
  }

  .sm\:max-h-60p {
    max-height: 60%;
  }

  .sm\:max-h-65p {
    max-height: 65%;
  }

  .sm\:max-h-70p {
    max-height: 70%;
  }

  .sm\:max-h-75p {
    max-height: 75%;
  }

  .sm\:max-h-80p {
    max-height: 80%;
  }

  .sm\:max-h-85p {
    max-height: 85%;
  }

  .sm\:max-h-90p {
    max-height: 90%;
  }

  .sm\:max-h-95p {
    max-height: 95%;
  }

  .sm\:max-h-100p {
    max-height: 100%;
  }

  .sm\:max-h-66\.5p {
    max-height: 66.5%;
  }

  .sm\:max-h-67\.5p {
    max-height: 67.5%;
  }

  .sm\:max-h-full {
    max-height: 100%;
  }

  .sm\:max-h-screen {
    max-height: 100vh;
  }

  .sm\:max-w-0 {
    max-width: 0rem;
  }

  .sm\:max-w-570 {
    max-width: 570px;
  }

  .sm\:max-w-670 {
    max-width: 670px;
  }

  .sm\:max-w-700 {
    max-width: 700px;
  }

  .sm\:max-w-770 {
    max-width: 770px;
  }

  .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: 640px;
  }

  .sm\:max-w-screen-md {
    max-width: 768px;
  }

  .sm\:max-w-screen-lg {
    max-width: 1024px;
  }

  .sm\:max-w-screen-xl {
    max-width: 1280px;
  }

  .sm\:max-w-screen-xxl {
    max-width: 2180px;
  }

  .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-600 {
    min-width: 600px;
  }

  .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\: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-20 {
    opacity: 0.2;
  }

  .sm\:opacity-25 {
    opacity: 0.25;
  }

  .sm\:opacity-30 {
    opacity: 0.3;
  }

  .sm\:opacity-40 {
    opacity: 0.4;
  }

  .sm\:opacity-50 {
    opacity: 0.5;
  }

  .sm\:opacity-60 {
    opacity: 0.6;
  }

  .sm\:opacity-70 {
    opacity: 0.7;
  }

  .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-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-50 {
    opacity: 0.5;
  }

  .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-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-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-50:focus-within {
    opacity: 0.5;
  }

  .sm\:focus-within\:opacity-60:focus-within {
    opacity: 0.6;
  }

  .sm\:focus-within\:opacity-70:focus-within {
    opacity: 0.7;
  }

  .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-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-50:hover {
    opacity: 0.5;
  }

  .sm\:hover\:opacity-60:hover {
    opacity: 0.6;
  }

  .sm\:hover\:opacity-70:hover {
    opacity: 0.7;
  }

  .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-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-50:focus {
    opacity: 0.5;
  }

  .sm\:focus\:opacity-60:focus {
    opacity: 0.6;
  }

  .sm\:focus\:opacity-70:focus {
    opacity: 0.7;
  }

  .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-3 {
    padding: 3px;
  }

  .sm\:p-5 {
    padding: 5px;
  }

  .sm\:p-8 {
    padding: 8px;
  }

  .sm\:p-10 {
    padding: 10px;
  }

  .sm\:p-12 {
    padding: 12px;
  }

  .sm\:p-14 {
    padding: 14px;
  }

  .sm\:p-15 {
    padding: 15px;
  }

  .sm\:p-16 {
    padding: 16px;
  }

  .sm\:p-20 {
    padding: 20px;
  }

  .sm\:p-24 {
    padding: 24px;
  }

  .sm\:p-28 {
    padding: 28px;
  }

  .sm\:p-29 {
    padding: 29px;
  }

  .sm\:p-30 {
    padding: 30px;
  }

  .sm\:p-32 {
    padding: 32px;
  }

  .sm\:p-35 {
    padding: 35px;
  }

  .sm\:p-36 {
    padding: 36px;
  }

  .sm\:p-37 {
    padding: 37px;
  }

  .sm\:p-39 {
    padding: 39px;
  }

  .sm\:p-40 {
    padding: 40px;
  }

  .sm\:p-47 {
    padding: 47px;
  }

  .sm\:p-50 {
    padding: 50px;
  }

  .sm\:p-56 {
    padding: 56px;
  }

  .sm\:p-64 {
    padding: 64px;
  }

  .sm\:p-70 {
    padding: 70px;
  }

  .sm\:p-72 {
    padding: 72px;
  }

  .sm\:p-75 {
    padding: 75px;
  }

  .sm\:p-80 {
    padding: 80px;
  }

  .sm\:p-83 {
    padding: 83px;
  }

  .sm\:p-100 {
    padding: 100px;
  }

  .sm\:p-118 {
    padding: 118px;
  }

  .sm\:p-130 {
    padding: 130px;
  }

  .sm\:p-150 {
    padding: 150px;
  }

  .sm\:p-180 {
    padding: 180px;
  }

  .sm\:p-213 {
    padding: 213px;
  }

  .sm\:p-225 {
    padding: 225px;
  }

  .sm\:p-250 {
    padding: 250px;
  }

  .sm\:p-300 {
    padding: 300px;
  }

  .sm\:p-320 {
    padding: 320px;
  }

  .sm\:p-345 {
    padding: 345px;
  }

  .sm\:p-485 {
    padding: 485px;
  }

  .sm\:p-px {
    padding: 1px;
  }

  .sm\:-p-135 {
    padding: -135px;
  }

  .sm\:p-0p {
    padding: 0%;
  }

  .sm\:p-5p {
    padding: 5%;
  }

  .sm\:p-10p {
    padding: 10%;
  }

  .sm\:p-15p {
    padding: 15%;
  }

  .sm\:p-20p {
    padding: 20%;
  }

  .sm\:p-25p {
    padding: 25%;
  }

  .sm\:p-30p {
    padding: 30%;
  }

  .sm\:p-35p {
    padding: 35%;
  }

  .sm\:p-40p {
    padding: 40%;
  }

  .sm\:p-45p {
    padding: 45%;
  }

  .sm\:p-50p {
    padding: 50%;
  }

  .sm\:p-55p {
    padding: 55%;
  }

  .sm\:p-60p {
    padding: 60%;
  }

  .sm\:p-65p {
    padding: 65%;
  }

  .sm\:p-70p {
    padding: 70%;
  }

  .sm\:p-75p {
    padding: 75%;
  }

  .sm\:p-80p {
    padding: 80%;
  }

  .sm\:p-85p {
    padding: 85%;
  }

  .sm\:p-90p {
    padding: 90%;
  }

  .sm\:p-95p {
    padding: 95%;
  }

  .sm\:p-100p {
    padding: 100%;
  }

  .sm\:p-66\.5p {
    padding: 66.5%;
  }

  .sm\:p-67\.5p {
    padding: 67.5%;
  }

  .sm\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .sm\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .sm\:py-3 {
    padding-top: 3px;
    padding-bottom: 3px;
  }

  .sm\:px-3 {
    padding-left: 3px;
    padding-right: 3px;
  }

  .sm\:py-5 {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .sm\:px-5 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .sm\:py-8 {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .sm\:px-8 {
    padding-left: 8px;
    padding-right: 8px;
  }

  .sm\:py-10 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .sm\:px-10 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .sm\:py-12 {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .sm\:px-12 {
    padding-left: 12px;
    padding-right: 12px;
  }

  .sm\:py-14 {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .sm\:px-14 {
    padding-left: 14px;
    padding-right: 14px;
  }

  .sm\:py-15 {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .sm\:px-15 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .sm\:py-16 {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .sm\:px-16 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .sm\:py-20 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .sm\:px-20 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .sm\:py-24 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .sm\:px-24 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .sm\:py-28 {
    padding-top: 28px;
    padding-bottom: 28px;
  }

  .sm\:px-28 {
    padding-left: 28px;
    padding-right: 28px;
  }

  .sm\:py-29 {
    padding-top: 29px;
    padding-bottom: 29px;
  }

  .sm\:px-29 {
    padding-left: 29px;
    padding-right: 29px;
  }

  .sm\:py-30 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .sm\:px-30 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .sm\:py-32 {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .sm\:px-32 {
    padding-left: 32px;
    padding-right: 32px;
  }

  .sm\:py-35 {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .sm\:px-35 {
    padding-left: 35px;
    padding-right: 35px;
  }

  .sm\:py-36 {
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .sm\:px-36 {
    padding-left: 36px;
    padding-right: 36px;
  }

  .sm\:py-37 {
    padding-top: 37px;
    padding-bottom: 37px;
  }

  .sm\:px-37 {
    padding-left: 37px;
    padding-right: 37px;
  }

  .sm\:py-39 {
    padding-top: 39px;
    padding-bottom: 39px;
  }

  .sm\:px-39 {
    padding-left: 39px;
    padding-right: 39px;
  }

  .sm\:py-40 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .sm\:px-40 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .sm\:py-47 {
    padding-top: 47px;
    padding-bottom: 47px;
  }

  .sm\:px-47 {
    padding-left: 47px;
    padding-right: 47px;
  }

  .sm\:py-50 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .sm\:px-50 {
    padding-left: 50px;
    padding-right: 50px;
  }

  .sm\:py-56 {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .sm\:px-56 {
    padding-left: 56px;
    padding-right: 56px;
  }

  .sm\:py-64 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .sm\:px-64 {
    padding-left: 64px;
    padding-right: 64px;
  }

  .sm\:py-70 {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .sm\:px-70 {
    padding-left: 70px;
    padding-right: 70px;
  }

  .sm\:py-72 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .sm\:px-72 {
    padding-left: 72px;
    padding-right: 72px;
  }

  .sm\:py-75 {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .sm\:px-75 {
    padding-left: 75px;
    padding-right: 75px;
  }

  .sm\:py-80 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .sm\:px-80 {
    padding-left: 80px;
    padding-right: 80px;
  }

  .sm\:py-83 {
    padding-top: 83px;
    padding-bottom: 83px;
  }

  .sm\:px-83 {
    padding-left: 83px;
    padding-right: 83px;
  }

  .sm\:py-100 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .sm\:px-100 {
    padding-left: 100px;
    padding-right: 100px;
  }

  .sm\:py-118 {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .sm\:px-118 {
    padding-left: 118px;
    padding-right: 118px;
  }

  .sm\:py-130 {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .sm\:px-130 {
    padding-left: 130px;
    padding-right: 130px;
  }

  .sm\:py-150 {
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .sm\:px-150 {
    padding-left: 150px;
    padding-right: 150px;
  }

  .sm\:py-180 {
    padding-top: 180px;
    padding-bottom: 180px;
  }

  .sm\:px-180 {
    padding-left: 180px;
    padding-right: 180px;
  }

  .sm\:py-213 {
    padding-top: 213px;
    padding-bottom: 213px;
  }

  .sm\:px-213 {
    padding-left: 213px;
    padding-right: 213px;
  }

  .sm\:py-225 {
    padding-top: 225px;
    padding-bottom: 225px;
  }

  .sm\:px-225 {
    padding-left: 225px;
    padding-right: 225px;
  }

  .sm\:py-250 {
    padding-top: 250px;
    padding-bottom: 250px;
  }

  .sm\:px-250 {
    padding-left: 250px;
    padding-right: 250px;
  }

  .sm\:py-300 {
    padding-top: 300px;
    padding-bottom: 300px;
  }

  .sm\:px-300 {
    padding-left: 300px;
    padding-right: 300px;
  }

  .sm\:py-320 {
    padding-top: 320px;
    padding-bottom: 320px;
  }

  .sm\:px-320 {
    padding-left: 320px;
    padding-right: 320px;
  }

  .sm\:py-345 {
    padding-top: 345px;
    padding-bottom: 345px;
  }

  .sm\:px-345 {
    padding-left: 345px;
    padding-right: 345px;
  }

  .sm\:py-485 {
    padding-top: 485px;
    padding-bottom: 485px;
  }

  .sm\:px-485 {
    padding-left: 485px;
    padding-right: 485px;
  }

  .sm\:py-px {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .sm\:px-px {
    padding-left: 1px;
    padding-right: 1px;
  }

  .sm\:-py-135 {
    padding-top: -135px;
    padding-bottom: -135px;
  }

  .sm\:-px-135 {
    padding-left: -135px;
    padding-right: -135px;
  }

  .sm\:py-0p {
    padding-top: 0%;
    padding-bottom: 0%;
  }

  .sm\:px-0p {
    padding-left: 0%;
    padding-right: 0%;
  }

  .sm\:py-5p {
    padding-top: 5%;
    padding-bottom: 5%;
  }

  .sm\:px-5p {
    padding-left: 5%;
    padding-right: 5%;
  }

  .sm\:py-10p {
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .sm\:px-10p {
    padding-left: 10%;
    padding-right: 10%;
  }

  .sm\:py-15p {
    padding-top: 15%;
    padding-bottom: 15%;
  }

  .sm\:px-15p {
    padding-left: 15%;
    padding-right: 15%;
  }

  .sm\:py-20p {
    padding-top: 20%;
    padding-bottom: 20%;
  }

  .sm\:px-20p {
    padding-left: 20%;
    padding-right: 20%;
  }

  .sm\:py-25p {
    padding-top: 25%;
    padding-bottom: 25%;
  }

  .sm\:px-25p {
    padding-left: 25%;
    padding-right: 25%;
  }

  .sm\:py-30p {
    padding-top: 30%;
    padding-bottom: 30%;
  }

  .sm\:px-30p {
    padding-left: 30%;
    padding-right: 30%;
  }

  .sm\:py-35p {
    padding-top: 35%;
    padding-bottom: 35%;
  }

  .sm\:px-35p {
    padding-left: 35%;
    padding-right: 35%;
  }

  .sm\:py-40p {
    padding-top: 40%;
    padding-bottom: 40%;
  }

  .sm\:px-40p {
    padding-left: 40%;
    padding-right: 40%;
  }

  .sm\:py-45p {
    padding-top: 45%;
    padding-bottom: 45%;
  }

  .sm\:px-45p {
    padding-left: 45%;
    padding-right: 45%;
  }

  .sm\:py-50p {
    padding-top: 50%;
    padding-bottom: 50%;
  }

  .sm\:px-50p {
    padding-left: 50%;
    padding-right: 50%;
  }

  .sm\:py-55p {
    padding-top: 55%;
    padding-bottom: 55%;
  }

  .sm\:px-55p {
    padding-left: 55%;
    padding-right: 55%;
  }

  .sm\:py-60p {
    padding-top: 60%;
    padding-bottom: 60%;
  }

  .sm\:px-60p {
    padding-left: 60%;
    padding-right: 60%;
  }

  .sm\:py-65p {
    padding-top: 65%;
    padding-bottom: 65%;
  }

  .sm\:px-65p {
    padding-left: 65%;
    padding-right: 65%;
  }

  .sm\:py-70p {
    padding-top: 70%;
    padding-bottom: 70%;
  }

  .sm\:px-70p {
    padding-left: 70%;
    padding-right: 70%;
  }

  .sm\:py-75p {
    padding-top: 75%;
    padding-bottom: 75%;
  }

  .sm\:px-75p {
    padding-left: 75%;
    padding-right: 75%;
  }

  .sm\:py-80p {
    padding-top: 80%;
    padding-bottom: 80%;
  }

  .sm\:px-80p {
    padding-left: 80%;
    padding-right: 80%;
  }

  .sm\:py-85p {
    padding-top: 85%;
    padding-bottom: 85%;
  }

  .sm\:px-85p {
    padding-left: 85%;
    padding-right: 85%;
  }

  .sm\:py-90p {
    padding-top: 90%;
    padding-bottom: 90%;
  }

  .sm\:px-90p {
    padding-left: 90%;
    padding-right: 90%;
  }

  .sm\:py-95p {
    padding-top: 95%;
    padding-bottom: 95%;
  }

  .sm\:px-95p {
    padding-left: 95%;
    padding-right: 95%;
  }

  .sm\:py-100p {
    padding-top: 100%;
    padding-bottom: 100%;
  }

  .sm\:px-100p {
    padding-left: 100%;
    padding-right: 100%;
  }

  .sm\:py-66\.5p {
    padding-top: 66.5%;
    padding-bottom: 66.5%;
  }

  .sm\:px-66\.5p {
    padding-left: 66.5%;
    padding-right: 66.5%;
  }

  .sm\:py-67\.5p {
    padding-top: 67.5%;
    padding-bottom: 67.5%;
  }

  .sm\:px-67\.5p {
    padding-left: 67.5%;
    padding-right: 67.5%;
  }

  .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-3 {
    padding-top: 3px;
  }

  .sm\:pr-3 {
    padding-right: 3px;
  }

  .sm\:pb-3 {
    padding-bottom: 3px;
  }

  .sm\:pl-3 {
    padding-left: 3px;
  }

  .sm\:pt-5 {
    padding-top: 5px;
  }

  .sm\:pr-5 {
    padding-right: 5px;
  }

  .sm\:pb-5 {
    padding-bottom: 5px;
  }

  .sm\:pl-5 {
    padding-left: 5px;
  }

  .sm\:pt-8 {
    padding-top: 8px;
  }

  .sm\:pr-8 {
    padding-right: 8px;
  }

  .sm\:pb-8 {
    padding-bottom: 8px;
  }

  .sm\:pl-8 {
    padding-left: 8px;
  }

  .sm\:pt-10 {
    padding-top: 10px;
  }

  .sm\:pr-10 {
    padding-right: 10px;
  }

  .sm\:pb-10 {
    padding-bottom: 10px;
  }

  .sm\:pl-10 {
    padding-left: 10px;
  }

  .sm\:pt-12 {
    padding-top: 12px;
  }

  .sm\:pr-12 {
    padding-right: 12px;
  }

  .sm\:pb-12 {
    padding-bottom: 12px;
  }

  .sm\:pl-12 {
    padding-left: 12px;
  }

  .sm\:pt-14 {
    padding-top: 14px;
  }

  .sm\:pr-14 {
    padding-right: 14px;
  }

  .sm\:pb-14 {
    padding-bottom: 14px;
  }

  .sm\:pl-14 {
    padding-left: 14px;
  }

  .sm\:pt-15 {
    padding-top: 15px;
  }

  .sm\:pr-15 {
    padding-right: 15px;
  }

  .sm\:pb-15 {
    padding-bottom: 15px;
  }

  .sm\:pl-15 {
    padding-left: 15px;
  }

  .sm\:pt-16 {
    padding-top: 16px;
  }

  .sm\:pr-16 {
    padding-right: 16px;
  }

  .sm\:pb-16 {
    padding-bottom: 16px;
  }

  .sm\:pl-16 {
    padding-left: 16px;
  }

  .sm\:pt-20 {
    padding-top: 20px;
  }

  .sm\:pr-20 {
    padding-right: 20px;
  }

  .sm\:pb-20 {
    padding-bottom: 20px;
  }

  .sm\:pl-20 {
    padding-left: 20px;
  }

  .sm\:pt-24 {
    padding-top: 24px;
  }

  .sm\:pr-24 {
    padding-right: 24px;
  }

  .sm\:pb-24 {
    padding-bottom: 24px;
  }

  .sm\:pl-24 {
    padding-left: 24px;
  }

  .sm\:pt-28 {
    padding-top: 28px;
  }

  .sm\:pr-28 {
    padding-right: 28px;
  }

  .sm\:pb-28 {
    padding-bottom: 28px;
  }

  .sm\:pl-28 {
    padding-left: 28px;
  }

  .sm\:pt-29 {
    padding-top: 29px;
  }

  .sm\:pr-29 {
    padding-right: 29px;
  }

  .sm\:pb-29 {
    padding-bottom: 29px;
  }

  .sm\:pl-29 {
    padding-left: 29px;
  }

  .sm\:pt-30 {
    padding-top: 30px;
  }

  .sm\:pr-30 {
    padding-right: 30px;
  }

  .sm\:pb-30 {
    padding-bottom: 30px;
  }

  .sm\:pl-30 {
    padding-left: 30px;
  }

  .sm\:pt-32 {
    padding-top: 32px;
  }

  .sm\:pr-32 {
    padding-right: 32px;
  }

  .sm\:pb-32 {
    padding-bottom: 32px;
  }

  .sm\:pl-32 {
    padding-left: 32px;
  }

  .sm\:pt-35 {
    padding-top: 35px;
  }

  .sm\:pr-35 {
    padding-right: 35px;
  }

  .sm\:pb-35 {
    padding-bottom: 35px;
  }

  .sm\:pl-35 {
    padding-left: 35px;
  }

  .sm\:pt-36 {
    padding-top: 36px;
  }

  .sm\:pr-36 {
    padding-right: 36px;
  }

  .sm\:pb-36 {
    padding-bottom: 36px;
  }

  .sm\:pl-36 {
    padding-left: 36px;
  }

  .sm\:pt-37 {
    padding-top: 37px;
  }

  .sm\:pr-37 {
    padding-right: 37px;
  }

  .sm\:pb-37 {
    padding-bottom: 37px;
  }

  .sm\:pl-37 {
    padding-left: 37px;
  }

  .sm\:pt-39 {
    padding-top: 39px;
  }

  .sm\:pr-39 {
    padding-right: 39px;
  }

  .sm\:pb-39 {
    padding-bottom: 39px;
  }

  .sm\:pl-39 {
    padding-left: 39px;
  }

  .sm\:pt-40 {
    padding-top: 40px;
  }

  .sm\:pr-40 {
    padding-right: 40px;
  }

  .sm\:pb-40 {
    padding-bottom: 40px;
  }

  .sm\:pl-40 {
    padding-left: 40px;
  }

  .sm\:pt-47 {
    padding-top: 47px;
  }

  .sm\:pr-47 {
    padding-right: 47px;
  }

  .sm\:pb-47 {
    padding-bottom: 47px;
  }

  .sm\:pl-47 {
    padding-left: 47px;
  }

  .sm\:pt-50 {
    padding-top: 50px;
  }

  .sm\:pr-50 {
    padding-right: 50px;
  }

  .sm\:pb-50 {
    padding-bottom: 50px;
  }

  .sm\:pl-50 {
    padding-left: 50px;
  }

  .sm\:pt-56 {
    padding-top: 56px;
  }

  .sm\:pr-56 {
    padding-right: 56px;
  }

  .sm\:pb-56 {
    padding-bottom: 56px;
  }

  .sm\:pl-56 {
    padding-left: 56px;
  }

  .sm\:pt-64 {
    padding-top: 64px;
  }

  .sm\:pr-64 {
    padding-right: 64px;
  }

  .sm\:pb-64 {
    padding-bottom: 64px;
  }

  .sm\:pl-64 {
    padding-left: 64px;
  }

  .sm\:pt-70 {
    padding-top: 70px;
  }

  .sm\:pr-70 {
    padding-right: 70px;
  }

  .sm\:pb-70 {
    padding-bottom: 70px;
  }

  .sm\:pl-70 {
    padding-left: 70px;
  }

  .sm\:pt-72 {
    padding-top: 72px;
  }

  .sm\:pr-72 {
    padding-right: 72px;
  }

  .sm\:pb-72 {
    padding-bottom: 72px;
  }

  .sm\:pl-72 {
    padding-left: 72px;
  }

  .sm\:pt-75 {
    padding-top: 75px;
  }

  .sm\:pr-75 {
    padding-right: 75px;
  }

  .sm\:pb-75 {
    padding-bottom: 75px;
  }

  .sm\:pl-75 {
    padding-left: 75px;
  }

  .sm\:pt-80 {
    padding-top: 80px;
  }

  .sm\:pr-80 {
    padding-right: 80px;
  }

  .sm\:pb-80 {
    padding-bottom: 80px;
  }

  .sm\:pl-80 {
    padding-left: 80px;
  }

  .sm\:pt-83 {
    padding-top: 83px;
  }

  .sm\:pr-83 {
    padding-right: 83px;
  }

  .sm\:pb-83 {
    padding-bottom: 83px;
  }

  .sm\:pl-83 {
    padding-left: 83px;
  }

  .sm\:pt-100 {
    padding-top: 100px;
  }

  .sm\:pr-100 {
    padding-right: 100px;
  }

  .sm\:pb-100 {
    padding-bottom: 100px;
  }

  .sm\:pl-100 {
    padding-left: 100px;
  }

  .sm\:pt-118 {
    padding-top: 118px;
  }

  .sm\:pr-118 {
    padding-right: 118px;
  }

  .sm\:pb-118 {
    padding-bottom: 118px;
  }

  .sm\:pl-118 {
    padding-left: 118px;
  }

  .sm\:pt-130 {
    padding-top: 130px;
  }

  .sm\:pr-130 {
    padding-right: 130px;
  }

  .sm\:pb-130 {
    padding-bottom: 130px;
  }

  .sm\:pl-130 {
    padding-left: 130px;
  }

  .sm\:pt-150 {
    padding-top: 150px;
  }

  .sm\:pr-150 {
    padding-right: 150px;
  }

  .sm\:pb-150 {
    padding-bottom: 150px;
  }

  .sm\:pl-150 {
    padding-left: 150px;
  }

  .sm\:pt-180 {
    padding-top: 180px;
  }

  .sm\:pr-180 {
    padding-right: 180px;
  }

  .sm\:pb-180 {
    padding-bottom: 180px;
  }

  .sm\:pl-180 {
    padding-left: 180px;
  }

  .sm\:pt-213 {
    padding-top: 213px;
  }

  .sm\:pr-213 {
    padding-right: 213px;
  }

  .sm\:pb-213 {
    padding-bottom: 213px;
  }

  .sm\:pl-213 {
    padding-left: 213px;
  }

  .sm\:pt-225 {
    padding-top: 225px;
  }

  .sm\:pr-225 {
    padding-right: 225px;
  }

  .sm\:pb-225 {
    padding-bottom: 225px;
  }

  .sm\:pl-225 {
    padding-left: 225px;
  }

  .sm\:pt-250 {
    padding-top: 250px;
  }

  .sm\:pr-250 {
    padding-right: 250px;
  }

  .sm\:pb-250 {
    padding-bottom: 250px;
  }

  .sm\:pl-250 {
    padding-left: 250px;
  }

  .sm\:pt-300 {
    padding-top: 300px;
  }

  .sm\:pr-300 {
    padding-right: 300px;
  }

  .sm\:pb-300 {
    padding-bottom: 300px;
  }

  .sm\:pl-300 {
    padding-left: 300px;
  }

  .sm\:pt-320 {
    padding-top: 320px;
  }

  .sm\:pr-320 {
    padding-right: 320px;
  }

  .sm\:pb-320 {
    padding-bottom: 320px;
  }

  .sm\:pl-320 {
    padding-left: 320px;
  }

  .sm\:pt-345 {
    padding-top: 345px;
  }

  .sm\:pr-345 {
    padding-right: 345px;
  }

  .sm\:pb-345 {
    padding-bottom: 345px;
  }

  .sm\:pl-345 {
    padding-left: 345px;
  }

  .sm\:pt-485 {
    padding-top: 485px;
  }

  .sm\:pr-485 {
    padding-right: 485px;
  }

  .sm\:pb-485 {
    padding-bottom: 485px;
  }

  .sm\:pl-485 {
    padding-left: 485px;
  }

  .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-135 {
    padding-top: -135px;
  }

  .sm\:-pr-135 {
    padding-right: -135px;
  }

  .sm\:-pb-135 {
    padding-bottom: -135px;
  }

  .sm\:-pl-135 {
    padding-left: -135px;
  }

  .sm\:pt-0p {
    padding-top: 0%;
  }

  .sm\:pr-0p {
    padding-right: 0%;
  }

  .sm\:pb-0p {
    padding-bottom: 0%;
  }

  .sm\:pl-0p {
    padding-left: 0%;
  }

  .sm\:pt-5p {
    padding-top: 5%;
  }

  .sm\:pr-5p {
    padding-right: 5%;
  }

  .sm\:pb-5p {
    padding-bottom: 5%;
  }

  .sm\:pl-5p {
    padding-left: 5%;
  }

  .sm\:pt-10p {
    padding-top: 10%;
  }

  .sm\:pr-10p {
    padding-right: 10%;
  }

  .sm\:pb-10p {
    padding-bottom: 10%;
  }

  .sm\:pl-10p {
    padding-left: 10%;
  }

  .sm\:pt-15p {
    padding-top: 15%;
  }

  .sm\:pr-15p {
    padding-right: 15%;
  }

  .sm\:pb-15p {
    padding-bottom: 15%;
  }

  .sm\:pl-15p {
    padding-left: 15%;
  }

  .sm\:pt-20p {
    padding-top: 20%;
  }

  .sm\:pr-20p {
    padding-right: 20%;
  }

  .sm\:pb-20p {
    padding-bottom: 20%;
  }

  .sm\:pl-20p {
    padding-left: 20%;
  }

  .sm\:pt-25p {
    padding-top: 25%;
  }

  .sm\:pr-25p {
    padding-right: 25%;
  }

  .sm\:pb-25p {
    padding-bottom: 25%;
  }

  .sm\:pl-25p {
    padding-left: 25%;
  }

  .sm\:pt-30p {
    padding-top: 30%;
  }

  .sm\:pr-30p {
    padding-right: 30%;
  }

  .sm\:pb-30p {
    padding-bottom: 30%;
  }

  .sm\:pl-30p {
    padding-left: 30%;
  }

  .sm\:pt-35p {
    padding-top: 35%;
  }

  .sm\:pr-35p {
    padding-right: 35%;
  }

  .sm\:pb-35p {
    padding-bottom: 35%;
  }

  .sm\:pl-35p {
    padding-left: 35%;
  }

  .sm\:pt-40p {
    padding-top: 40%;
  }

  .sm\:pr-40p {
    padding-right: 40%;
  }

  .sm\:pb-40p {
    padding-bottom: 40%;
  }

  .sm\:pl-40p {
    padding-left: 40%;
  }

  .sm\:pt-45p {
    padding-top: 45%;
  }

  .sm\:pr-45p {
    padding-right: 45%;
  }

  .sm\:pb-45p {
    padding-bottom: 45%;
  }

  .sm\:pl-45p {
    padding-left: 45%;
  }

  .sm\:pt-50p {
    padding-top: 50%;
  }

  .sm\:pr-50p {
    padding-right: 50%;
  }

  .sm\:pb-50p {
    padding-bottom: 50%;
  }

  .sm\:pl-50p {
    padding-left: 50%;
  }

  .sm\:pt-55p {
    padding-top: 55%;
  }

  .sm\:pr-55p {
    padding-right: 55%;
  }

  .sm\:pb-55p {
    padding-bottom: 55%;
  }

  .sm\:pl-55p {
    padding-left: 55%;
  }

  .sm\:pt-60p {
    padding-top: 60%;
  }

  .sm\:pr-60p {
    padding-right: 60%;
  }

  .sm\:pb-60p {
    padding-bottom: 60%;
  }

  .sm\:pl-60p {
    padding-left: 60%;
  }

  .sm\:pt-65p {
    padding-top: 65%;
  }

  .sm\:pr-65p {
    padding-right: 65%;
  }

  .sm\:pb-65p {
    padding-bottom: 65%;
  }

  .sm\:pl-65p {
    padding-left: 65%;
  }

  .sm\:pt-70p {
    padding-top: 70%;
  }

  .sm\:pr-70p {
    padding-right: 70%;
  }

  .sm\:pb-70p {
    padding-bottom: 70%;
  }

  .sm\:pl-70p {
    padding-left: 70%;
  }

  .sm\:pt-75p {
    padding-top: 75%;
  }

  .sm\:pr-75p {
    padding-right: 75%;
  }

  .sm\:pb-75p {
    padding-bottom: 75%;
  }

  .sm\:pl-75p {
    padding-left: 75%;
  }

  .sm\:pt-80p {
    padding-top: 80%;
  }

  .sm\:pr-80p {
    padding-right: 80%;
  }

  .sm\:pb-80p {
    padding-bottom: 80%;
  }

  .sm\:pl-80p {
    padding-left: 80%;
  }

  .sm\:pt-85p {
    padding-top: 85%;
  }

  .sm\:pr-85p {
    padding-right: 85%;
  }

  .sm\:pb-85p {
    padding-bottom: 85%;
  }

  .sm\:pl-85p {
    padding-left: 85%;
  }

  .sm\:pt-90p {
    padding-top: 90%;
  }

  .sm\:pr-90p {
    padding-right: 90%;
  }

  .sm\:pb-90p {
    padding-bottom: 90%;
  }

  .sm\:pl-90p {
    padding-left: 90%;
  }

  .sm\:pt-95p {
    padding-top: 95%;
  }

  .sm\:pr-95p {
    padding-right: 95%;
  }

  .sm\:pb-95p {
    padding-bottom: 95%;
  }

  .sm\:pl-95p {
    padding-left: 95%;
  }

  .sm\:pt-100p {
    padding-top: 100%;
  }

  .sm\:pr-100p {
    padding-right: 100%;
  }

  .sm\:pb-100p {
    padding-bottom: 100%;
  }

  .sm\:pl-100p {
    padding-left: 100%;
  }

  .sm\:pt-66\.5p {
    padding-top: 66.5%;
  }

  .sm\:pr-66\.5p {
    padding-right: 66.5%;
  }

  .sm\:pb-66\.5p {
    padding-bottom: 66.5%;
  }

  .sm\:pl-66\.5p {
    padding-left: 66.5%;
  }

  .sm\:pt-67\.5p {
    padding-top: 67.5%;
  }

  .sm\:pr-67\.5p {
    padding-right: 67.5%;
  }

  .sm\:pb-67\.5p {
    padding-bottom: 67.5%;
  }

  .sm\:pl-67\.5p {
    padding-left: 67.5%;
  }

  .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-1::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(70, 70, 70, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-black-1:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(70, 70, 70, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-black-1::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(70, 70, 70, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-black-2::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(215, 215, 215, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-black-2:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(215, 215, 215, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-black-2::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(215, 215, 215, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-black-3::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-black-3:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-black-3::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-black-4::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 237, 237, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-black-4:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 237, 237, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-black-4::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 237, 237, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-black-5::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(68, 68, 68, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-black-5:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(68, 68, 68, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-black-5::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(68, 68, 68, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-black-6::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(108, 108, 108, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-black-6:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(108, 108, 108, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-black-6::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(108, 108, 108, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-black::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-black:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-black::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-white-1::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 244, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-white-1:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 244, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-white-1::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 244, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-white::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-white:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-white::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-pink-1::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 101, 147, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-pink-1:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 101, 147, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-pink-1::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 101, 147, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-pink::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 139, 174, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-pink:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 139, 174, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-pink::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 139, 174, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-red-1::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(231, 6, 31, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-red-1:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(231, 6, 31, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-red-1::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(231, 6, 31, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-red::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 0, 22, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-red:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 0, 22, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-red::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 0, 22, 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-1:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(70, 70, 70, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-black-1:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(70, 70, 70, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-black-1:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(70, 70, 70, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-black-2:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(215, 215, 215, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-black-2:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(215, 215, 215, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-black-2:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(215, 215, 215, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-black-3:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-black-3:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-black-3:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-black-4:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 237, 237, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-black-4:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 237, 237, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-black-4:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 237, 237, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-black-5:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(68, 68, 68, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-black-5:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(68, 68, 68, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-black-5:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(68, 68, 68, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-black-6:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(108, 108, 108, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-black-6:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(108, 108, 108, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-black-6:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(108, 108, 108, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-black:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-black:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-black:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-white-1:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 244, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-white-1:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 244, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-white-1:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 244, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-white:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-white:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-white:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-pink-1:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 101, 147, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-pink-1:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 101, 147, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-pink-1:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 101, 147, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-pink:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 139, 174, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-pink:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 139, 174, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-pink:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 139, 174, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-red-1:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(231, 6, 31, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-red-1:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(231, 6, 31, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-red-1:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(231, 6, 31, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-red:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 0, 22, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-red:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 0, 22, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-red:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 0, 22, 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-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-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-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-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-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-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-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-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: sticky;
  }

  .sm\:inset-0 {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }

  .sm\:inset-3 {
    top: 3px;
    right: 3px;
    bottom: 3px;
    left: 3px;
  }

  .sm\:inset-5 {
    top: 5px;
    right: 5px;
    bottom: 5px;
    left: 5px;
  }

  .sm\:inset-8 {
    top: 8px;
    right: 8px;
    bottom: 8px;
    left: 8px;
  }

  .sm\:inset-10 {
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
  }

  .sm\:inset-12 {
    top: 12px;
    right: 12px;
    bottom: 12px;
    left: 12px;
  }

  .sm\:inset-14 {
    top: 14px;
    right: 14px;
    bottom: 14px;
    left: 14px;
  }

  .sm\:inset-15 {
    top: 15px;
    right: 15px;
    bottom: 15px;
    left: 15px;
  }

  .sm\:inset-16 {
    top: 16px;
    right: 16px;
    bottom: 16px;
    left: 16px;
  }

  .sm\:inset-20 {
    top: 20px;
    right: 20px;
    bottom: 20px;
    left: 20px;
  }

  .sm\:inset-24 {
    top: 24px;
    right: 24px;
    bottom: 24px;
    left: 24px;
  }

  .sm\:inset-28 {
    top: 28px;
    right: 28px;
    bottom: 28px;
    left: 28px;
  }

  .sm\:inset-29 {
    top: 29px;
    right: 29px;
    bottom: 29px;
    left: 29px;
  }

  .sm\:inset-30 {
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
  }

  .sm\:inset-32 {
    top: 32px;
    right: 32px;
    bottom: 32px;
    left: 32px;
  }

  .sm\:inset-35 {
    top: 35px;
    right: 35px;
    bottom: 35px;
    left: 35px;
  }

  .sm\:inset-36 {
    top: 36px;
    right: 36px;
    bottom: 36px;
    left: 36px;
  }

  .sm\:inset-37 {
    top: 37px;
    right: 37px;
    bottom: 37px;
    left: 37px;
  }

  .sm\:inset-39 {
    top: 39px;
    right: 39px;
    bottom: 39px;
    left: 39px;
  }

  .sm\:inset-40 {
    top: 40px;
    right: 40px;
    bottom: 40px;
    left: 40px;
  }

  .sm\:inset-47 {
    top: 47px;
    right: 47px;
    bottom: 47px;
    left: 47px;
  }

  .sm\:inset-50 {
    top: 50px;
    right: 50px;
    bottom: 50px;
    left: 50px;
  }

  .sm\:inset-56 {
    top: 56px;
    right: 56px;
    bottom: 56px;
    left: 56px;
  }

  .sm\:inset-64 {
    top: 64px;
    right: 64px;
    bottom: 64px;
    left: 64px;
  }

  .sm\:inset-70 {
    top: 70px;
    right: 70px;
    bottom: 70px;
    left: 70px;
  }

  .sm\:inset-72 {
    top: 72px;
    right: 72px;
    bottom: 72px;
    left: 72px;
  }

  .sm\:inset-75 {
    top: 75px;
    right: 75px;
    bottom: 75px;
    left: 75px;
  }

  .sm\:inset-80 {
    top: 80px;
    right: 80px;
    bottom: 80px;
    left: 80px;
  }

  .sm\:inset-83 {
    top: 83px;
    right: 83px;
    bottom: 83px;
    left: 83px;
  }

  .sm\:inset-100 {
    top: 100px;
    right: 100px;
    bottom: 100px;
    left: 100px;
  }

  .sm\:inset-118 {
    top: 118px;
    right: 118px;
    bottom: 118px;
    left: 118px;
  }

  .sm\:inset-130 {
    top: 130px;
    right: 130px;
    bottom: 130px;
    left: 130px;
  }

  .sm\:inset-150 {
    top: 150px;
    right: 150px;
    bottom: 150px;
    left: 150px;
  }

  .sm\:inset-180 {
    top: 180px;
    right: 180px;
    bottom: 180px;
    left: 180px;
  }

  .sm\:inset-213 {
    top: 213px;
    right: 213px;
    bottom: 213px;
    left: 213px;
  }

  .sm\:inset-225 {
    top: 225px;
    right: 225px;
    bottom: 225px;
    left: 225px;
  }

  .sm\:inset-250 {
    top: 250px;
    right: 250px;
    bottom: 250px;
    left: 250px;
  }

  .sm\:inset-300 {
    top: 300px;
    right: 300px;
    bottom: 300px;
    left: 300px;
  }

  .sm\:inset-320 {
    top: 320px;
    right: 320px;
    bottom: 320px;
    left: 320px;
  }

  .sm\:inset-345 {
    top: 345px;
    right: 345px;
    bottom: 345px;
    left: 345px;
  }

  .sm\:inset-485 {
    top: 485px;
    right: 485px;
    bottom: 485px;
    left: 485px;
  }

  .sm\:inset-auto {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .sm\:inset-px {
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: 1px;
  }

  .sm\:-inset-135 {
    top: -135px;
    right: -135px;
    bottom: -135px;
    left: -135px;
  }

  .sm\:inset-0p {
    top: 0%;
    right: 0%;
    bottom: 0%;
    left: 0%;
  }

  .sm\:inset-5p {
    top: 5%;
    right: 5%;
    bottom: 5%;
    left: 5%;
  }

  .sm\:inset-10p {
    top: 10%;
    right: 10%;
    bottom: 10%;
    left: 10%;
  }

  .sm\:inset-15p {
    top: 15%;
    right: 15%;
    bottom: 15%;
    left: 15%;
  }

  .sm\:inset-20p {
    top: 20%;
    right: 20%;
    bottom: 20%;
    left: 20%;
  }

  .sm\:inset-25p {
    top: 25%;
    right: 25%;
    bottom: 25%;
    left: 25%;
  }

  .sm\:inset-30p {
    top: 30%;
    right: 30%;
    bottom: 30%;
    left: 30%;
  }

  .sm\:inset-35p {
    top: 35%;
    right: 35%;
    bottom: 35%;
    left: 35%;
  }

  .sm\:inset-40p {
    top: 40%;
    right: 40%;
    bottom: 40%;
    left: 40%;
  }

  .sm\:inset-45p {
    top: 45%;
    right: 45%;
    bottom: 45%;
    left: 45%;
  }

  .sm\:inset-50p {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .sm\:inset-55p {
    top: 55%;
    right: 55%;
    bottom: 55%;
    left: 55%;
  }

  .sm\:inset-60p {
    top: 60%;
    right: 60%;
    bottom: 60%;
    left: 60%;
  }

  .sm\:inset-65p {
    top: 65%;
    right: 65%;
    bottom: 65%;
    left: 65%;
  }

  .sm\:inset-70p {
    top: 70%;
    right: 70%;
    bottom: 70%;
    left: 70%;
  }

  .sm\:inset-75p {
    top: 75%;
    right: 75%;
    bottom: 75%;
    left: 75%;
  }

  .sm\:inset-80p {
    top: 80%;
    right: 80%;
    bottom: 80%;
    left: 80%;
  }

  .sm\:inset-85p {
    top: 85%;
    right: 85%;
    bottom: 85%;
    left: 85%;
  }

  .sm\:inset-90p {
    top: 90%;
    right: 90%;
    bottom: 90%;
    left: 90%;
  }

  .sm\:inset-95p {
    top: 95%;
    right: 95%;
    bottom: 95%;
    left: 95%;
  }

  .sm\:inset-100p {
    top: 100%;
    right: 100%;
    bottom: 100%;
    left: 100%;
  }

  .sm\:inset-66\.5p {
    top: 66.5%;
    right: 66.5%;
    bottom: 66.5%;
    left: 66.5%;
  }

  .sm\:inset-67\.5p {
    top: 67.5%;
    right: 67.5%;
    bottom: 67.5%;
    left: 67.5%;
  }

  .sm\:-inset-0 {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }

  .sm\:-inset-3 {
    top: -3px;
    right: -3px;
    bottom: -3px;
    left: -3px;
  }

  .sm\:-inset-5 {
    top: -5px;
    right: -5px;
    bottom: -5px;
    left: -5px;
  }

  .sm\:-inset-8 {
    top: -8px;
    right: -8px;
    bottom: -8px;
    left: -8px;
  }

  .sm\:-inset-10 {
    top: -10px;
    right: -10px;
    bottom: -10px;
    left: -10px;
  }

  .sm\:-inset-12 {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
  }

  .sm\:-inset-14 {
    top: -14px;
    right: -14px;
    bottom: -14px;
    left: -14px;
  }

  .sm\:-inset-15 {
    top: -15px;
    right: -15px;
    bottom: -15px;
    left: -15px;
  }

  .sm\:-inset-16 {
    top: -16px;
    right: -16px;
    bottom: -16px;
    left: -16px;
  }

  .sm\:-inset-20 {
    top: -20px;
    right: -20px;
    bottom: -20px;
    left: -20px;
  }

  .sm\:-inset-24 {
    top: -24px;
    right: -24px;
    bottom: -24px;
    left: -24px;
  }

  .sm\:-inset-28 {
    top: -28px;
    right: -28px;
    bottom: -28px;
    left: -28px;
  }

  .sm\:-inset-29 {
    top: -29px;
    right: -29px;
    bottom: -29px;
    left: -29px;
  }

  .sm\:-inset-30 {
    top: -30px;
    right: -30px;
    bottom: -30px;
    left: -30px;
  }

  .sm\:-inset-32 {
    top: -32px;
    right: -32px;
    bottom: -32px;
    left: -32px;
  }

  .sm\:-inset-35 {
    top: -35px;
    right: -35px;
    bottom: -35px;
    left: -35px;
  }

  .sm\:-inset-36 {
    top: -36px;
    right: -36px;
    bottom: -36px;
    left: -36px;
  }

  .sm\:-inset-37 {
    top: -37px;
    right: -37px;
    bottom: -37px;
    left: -37px;
  }

  .sm\:-inset-39 {
    top: -39px;
    right: -39px;
    bottom: -39px;
    left: -39px;
  }

  .sm\:-inset-40 {
    top: -40px;
    right: -40px;
    bottom: -40px;
    left: -40px;
  }

  .sm\:-inset-47 {
    top: -47px;
    right: -47px;
    bottom: -47px;
    left: -47px;
  }

  .sm\:-inset-50 {
    top: -50px;
    right: -50px;
    bottom: -50px;
    left: -50px;
  }

  .sm\:-inset-56 {
    top: -56px;
    right: -56px;
    bottom: -56px;
    left: -56px;
  }

  .sm\:-inset-64 {
    top: -64px;
    right: -64px;
    bottom: -64px;
    left: -64px;
  }

  .sm\:-inset-70 {
    top: -70px;
    right: -70px;
    bottom: -70px;
    left: -70px;
  }

  .sm\:-inset-72 {
    top: -72px;
    right: -72px;
    bottom: -72px;
    left: -72px;
  }

  .sm\:-inset-75 {
    top: -75px;
    right: -75px;
    bottom: -75px;
    left: -75px;
  }

  .sm\:-inset-80 {
    top: -80px;
    right: -80px;
    bottom: -80px;
    left: -80px;
  }

  .sm\:-inset-83 {
    top: -83px;
    right: -83px;
    bottom: -83px;
    left: -83px;
  }

  .sm\:-inset-100 {
    top: -100px;
    right: -100px;
    bottom: -100px;
    left: -100px;
  }

  .sm\:-inset-118 {
    top: -118px;
    right: -118px;
    bottom: -118px;
    left: -118px;
  }

  .sm\:-inset-130 {
    top: -130px;
    right: -130px;
    bottom: -130px;
    left: -130px;
  }

  .sm\:-inset-150 {
    top: -150px;
    right: -150px;
    bottom: -150px;
    left: -150px;
  }

  .sm\:-inset-180 {
    top: -180px;
    right: -180px;
    bottom: -180px;
    left: -180px;
  }

  .sm\:-inset-213 {
    top: -213px;
    right: -213px;
    bottom: -213px;
    left: -213px;
  }

  .sm\:-inset-225 {
    top: -225px;
    right: -225px;
    bottom: -225px;
    left: -225px;
  }

  .sm\:-inset-250 {
    top: -250px;
    right: -250px;
    bottom: -250px;
    left: -250px;
  }

  .sm\:-inset-300 {
    top: -300px;
    right: -300px;
    bottom: -300px;
    left: -300px;
  }

  .sm\:-inset-320 {
    top: -320px;
    right: -320px;
    bottom: -320px;
    left: -320px;
  }

  .sm\:-inset-345 {
    top: -345px;
    right: -345px;
    bottom: -345px;
    left: -345px;
  }

  .sm\:-inset-485 {
    top: -485px;
    right: -485px;
    bottom: -485px;
    left: -485px;
  }

  .sm\:-inset-px {
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
  }

  .sm\:-inset--135 {
    top: 135px;
    right: 135px;
    bottom: 135px;
    left: 135px;
  }

  .sm\:-inset-0p {
    top: 0%;
    right: 0%;
    bottom: 0%;
    left: 0%;
  }

  .sm\:-inset-5p {
    top: -5%;
    right: -5%;
    bottom: -5%;
    left: -5%;
  }

  .sm\:-inset-10p {
    top: -10%;
    right: -10%;
    bottom: -10%;
    left: -10%;
  }

  .sm\:-inset-15p {
    top: -15%;
    right: -15%;
    bottom: -15%;
    left: -15%;
  }

  .sm\:-inset-20p {
    top: -20%;
    right: -20%;
    bottom: -20%;
    left: -20%;
  }

  .sm\:-inset-25p {
    top: -25%;
    right: -25%;
    bottom: -25%;
    left: -25%;
  }

  .sm\:-inset-30p {
    top: -30%;
    right: -30%;
    bottom: -30%;
    left: -30%;
  }

  .sm\:-inset-35p {
    top: -35%;
    right: -35%;
    bottom: -35%;
    left: -35%;
  }

  .sm\:-inset-40p {
    top: -40%;
    right: -40%;
    bottom: -40%;
    left: -40%;
  }

  .sm\:-inset-45p {
    top: -45%;
    right: -45%;
    bottom: -45%;
    left: -45%;
  }

  .sm\:-inset-50p {
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .sm\:-inset-55p {
    top: -55%;
    right: -55%;
    bottom: -55%;
    left: -55%;
  }

  .sm\:-inset-60p {
    top: -60%;
    right: -60%;
    bottom: -60%;
    left: -60%;
  }

  .sm\:-inset-65p {
    top: -65%;
    right: -65%;
    bottom: -65%;
    left: -65%;
  }

  .sm\:-inset-70p {
    top: -70%;
    right: -70%;
    bottom: -70%;
    left: -70%;
  }

  .sm\:-inset-75p {
    top: -75%;
    right: -75%;
    bottom: -75%;
    left: -75%;
  }

  .sm\:-inset-80p {
    top: -80%;
    right: -80%;
    bottom: -80%;
    left: -80%;
  }

  .sm\:-inset-85p {
    top: -85%;
    right: -85%;
    bottom: -85%;
    left: -85%;
  }

  .sm\:-inset-90p {
    top: -90%;
    right: -90%;
    bottom: -90%;
    left: -90%;
  }

  .sm\:-inset-95p {
    top: -95%;
    right: -95%;
    bottom: -95%;
    left: -95%;
  }

  .sm\:-inset-100p {
    top: -100%;
    right: -100%;
    bottom: -100%;
    left: -100%;
  }

  .sm\:-inset-66\.5p {
    top: -66.5%;
    right: -66.5%;
    bottom: -66.5%;
    left: -66.5%;
  }

  .sm\:-inset-67\.5p {
    top: -67.5%;
    right: -67.5%;
    bottom: -67.5%;
    left: -67.5%;
  }

  .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-3 {
    top: 3px;
    bottom: 3px;
  }

  .sm\:inset-x-3 {
    right: 3px;
    left: 3px;
  }

  .sm\:inset-y-5 {
    top: 5px;
    bottom: 5px;
  }

  .sm\:inset-x-5 {
    right: 5px;
    left: 5px;
  }

  .sm\:inset-y-8 {
    top: 8px;
    bottom: 8px;
  }

  .sm\:inset-x-8 {
    right: 8px;
    left: 8px;
  }

  .sm\:inset-y-10 {
    top: 10px;
    bottom: 10px;
  }

  .sm\:inset-x-10 {
    right: 10px;
    left: 10px;
  }

  .sm\:inset-y-12 {
    top: 12px;
    bottom: 12px;
  }

  .sm\:inset-x-12 {
    right: 12px;
    left: 12px;
  }

  .sm\:inset-y-14 {
    top: 14px;
    bottom: 14px;
  }

  .sm\:inset-x-14 {
    right: 14px;
    left: 14px;
  }

  .sm\:inset-y-15 {
    top: 15px;
    bottom: 15px;
  }

  .sm\:inset-x-15 {
    right: 15px;
    left: 15px;
  }

  .sm\:inset-y-16 {
    top: 16px;
    bottom: 16px;
  }

  .sm\:inset-x-16 {
    right: 16px;
    left: 16px;
  }

  .sm\:inset-y-20 {
    top: 20px;
    bottom: 20px;
  }

  .sm\:inset-x-20 {
    right: 20px;
    left: 20px;
  }

  .sm\:inset-y-24 {
    top: 24px;
    bottom: 24px;
  }

  .sm\:inset-x-24 {
    right: 24px;
    left: 24px;
  }

  .sm\:inset-y-28 {
    top: 28px;
    bottom: 28px;
  }

  .sm\:inset-x-28 {
    right: 28px;
    left: 28px;
  }

  .sm\:inset-y-29 {
    top: 29px;
    bottom: 29px;
  }

  .sm\:inset-x-29 {
    right: 29px;
    left: 29px;
  }

  .sm\:inset-y-30 {
    top: 30px;
    bottom: 30px;
  }

  .sm\:inset-x-30 {
    right: 30px;
    left: 30px;
  }

  .sm\:inset-y-32 {
    top: 32px;
    bottom: 32px;
  }

  .sm\:inset-x-32 {
    right: 32px;
    left: 32px;
  }

  .sm\:inset-y-35 {
    top: 35px;
    bottom: 35px;
  }

  .sm\:inset-x-35 {
    right: 35px;
    left: 35px;
  }

  .sm\:inset-y-36 {
    top: 36px;
    bottom: 36px;
  }

  .sm\:inset-x-36 {
    right: 36px;
    left: 36px;
  }

  .sm\:inset-y-37 {
    top: 37px;
    bottom: 37px;
  }

  .sm\:inset-x-37 {
    right: 37px;
    left: 37px;
  }

  .sm\:inset-y-39 {
    top: 39px;
    bottom: 39px;
  }

  .sm\:inset-x-39 {
    right: 39px;
    left: 39px;
  }

  .sm\:inset-y-40 {
    top: 40px;
    bottom: 40px;
  }

  .sm\:inset-x-40 {
    right: 40px;
    left: 40px;
  }

  .sm\:inset-y-47 {
    top: 47px;
    bottom: 47px;
  }

  .sm\:inset-x-47 {
    right: 47px;
    left: 47px;
  }

  .sm\:inset-y-50 {
    top: 50px;
    bottom: 50px;
  }

  .sm\:inset-x-50 {
    right: 50px;
    left: 50px;
  }

  .sm\:inset-y-56 {
    top: 56px;
    bottom: 56px;
  }

  .sm\:inset-x-56 {
    right: 56px;
    left: 56px;
  }

  .sm\:inset-y-64 {
    top: 64px;
    bottom: 64px;
  }

  .sm\:inset-x-64 {
    right: 64px;
    left: 64px;
  }

  .sm\:inset-y-70 {
    top: 70px;
    bottom: 70px;
  }

  .sm\:inset-x-70 {
    right: 70px;
    left: 70px;
  }

  .sm\:inset-y-72 {
    top: 72px;
    bottom: 72px;
  }

  .sm\:inset-x-72 {
    right: 72px;
    left: 72px;
  }

  .sm\:inset-y-75 {
    top: 75px;
    bottom: 75px;
  }

  .sm\:inset-x-75 {
    right: 75px;
    left: 75px;
  }

  .sm\:inset-y-80 {
    top: 80px;
    bottom: 80px;
  }

  .sm\:inset-x-80 {
    right: 80px;
    left: 80px;
  }

  .sm\:inset-y-83 {
    top: 83px;
    bottom: 83px;
  }

  .sm\:inset-x-83 {
    right: 83px;
    left: 83px;
  }

  .sm\:inset-y-100 {
    top: 100px;
    bottom: 100px;
  }

  .sm\:inset-x-100 {
    right: 100px;
    left: 100px;
  }

  .sm\:inset-y-118 {
    top: 118px;
    bottom: 118px;
  }

  .sm\:inset-x-118 {
    right: 118px;
    left: 118px;
  }

  .sm\:inset-y-130 {
    top: 130px;
    bottom: 130px;
  }

  .sm\:inset-x-130 {
    right: 130px;
    left: 130px;
  }

  .sm\:inset-y-150 {
    top: 150px;
    bottom: 150px;
  }

  .sm\:inset-x-150 {
    right: 150px;
    left: 150px;
  }

  .sm\:inset-y-180 {
    top: 180px;
    bottom: 180px;
  }

  .sm\:inset-x-180 {
    right: 180px;
    left: 180px;
  }

  .sm\:inset-y-213 {
    top: 213px;
    bottom: 213px;
  }

  .sm\:inset-x-213 {
    right: 213px;
    left: 213px;
  }

  .sm\:inset-y-225 {
    top: 225px;
    bottom: 225px;
  }

  .sm\:inset-x-225 {
    right: 225px;
    left: 225px;
  }

  .sm\:inset-y-250 {
    top: 250px;
    bottom: 250px;
  }

  .sm\:inset-x-250 {
    right: 250px;
    left: 250px;
  }

  .sm\:inset-y-300 {
    top: 300px;
    bottom: 300px;
  }

  .sm\:inset-x-300 {
    right: 300px;
    left: 300px;
  }

  .sm\:inset-y-320 {
    top: 320px;
    bottom: 320px;
  }

  .sm\:inset-x-320 {
    right: 320px;
    left: 320px;
  }

  .sm\:inset-y-345 {
    top: 345px;
    bottom: 345px;
  }

  .sm\:inset-x-345 {
    right: 345px;
    left: 345px;
  }

  .sm\:inset-y-485 {
    top: 485px;
    bottom: 485px;
  }

  .sm\:inset-x-485 {
    right: 485px;
    left: 485px;
  }

  .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-135 {
    top: -135px;
    bottom: -135px;
  }

  .sm\:-inset-x-135 {
    right: -135px;
    left: -135px;
  }

  .sm\:inset-y-0p {
    top: 0%;
    bottom: 0%;
  }

  .sm\:inset-x-0p {
    right: 0%;
    left: 0%;
  }

  .sm\:inset-y-5p {
    top: 5%;
    bottom: 5%;
  }

  .sm\:inset-x-5p {
    right: 5%;
    left: 5%;
  }

  .sm\:inset-y-10p {
    top: 10%;
    bottom: 10%;
  }

  .sm\:inset-x-10p {
    right: 10%;
    left: 10%;
  }

  .sm\:inset-y-15p {
    top: 15%;
    bottom: 15%;
  }

  .sm\:inset-x-15p {
    right: 15%;
    left: 15%;
  }

  .sm\:inset-y-20p {
    top: 20%;
    bottom: 20%;
  }

  .sm\:inset-x-20p {
    right: 20%;
    left: 20%;
  }

  .sm\:inset-y-25p {
    top: 25%;
    bottom: 25%;
  }

  .sm\:inset-x-25p {
    right: 25%;
    left: 25%;
  }

  .sm\:inset-y-30p {
    top: 30%;
    bottom: 30%;
  }

  .sm\:inset-x-30p {
    right: 30%;
    left: 30%;
  }

  .sm\:inset-y-35p {
    top: 35%;
    bottom: 35%;
  }

  .sm\:inset-x-35p {
    right: 35%;
    left: 35%;
  }

  .sm\:inset-y-40p {
    top: 40%;
    bottom: 40%;
  }

  .sm\:inset-x-40p {
    right: 40%;
    left: 40%;
  }

  .sm\:inset-y-45p {
    top: 45%;
    bottom: 45%;
  }

  .sm\:inset-x-45p {
    right: 45%;
    left: 45%;
  }

  .sm\:inset-y-50p {
    top: 50%;
    bottom: 50%;
  }

  .sm\:inset-x-50p {
    right: 50%;
    left: 50%;
  }

  .sm\:inset-y-55p {
    top: 55%;
    bottom: 55%;
  }

  .sm\:inset-x-55p {
    right: 55%;
    left: 55%;
  }

  .sm\:inset-y-60p {
    top: 60%;
    bottom: 60%;
  }

  .sm\:inset-x-60p {
    right: 60%;
    left: 60%;
  }

  .sm\:inset-y-65p {
    top: 65%;
    bottom: 65%;
  }

  .sm\:inset-x-65p {
    right: 65%;
    left: 65%;
  }

  .sm\:inset-y-70p {
    top: 70%;
    bottom: 70%;
  }

  .sm\:inset-x-70p {
    right: 70%;
    left: 70%;
  }

  .sm\:inset-y-75p {
    top: 75%;
    bottom: 75%;
  }

  .sm\:inset-x-75p {
    right: 75%;
    left: 75%;
  }

  .sm\:inset-y-80p {
    top: 80%;
    bottom: 80%;
  }

  .sm\:inset-x-80p {
    right: 80%;
    left: 80%;
  }

  .sm\:inset-y-85p {
    top: 85%;
    bottom: 85%;
  }

  .sm\:inset-x-85p {
    right: 85%;
    left: 85%;
  }

  .sm\:inset-y-90p {
    top: 90%;
    bottom: 90%;
  }

  .sm\:inset-x-90p {
    right: 90%;
    left: 90%;
  }

  .sm\:inset-y-95p {
    top: 95%;
    bottom: 95%;
  }

  .sm\:inset-x-95p {
    right: 95%;
    left: 95%;
  }

  .sm\:inset-y-100p {
    top: 100%;
    bottom: 100%;
  }

  .sm\:inset-x-100p {
    right: 100%;
    left: 100%;
  }

  .sm\:inset-y-66\.5p {
    top: 66.5%;
    bottom: 66.5%;
  }

  .sm\:inset-x-66\.5p {
    right: 66.5%;
    left: 66.5%;
  }

  .sm\:inset-y-67\.5p {
    top: 67.5%;
    bottom: 67.5%;
  }

  .sm\:inset-x-67\.5p {
    right: 67.5%;
    left: 67.5%;
  }

  .sm\:-inset-y-0 {
    top: 0px;
    bottom: 0px;
  }

  .sm\:-inset-x-0 {
    right: 0px;
    left: 0px;
  }

  .sm\:-inset-y-3 {
    top: -3px;
    bottom: -3px;
  }

  .sm\:-inset-x-3 {
    right: -3px;
    left: -3px;
  }

  .sm\:-inset-y-5 {
    top: -5px;
    bottom: -5px;
  }

  .sm\:-inset-x-5 {
    right: -5px;
    left: -5px;
  }

  .sm\:-inset-y-8 {
    top: -8px;
    bottom: -8px;
  }

  .sm\:-inset-x-8 {
    right: -8px;
    left: -8px;
  }

  .sm\:-inset-y-10 {
    top: -10px;
    bottom: -10px;
  }

  .sm\:-inset-x-10 {
    right: -10px;
    left: -10px;
  }

  .sm\:-inset-y-12 {
    top: -12px;
    bottom: -12px;
  }

  .sm\:-inset-x-12 {
    right: -12px;
    left: -12px;
  }

  .sm\:-inset-y-14 {
    top: -14px;
    bottom: -14px;
  }

  .sm\:-inset-x-14 {
    right: -14px;
    left: -14px;
  }

  .sm\:-inset-y-15 {
    top: -15px;
    bottom: -15px;
  }

  .sm\:-inset-x-15 {
    right: -15px;
    left: -15px;
  }

  .sm\:-inset-y-16 {
    top: -16px;
    bottom: -16px;
  }

  .sm\:-inset-x-16 {
    right: -16px;
    left: -16px;
  }

  .sm\:-inset-y-20 {
    top: -20px;
    bottom: -20px;
  }

  .sm\:-inset-x-20 {
    right: -20px;
    left: -20px;
  }

  .sm\:-inset-y-24 {
    top: -24px;
    bottom: -24px;
  }

  .sm\:-inset-x-24 {
    right: -24px;
    left: -24px;
  }

  .sm\:-inset-y-28 {
    top: -28px;
    bottom: -28px;
  }

  .sm\:-inset-x-28 {
    right: -28px;
    left: -28px;
  }

  .sm\:-inset-y-29 {
    top: -29px;
    bottom: -29px;
  }

  .sm\:-inset-x-29 {
    right: -29px;
    left: -29px;
  }

  .sm\:-inset-y-30 {
    top: -30px;
    bottom: -30px;
  }

  .sm\:-inset-x-30 {
    right: -30px;
    left: -30px;
  }

  .sm\:-inset-y-32 {
    top: -32px;
    bottom: -32px;
  }

  .sm\:-inset-x-32 {
    right: -32px;
    left: -32px;
  }

  .sm\:-inset-y-35 {
    top: -35px;
    bottom: -35px;
  }

  .sm\:-inset-x-35 {
    right: -35px;
    left: -35px;
  }

  .sm\:-inset-y-36 {
    top: -36px;
    bottom: -36px;
  }

  .sm\:-inset-x-36 {
    right: -36px;
    left: -36px;
  }

  .sm\:-inset-y-37 {
    top: -37px;
    bottom: -37px;
  }

  .sm\:-inset-x-37 {
    right: -37px;
    left: -37px;
  }

  .sm\:-inset-y-39 {
    top: -39px;
    bottom: -39px;
  }

  .sm\:-inset-x-39 {
    right: -39px;
    left: -39px;
  }

  .sm\:-inset-y-40 {
    top: -40px;
    bottom: -40px;
  }

  .sm\:-inset-x-40 {
    right: -40px;
    left: -40px;
  }

  .sm\:-inset-y-47 {
    top: -47px;
    bottom: -47px;
  }

  .sm\:-inset-x-47 {
    right: -47px;
    left: -47px;
  }

  .sm\:-inset-y-50 {
    top: -50px;
    bottom: -50px;
  }

  .sm\:-inset-x-50 {
    right: -50px;
    left: -50px;
  }

  .sm\:-inset-y-56 {
    top: -56px;
    bottom: -56px;
  }

  .sm\:-inset-x-56 {
    right: -56px;
    left: -56px;
  }

  .sm\:-inset-y-64 {
    top: -64px;
    bottom: -64px;
  }

  .sm\:-inset-x-64 {
    right: -64px;
    left: -64px;
  }

  .sm\:-inset-y-70 {
    top: -70px;
    bottom: -70px;
  }

  .sm\:-inset-x-70 {
    right: -70px;
    left: -70px;
  }

  .sm\:-inset-y-72 {
    top: -72px;
    bottom: -72px;
  }

  .sm\:-inset-x-72 {
    right: -72px;
    left: -72px;
  }

  .sm\:-inset-y-75 {
    top: -75px;
    bottom: -75px;
  }

  .sm\:-inset-x-75 {
    right: -75px;
    left: -75px;
  }

  .sm\:-inset-y-80 {
    top: -80px;
    bottom: -80px;
  }

  .sm\:-inset-x-80 {
    right: -80px;
    left: -80px;
  }

  .sm\:-inset-y-83 {
    top: -83px;
    bottom: -83px;
  }

  .sm\:-inset-x-83 {
    right: -83px;
    left: -83px;
  }

  .sm\:-inset-y-100 {
    top: -100px;
    bottom: -100px;
  }

  .sm\:-inset-x-100 {
    right: -100px;
    left: -100px;
  }

  .sm\:-inset-y-118 {
    top: -118px;
    bottom: -118px;
  }

  .sm\:-inset-x-118 {
    right: -118px;
    left: -118px;
  }

  .sm\:-inset-y-130 {
    top: -130px;
    bottom: -130px;
  }

  .sm\:-inset-x-130 {
    right: -130px;
    left: -130px;
  }

  .sm\:-inset-y-150 {
    top: -150px;
    bottom: -150px;
  }

  .sm\:-inset-x-150 {
    right: -150px;
    left: -150px;
  }

  .sm\:-inset-y-180 {
    top: -180px;
    bottom: -180px;
  }

  .sm\:-inset-x-180 {
    right: -180px;
    left: -180px;
  }

  .sm\:-inset-y-213 {
    top: -213px;
    bottom: -213px;
  }

  .sm\:-inset-x-213 {
    right: -213px;
    left: -213px;
  }

  .sm\:-inset-y-225 {
    top: -225px;
    bottom: -225px;
  }

  .sm\:-inset-x-225 {
    right: -225px;
    left: -225px;
  }

  .sm\:-inset-y-250 {
    top: -250px;
    bottom: -250px;
  }

  .sm\:-inset-x-250 {
    right: -250px;
    left: -250px;
  }

  .sm\:-inset-y-300 {
    top: -300px;
    bottom: -300px;
  }

  .sm\:-inset-x-300 {
    right: -300px;
    left: -300px;
  }

  .sm\:-inset-y-320 {
    top: -320px;
    bottom: -320px;
  }

  .sm\:-inset-x-320 {
    right: -320px;
    left: -320px;
  }

  .sm\:-inset-y-345 {
    top: -345px;
    bottom: -345px;
  }

  .sm\:-inset-x-345 {
    right: -345px;
    left: -345px;
  }

  .sm\:-inset-y-485 {
    top: -485px;
    bottom: -485px;
  }

  .sm\:-inset-x-485 {
    right: -485px;
    left: -485px;
  }

  .sm\:-inset-y-px {
    top: -1px;
    bottom: -1px;
  }

  .sm\:-inset-x-px {
    right: -1px;
    left: -1px;
  }

  .sm\:-inset-y--135 {
    top: 135px;
    bottom: 135px;
  }

  .sm\:-inset-x--135 {
    right: 135px;
    left: 135px;
  }

  .sm\:-inset-y-0p {
    top: 0%;
    bottom: 0%;
  }

  .sm\:-inset-x-0p {
    right: 0%;
    left: 0%;
  }

  .sm\:-inset-y-5p {
    top: -5%;
    bottom: -5%;
  }

  .sm\:-inset-x-5p {
    right: -5%;
    left: -5%;
  }

  .sm\:-inset-y-10p {
    top: -10%;
    bottom: -10%;
  }

  .sm\:-inset-x-10p {
    right: -10%;
    left: -10%;
  }

  .sm\:-inset-y-15p {
    top: -15%;
    bottom: -15%;
  }

  .sm\:-inset-x-15p {
    right: -15%;
    left: -15%;
  }

  .sm\:-inset-y-20p {
    top: -20%;
    bottom: -20%;
  }

  .sm\:-inset-x-20p {
    right: -20%;
    left: -20%;
  }

  .sm\:-inset-y-25p {
    top: -25%;
    bottom: -25%;
  }

  .sm\:-inset-x-25p {
    right: -25%;
    left: -25%;
  }

  .sm\:-inset-y-30p {
    top: -30%;
    bottom: -30%;
  }

  .sm\:-inset-x-30p {
    right: -30%;
    left: -30%;
  }

  .sm\:-inset-y-35p {
    top: -35%;
    bottom: -35%;
  }

  .sm\:-inset-x-35p {
    right: -35%;
    left: -35%;
  }

  .sm\:-inset-y-40p {
    top: -40%;
    bottom: -40%;
  }

  .sm\:-inset-x-40p {
    right: -40%;
    left: -40%;
  }

  .sm\:-inset-y-45p {
    top: -45%;
    bottom: -45%;
  }

  .sm\:-inset-x-45p {
    right: -45%;
    left: -45%;
  }

  .sm\:-inset-y-50p {
    top: -50%;
    bottom: -50%;
  }

  .sm\:-inset-x-50p {
    right: -50%;
    left: -50%;
  }

  .sm\:-inset-y-55p {
    top: -55%;
    bottom: -55%;
  }

  .sm\:-inset-x-55p {
    right: -55%;
    left: -55%;
  }

  .sm\:-inset-y-60p {
    top: -60%;
    bottom: -60%;
  }

  .sm\:-inset-x-60p {
    right: -60%;
    left: -60%;
  }

  .sm\:-inset-y-65p {
    top: -65%;
    bottom: -65%;
  }

  .sm\:-inset-x-65p {
    right: -65%;
    left: -65%;
  }

  .sm\:-inset-y-70p {
    top: -70%;
    bottom: -70%;
  }

  .sm\:-inset-x-70p {
    right: -70%;
    left: -70%;
  }

  .sm\:-inset-y-75p {
    top: -75%;
    bottom: -75%;
  }

  .sm\:-inset-x-75p {
    right: -75%;
    left: -75%;
  }

  .sm\:-inset-y-80p {
    top: -80%;
    bottom: -80%;
  }

  .sm\:-inset-x-80p {
    right: -80%;
    left: -80%;
  }

  .sm\:-inset-y-85p {
    top: -85%;
    bottom: -85%;
  }

  .sm\:-inset-x-85p {
    right: -85%;
    left: -85%;
  }

  .sm\:-inset-y-90p {
    top: -90%;
    bottom: -90%;
  }

  .sm\:-inset-x-90p {
    right: -90%;
    left: -90%;
  }

  .sm\:-inset-y-95p {
    top: -95%;
    bottom: -95%;
  }

  .sm\:-inset-x-95p {
    right: -95%;
    left: -95%;
  }

  .sm\:-inset-y-100p {
    top: -100%;
    bottom: -100%;
  }

  .sm\:-inset-x-100p {
    right: -100%;
    left: -100%;
  }

  .sm\:-inset-y-66\.5p {
    top: -66.5%;
    bottom: -66.5%;
  }

  .sm\:-inset-x-66\.5p {
    right: -66.5%;
    left: -66.5%;
  }

  .sm\:-inset-y-67\.5p {
    top: -67.5%;
    bottom: -67.5%;
  }

  .sm\:-inset-x-67\.5p {
    right: -67.5%;
    left: -67.5%;
  }

  .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-3 {
    top: 3px;
  }

  .sm\:right-3 {
    right: 3px;
  }

  .sm\:bottom-3 {
    bottom: 3px;
  }

  .sm\:left-3 {
    left: 3px;
  }

  .sm\:top-5 {
    top: 5px;
  }

  .sm\:right-5 {
    right: 5px;
  }

  .sm\:bottom-5 {
    bottom: 5px;
  }

  .sm\:left-5 {
    left: 5px;
  }

  .sm\:top-8 {
    top: 8px;
  }

  .sm\:right-8 {
    right: 8px;
  }

  .sm\:bottom-8 {
    bottom: 8px;
  }

  .sm\:left-8 {
    left: 8px;
  }

  .sm\:top-10 {
    top: 10px;
  }

  .sm\:right-10 {
    right: 10px;
  }

  .sm\:bottom-10 {
    bottom: 10px;
  }

  .sm\:left-10 {
    left: 10px;
  }

  .sm\:top-12 {
    top: 12px;
  }

  .sm\:right-12 {
    right: 12px;
  }

  .sm\:bottom-12 {
    bottom: 12px;
  }

  .sm\:left-12 {
    left: 12px;
  }

  .sm\:top-14 {
    top: 14px;
  }

  .sm\:right-14 {
    right: 14px;
  }

  .sm\:bottom-14 {
    bottom: 14px;
  }

  .sm\:left-14 {
    left: 14px;
  }

  .sm\:top-15 {
    top: 15px;
  }

  .sm\:right-15 {
    right: 15px;
  }

  .sm\:bottom-15 {
    bottom: 15px;
  }

  .sm\:left-15 {
    left: 15px;
  }

  .sm\:top-16 {
    top: 16px;
  }

  .sm\:right-16 {
    right: 16px;
  }

  .sm\:bottom-16 {
    bottom: 16px;
  }

  .sm\:left-16 {
    left: 16px;
  }

  .sm\:top-20 {
    top: 20px;
  }

  .sm\:right-20 {
    right: 20px;
  }

  .sm\:bottom-20 {
    bottom: 20px;
  }

  .sm\:left-20 {
    left: 20px;
  }

  .sm\:top-24 {
    top: 24px;
  }

  .sm\:right-24 {
    right: 24px;
  }

  .sm\:bottom-24 {
    bottom: 24px;
  }

  .sm\:left-24 {
    left: 24px;
  }

  .sm\:top-28 {
    top: 28px;
  }

  .sm\:right-28 {
    right: 28px;
  }

  .sm\:bottom-28 {
    bottom: 28px;
  }

  .sm\:left-28 {
    left: 28px;
  }

  .sm\:top-29 {
    top: 29px;
  }

  .sm\:right-29 {
    right: 29px;
  }

  .sm\:bottom-29 {
    bottom: 29px;
  }

  .sm\:left-29 {
    left: 29px;
  }

  .sm\:top-30 {
    top: 30px;
  }

  .sm\:right-30 {
    right: 30px;
  }

  .sm\:bottom-30 {
    bottom: 30px;
  }

  .sm\:left-30 {
    left: 30px;
  }

  .sm\:top-32 {
    top: 32px;
  }

  .sm\:right-32 {
    right: 32px;
  }

  .sm\:bottom-32 {
    bottom: 32px;
  }

  .sm\:left-32 {
    left: 32px;
  }

  .sm\:top-35 {
    top: 35px;
  }

  .sm\:right-35 {
    right: 35px;
  }

  .sm\:bottom-35 {
    bottom: 35px;
  }

  .sm\:left-35 {
    left: 35px;
  }

  .sm\:top-36 {
    top: 36px;
  }

  .sm\:right-36 {
    right: 36px;
  }

  .sm\:bottom-36 {
    bottom: 36px;
  }

  .sm\:left-36 {
    left: 36px;
  }

  .sm\:top-37 {
    top: 37px;
  }

  .sm\:right-37 {
    right: 37px;
  }

  .sm\:bottom-37 {
    bottom: 37px;
  }

  .sm\:left-37 {
    left: 37px;
  }

  .sm\:top-39 {
    top: 39px;
  }

  .sm\:right-39 {
    right: 39px;
  }

  .sm\:bottom-39 {
    bottom: 39px;
  }

  .sm\:left-39 {
    left: 39px;
  }

  .sm\:top-40 {
    top: 40px;
  }

  .sm\:right-40 {
    right: 40px;
  }

  .sm\:bottom-40 {
    bottom: 40px;
  }

  .sm\:left-40 {
    left: 40px;
  }

  .sm\:top-47 {
    top: 47px;
  }

  .sm\:right-47 {
    right: 47px;
  }

  .sm\:bottom-47 {
    bottom: 47px;
  }

  .sm\:left-47 {
    left: 47px;
  }

  .sm\:top-50 {
    top: 50px;
  }

  .sm\:right-50 {
    right: 50px;
  }

  .sm\:bottom-50 {
    bottom: 50px;
  }

  .sm\:left-50 {
    left: 50px;
  }

  .sm\:top-56 {
    top: 56px;
  }

  .sm\:right-56 {
    right: 56px;
  }

  .sm\:bottom-56 {
    bottom: 56px;
  }

  .sm\:left-56 {
    left: 56px;
  }

  .sm\:top-64 {
    top: 64px;
  }

  .sm\:right-64 {
    right: 64px;
  }

  .sm\:bottom-64 {
    bottom: 64px;
  }

  .sm\:left-64 {
    left: 64px;
  }

  .sm\:top-70 {
    top: 70px;
  }

  .sm\:right-70 {
    right: 70px;
  }

  .sm\:bottom-70 {
    bottom: 70px;
  }

  .sm\:left-70 {
    left: 70px;
  }

  .sm\:top-72 {
    top: 72px;
  }

  .sm\:right-72 {
    right: 72px;
  }

  .sm\:bottom-72 {
    bottom: 72px;
  }

  .sm\:left-72 {
    left: 72px;
  }

  .sm\:top-75 {
    top: 75px;
  }

  .sm\:right-75 {
    right: 75px;
  }

  .sm\:bottom-75 {
    bottom: 75px;
  }

  .sm\:left-75 {
    left: 75px;
  }

  .sm\:top-80 {
    top: 80px;
  }

  .sm\:right-80 {
    right: 80px;
  }

  .sm\:bottom-80 {
    bottom: 80px;
  }

  .sm\:left-80 {
    left: 80px;
  }

  .sm\:top-83 {
    top: 83px;
  }

  .sm\:right-83 {
    right: 83px;
  }

  .sm\:bottom-83 {
    bottom: 83px;
  }

  .sm\:left-83 {
    left: 83px;
  }

  .sm\:top-100 {
    top: 100px;
  }

  .sm\:right-100 {
    right: 100px;
  }

  .sm\:bottom-100 {
    bottom: 100px;
  }

  .sm\:left-100 {
    left: 100px;
  }

  .sm\:top-118 {
    top: 118px;
  }

  .sm\:right-118 {
    right: 118px;
  }

  .sm\:bottom-118 {
    bottom: 118px;
  }

  .sm\:left-118 {
    left: 118px;
  }

  .sm\:top-130 {
    top: 130px;
  }

  .sm\:right-130 {
    right: 130px;
  }

  .sm\:bottom-130 {
    bottom: 130px;
  }

  .sm\:left-130 {
    left: 130px;
  }

  .sm\:top-150 {
    top: 150px;
  }

  .sm\:right-150 {
    right: 150px;
  }

  .sm\:bottom-150 {
    bottom: 150px;
  }

  .sm\:left-150 {
    left: 150px;
  }

  .sm\:top-180 {
    top: 180px;
  }

  .sm\:right-180 {
    right: 180px;
  }

  .sm\:bottom-180 {
    bottom: 180px;
  }

  .sm\:left-180 {
    left: 180px;
  }

  .sm\:top-213 {
    top: 213px;
  }

  .sm\:right-213 {
    right: 213px;
  }

  .sm\:bottom-213 {
    bottom: 213px;
  }

  .sm\:left-213 {
    left: 213px;
  }

  .sm\:top-225 {
    top: 225px;
  }

  .sm\:right-225 {
    right: 225px;
  }

  .sm\:bottom-225 {
    bottom: 225px;
  }

  .sm\:left-225 {
    left: 225px;
  }

  .sm\:top-250 {
    top: 250px;
  }

  .sm\:right-250 {
    right: 250px;
  }

  .sm\:bottom-250 {
    bottom: 250px;
  }

  .sm\:left-250 {
    left: 250px;
  }

  .sm\:top-300 {
    top: 300px;
  }

  .sm\:right-300 {
    right: 300px;
  }

  .sm\:bottom-300 {
    bottom: 300px;
  }

  .sm\:left-300 {
    left: 300px;
  }

  .sm\:top-320 {
    top: 320px;
  }

  .sm\:right-320 {
    right: 320px;
  }

  .sm\:bottom-320 {
    bottom: 320px;
  }

  .sm\:left-320 {
    left: 320px;
  }

  .sm\:top-345 {
    top: 345px;
  }

  .sm\:right-345 {
    right: 345px;
  }

  .sm\:bottom-345 {
    bottom: 345px;
  }

  .sm\:left-345 {
    left: 345px;
  }

  .sm\:top-485 {
    top: 485px;
  }

  .sm\:right-485 {
    right: 485px;
  }

  .sm\:bottom-485 {
    bottom: 485px;
  }

  .sm\:left-485 {
    left: 485px;
  }

  .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-135 {
    top: -135px;
  }

  .sm\:-right-135 {
    right: -135px;
  }

  .sm\:-bottom-135 {
    bottom: -135px;
  }

  .sm\:-left-135 {
    left: -135px;
  }

  .sm\:top-0p {
    top: 0%;
  }

  .sm\:right-0p {
    right: 0%;
  }

  .sm\:bottom-0p {
    bottom: 0%;
  }

  .sm\:left-0p {
    left: 0%;
  }

  .sm\:top-5p {
    top: 5%;
  }

  .sm\:right-5p {
    right: 5%;
  }

  .sm\:bottom-5p {
    bottom: 5%;
  }

  .sm\:left-5p {
    left: 5%;
  }

  .sm\:top-10p {
    top: 10%;
  }

  .sm\:right-10p {
    right: 10%;
  }

  .sm\:bottom-10p {
    bottom: 10%;
  }

  .sm\:left-10p {
    left: 10%;
  }

  .sm\:top-15p {
    top: 15%;
  }

  .sm\:right-15p {
    right: 15%;
  }

  .sm\:bottom-15p {
    bottom: 15%;
  }

  .sm\:left-15p {
    left: 15%;
  }

  .sm\:top-20p {
    top: 20%;
  }

  .sm\:right-20p {
    right: 20%;
  }

  .sm\:bottom-20p {
    bottom: 20%;
  }

  .sm\:left-20p {
    left: 20%;
  }

  .sm\:top-25p {
    top: 25%;
  }

  .sm\:right-25p {
    right: 25%;
  }

  .sm\:bottom-25p {
    bottom: 25%;
  }

  .sm\:left-25p {
    left: 25%;
  }

  .sm\:top-30p {
    top: 30%;
  }

  .sm\:right-30p {
    right: 30%;
  }

  .sm\:bottom-30p {
    bottom: 30%;
  }

  .sm\:left-30p {
    left: 30%;
  }

  .sm\:top-35p {
    top: 35%;
  }

  .sm\:right-35p {
    right: 35%;
  }

  .sm\:bottom-35p {
    bottom: 35%;
  }

  .sm\:left-35p {
    left: 35%;
  }

  .sm\:top-40p {
    top: 40%;
  }

  .sm\:right-40p {
    right: 40%;
  }

  .sm\:bottom-40p {
    bottom: 40%;
  }

  .sm\:left-40p {
    left: 40%;
  }

  .sm\:top-45p {
    top: 45%;
  }

  .sm\:right-45p {
    right: 45%;
  }

  .sm\:bottom-45p {
    bottom: 45%;
  }

  .sm\:left-45p {
    left: 45%;
  }

  .sm\:top-50p {
    top: 50%;
  }

  .sm\:right-50p {
    right: 50%;
  }

  .sm\:bottom-50p {
    bottom: 50%;
  }

  .sm\:left-50p {
    left: 50%;
  }

  .sm\:top-55p {
    top: 55%;
  }

  .sm\:right-55p {
    right: 55%;
  }

  .sm\:bottom-55p {
    bottom: 55%;
  }

  .sm\:left-55p {
    left: 55%;
  }

  .sm\:top-60p {
    top: 60%;
  }

  .sm\:right-60p {
    right: 60%;
  }

  .sm\:bottom-60p {
    bottom: 60%;
  }

  .sm\:left-60p {
    left: 60%;
  }

  .sm\:top-65p {
    top: 65%;
  }

  .sm\:right-65p {
    right: 65%;
  }

  .sm\:bottom-65p {
    bottom: 65%;
  }

  .sm\:left-65p {
    left: 65%;
  }

  .sm\:top-70p {
    top: 70%;
  }

  .sm\:right-70p {
    right: 70%;
  }

  .sm\:bottom-70p {
    bottom: 70%;
  }

  .sm\:left-70p {
    left: 70%;
  }

  .sm\:top-75p {
    top: 75%;
  }

  .sm\:right-75p {
    right: 75%;
  }

  .sm\:bottom-75p {
    bottom: 75%;
  }

  .sm\:left-75p {
    left: 75%;
  }

  .sm\:top-80p {
    top: 80%;
  }

  .sm\:right-80p {
    right: 80%;
  }

  .sm\:bottom-80p {
    bottom: 80%;
  }

  .sm\:left-80p {
    left: 80%;
  }

  .sm\:top-85p {
    top: 85%;
  }

  .sm\:right-85p {
    right: 85%;
  }

  .sm\:bottom-85p {
    bottom: 85%;
  }

  .sm\:left-85p {
    left: 85%;
  }

  .sm\:top-90p {
    top: 90%;
  }

  .sm\:right-90p {
    right: 90%;
  }

  .sm\:bottom-90p {
    bottom: 90%;
  }

  .sm\:left-90p {
    left: 90%;
  }

  .sm\:top-95p {
    top: 95%;
  }

  .sm\:right-95p {
    right: 95%;
  }

  .sm\:bottom-95p {
    bottom: 95%;
  }

  .sm\:left-95p {
    left: 95%;
  }

  .sm\:top-100p {
    top: 100%;
  }

  .sm\:right-100p {
    right: 100%;
  }

  .sm\:bottom-100p {
    bottom: 100%;
  }

  .sm\:left-100p {
    left: 100%;
  }

  .sm\:top-66\.5p {
    top: 66.5%;
  }

  .sm\:right-66\.5p {
    right: 66.5%;
  }

  .sm\:bottom-66\.5p {
    bottom: 66.5%;
  }

  .sm\:left-66\.5p {
    left: 66.5%;
  }

  .sm\:top-67\.5p {
    top: 67.5%;
  }

  .sm\:right-67\.5p {
    right: 67.5%;
  }

  .sm\:bottom-67\.5p {
    bottom: 67.5%;
  }

  .sm\:left-67\.5p {
    left: 67.5%;
  }

  .sm\:-top-0 {
    top: 0px;
  }

  .sm\:-right-0 {
    right: 0px;
  }

  .sm\:-bottom-0 {
    bottom: 0px;
  }

  .sm\:-left-0 {
    left: 0px;
  }

  .sm\:-top-3 {
    top: -3px;
  }

  .sm\:-right-3 {
    right: -3px;
  }

  .sm\:-bottom-3 {
    bottom: -3px;
  }

  .sm\:-left-3 {
    left: -3px;
  }

  .sm\:-top-5 {
    top: -5px;
  }

  .sm\:-right-5 {
    right: -5px;
  }

  .sm\:-bottom-5 {
    bottom: -5px;
  }

  .sm\:-left-5 {
    left: -5px;
  }

  .sm\:-top-8 {
    top: -8px;
  }

  .sm\:-right-8 {
    right: -8px;
  }

  .sm\:-bottom-8 {
    bottom: -8px;
  }

  .sm\:-left-8 {
    left: -8px;
  }

  .sm\:-top-10 {
    top: -10px;
  }

  .sm\:-right-10 {
    right: -10px;
  }

  .sm\:-bottom-10 {
    bottom: -10px;
  }

  .sm\:-left-10 {
    left: -10px;
  }

  .sm\:-top-12 {
    top: -12px;
  }

  .sm\:-right-12 {
    right: -12px;
  }

  .sm\:-bottom-12 {
    bottom: -12px;
  }

  .sm\:-left-12 {
    left: -12px;
  }

  .sm\:-top-14 {
    top: -14px;
  }

  .sm\:-right-14 {
    right: -14px;
  }

  .sm\:-bottom-14 {
    bottom: -14px;
  }

  .sm\:-left-14 {
    left: -14px;
  }

  .sm\:-top-15 {
    top: -15px;
  }

  .sm\:-right-15 {
    right: -15px;
  }

  .sm\:-bottom-15 {
    bottom: -15px;
  }

  .sm\:-left-15 {
    left: -15px;
  }

  .sm\:-top-16 {
    top: -16px;
  }

  .sm\:-right-16 {
    right: -16px;
  }

  .sm\:-bottom-16 {
    bottom: -16px;
  }

  .sm\:-left-16 {
    left: -16px;
  }

  .sm\:-top-20 {
    top: -20px;
  }

  .sm\:-right-20 {
    right: -20px;
  }

  .sm\:-bottom-20 {
    bottom: -20px;
  }

  .sm\:-left-20 {
    left: -20px;
  }

  .sm\:-top-24 {
    top: -24px;
  }

  .sm\:-right-24 {
    right: -24px;
  }

  .sm\:-bottom-24 {
    bottom: -24px;
  }

  .sm\:-left-24 {
    left: -24px;
  }

  .sm\:-top-28 {
    top: -28px;
  }

  .sm\:-right-28 {
    right: -28px;
  }

  .sm\:-bottom-28 {
    bottom: -28px;
  }

  .sm\:-left-28 {
    left: -28px;
  }

  .sm\:-top-29 {
    top: -29px;
  }

  .sm\:-right-29 {
    right: -29px;
  }

  .sm\:-bottom-29 {
    bottom: -29px;
  }

  .sm\:-left-29 {
    left: -29px;
  }

  .sm\:-top-30 {
    top: -30px;
  }

  .sm\:-right-30 {
    right: -30px;
  }

  .sm\:-bottom-30 {
    bottom: -30px;
  }

  .sm\:-left-30 {
    left: -30px;
  }

  .sm\:-top-32 {
    top: -32px;
  }

  .sm\:-right-32 {
    right: -32px;
  }

  .sm\:-bottom-32 {
    bottom: -32px;
  }

  .sm\:-left-32 {
    left: -32px;
  }

  .sm\:-top-35 {
    top: -35px;
  }

  .sm\:-right-35 {
    right: -35px;
  }

  .sm\:-bottom-35 {
    bottom: -35px;
  }

  .sm\:-left-35 {
    left: -35px;
  }

  .sm\:-top-36 {
    top: -36px;
  }

  .sm\:-right-36 {
    right: -36px;
  }

  .sm\:-bottom-36 {
    bottom: -36px;
  }

  .sm\:-left-36 {
    left: -36px;
  }

  .sm\:-top-37 {
    top: -37px;
  }

  .sm\:-right-37 {
    right: -37px;
  }

  .sm\:-bottom-37 {
    bottom: -37px;
  }

  .sm\:-left-37 {
    left: -37px;
  }

  .sm\:-top-39 {
    top: -39px;
  }

  .sm\:-right-39 {
    right: -39px;
  }

  .sm\:-bottom-39 {
    bottom: -39px;
  }

  .sm\:-left-39 {
    left: -39px;
  }

  .sm\:-top-40 {
    top: -40px;
  }

  .sm\:-right-40 {
    right: -40px;
  }

  .sm\:-bottom-40 {
    bottom: -40px;
  }

  .sm\:-left-40 {
    left: -40px;
  }

  .sm\:-top-47 {
    top: -47px;
  }

  .sm\:-right-47 {
    right: -47px;
  }

  .sm\:-bottom-47 {
    bottom: -47px;
  }

  .sm\:-left-47 {
    left: -47px;
  }

  .sm\:-top-50 {
    top: -50px;
  }

  .sm\:-right-50 {
    right: -50px;
  }

  .sm\:-bottom-50 {
    bottom: -50px;
  }

  .sm\:-left-50 {
    left: -50px;
  }

  .sm\:-top-56 {
    top: -56px;
  }

  .sm\:-right-56 {
    right: -56px;
  }

  .sm\:-bottom-56 {
    bottom: -56px;
  }

  .sm\:-left-56 {
    left: -56px;
  }

  .sm\:-top-64 {
    top: -64px;
  }

  .sm\:-right-64 {
    right: -64px;
  }

  .sm\:-bottom-64 {
    bottom: -64px;
  }

  .sm\:-left-64 {
    left: -64px;
  }

  .sm\:-top-70 {
    top: -70px;
  }

  .sm\:-right-70 {
    right: -70px;
  }

  .sm\:-bottom-70 {
    bottom: -70px;
  }

  .sm\:-left-70 {
    left: -70px;
  }

  .sm\:-top-72 {
    top: -72px;
  }

  .sm\:-right-72 {
    right: -72px;
  }

  .sm\:-bottom-72 {
    bottom: -72px;
  }

  .sm\:-left-72 {
    left: -72px;
  }

  .sm\:-top-75 {
    top: -75px;
  }

  .sm\:-right-75 {
    right: -75px;
  }

  .sm\:-bottom-75 {
    bottom: -75px;
  }

  .sm\:-left-75 {
    left: -75px;
  }

  .sm\:-top-80 {
    top: -80px;
  }

  .sm\:-right-80 {
    right: -80px;
  }

  .sm\:-bottom-80 {
    bottom: -80px;
  }

  .sm\:-left-80 {
    left: -80px;
  }

  .sm\:-top-83 {
    top: -83px;
  }

  .sm\:-right-83 {
    right: -83px;
  }

  .sm\:-bottom-83 {
    bottom: -83px;
  }

  .sm\:-left-83 {
    left: -83px;
  }

  .sm\:-top-100 {
    top: -100px;
  }

  .sm\:-right-100 {
    right: -100px;
  }

  .sm\:-bottom-100 {
    bottom: -100px;
  }

  .sm\:-left-100 {
    left: -100px;
  }

  .sm\:-top-118 {
    top: -118px;
  }

  .sm\:-right-118 {
    right: -118px;
  }

  .sm\:-bottom-118 {
    bottom: -118px;
  }

  .sm\:-left-118 {
    left: -118px;
  }

  .sm\:-top-130 {
    top: -130px;
  }

  .sm\:-right-130 {
    right: -130px;
  }

  .sm\:-bottom-130 {
    bottom: -130px;
  }

  .sm\:-left-130 {
    left: -130px;
  }

  .sm\:-top-150 {
    top: -150px;
  }

  .sm\:-right-150 {
    right: -150px;
  }

  .sm\:-bottom-150 {
    bottom: -150px;
  }

  .sm\:-left-150 {
    left: -150px;
  }

  .sm\:-top-180 {
    top: -180px;
  }

  .sm\:-right-180 {
    right: -180px;
  }

  .sm\:-bottom-180 {
    bottom: -180px;
  }

  .sm\:-left-180 {
    left: -180px;
  }

  .sm\:-top-213 {
    top: -213px;
  }

  .sm\:-right-213 {
    right: -213px;
  }

  .sm\:-bottom-213 {
    bottom: -213px;
  }

  .sm\:-left-213 {
    left: -213px;
  }

  .sm\:-top-225 {
    top: -225px;
  }

  .sm\:-right-225 {
    right: -225px;
  }

  .sm\:-bottom-225 {
    bottom: -225px;
  }

  .sm\:-left-225 {
    left: -225px;
  }

  .sm\:-top-250 {
    top: -250px;
  }

  .sm\:-right-250 {
    right: -250px;
  }

  .sm\:-bottom-250 {
    bottom: -250px;
  }

  .sm\:-left-250 {
    left: -250px;
  }

  .sm\:-top-300 {
    top: -300px;
  }

  .sm\:-right-300 {
    right: -300px;
  }

  .sm\:-bottom-300 {
    bottom: -300px;
  }

  .sm\:-left-300 {
    left: -300px;
  }

  .sm\:-top-320 {
    top: -320px;
  }

  .sm\:-right-320 {
    right: -320px;
  }

  .sm\:-bottom-320 {
    bottom: -320px;
  }

  .sm\:-left-320 {
    left: -320px;
  }

  .sm\:-top-345 {
    top: -345px;
  }

  .sm\:-right-345 {
    right: -345px;
  }

  .sm\:-bottom-345 {
    bottom: -345px;
  }

  .sm\:-left-345 {
    left: -345px;
  }

  .sm\:-top-485 {
    top: -485px;
  }

  .sm\:-right-485 {
    right: -485px;
  }

  .sm\:-bottom-485 {
    bottom: -485px;
  }

  .sm\:-left-485 {
    left: -485px;
  }

  .sm\:-top-px {
    top: -1px;
  }

  .sm\:-right-px {
    right: -1px;
  }

  .sm\:-bottom-px {
    bottom: -1px;
  }

  .sm\:-left-px {
    left: -1px;
  }

  .sm\:-top--135 {
    top: 135px;
  }

  .sm\:-right--135 {
    right: 135px;
  }

  .sm\:-bottom--135 {
    bottom: 135px;
  }

  .sm\:-left--135 {
    left: 135px;
  }

  .sm\:-top-0p {
    top: 0%;
  }

  .sm\:-right-0p {
    right: 0%;
  }

  .sm\:-bottom-0p {
    bottom: 0%;
  }

  .sm\:-left-0p {
    left: 0%;
  }

  .sm\:-top-5p {
    top: -5%;
  }

  .sm\:-right-5p {
    right: -5%;
  }

  .sm\:-bottom-5p {
    bottom: -5%;
  }

  .sm\:-left-5p {
    left: -5%;
  }

  .sm\:-top-10p {
    top: -10%;
  }

  .sm\:-right-10p {
    right: -10%;
  }

  .sm\:-bottom-10p {
    bottom: -10%;
  }

  .sm\:-left-10p {
    left: -10%;
  }

  .sm\:-top-15p {
    top: -15%;
  }

  .sm\:-right-15p {
    right: -15%;
  }

  .sm\:-bottom-15p {
    bottom: -15%;
  }

  .sm\:-left-15p {
    left: -15%;
  }

  .sm\:-top-20p {
    top: -20%;
  }

  .sm\:-right-20p {
    right: -20%;
  }

  .sm\:-bottom-20p {
    bottom: -20%;
  }

  .sm\:-left-20p {
    left: -20%;
  }

  .sm\:-top-25p {
    top: -25%;
  }

  .sm\:-right-25p {
    right: -25%;
  }

  .sm\:-bottom-25p {
    bottom: -25%;
  }

  .sm\:-left-25p {
    left: -25%;
  }

  .sm\:-top-30p {
    top: -30%;
  }

  .sm\:-right-30p {
    right: -30%;
  }

  .sm\:-bottom-30p {
    bottom: -30%;
  }

  .sm\:-left-30p {
    left: -30%;
  }

  .sm\:-top-35p {
    top: -35%;
  }

  .sm\:-right-35p {
    right: -35%;
  }

  .sm\:-bottom-35p {
    bottom: -35%;
  }

  .sm\:-left-35p {
    left: -35%;
  }

  .sm\:-top-40p {
    top: -40%;
  }

  .sm\:-right-40p {
    right: -40%;
  }

  .sm\:-bottom-40p {
    bottom: -40%;
  }

  .sm\:-left-40p {
    left: -40%;
  }

  .sm\:-top-45p {
    top: -45%;
  }

  .sm\:-right-45p {
    right: -45%;
  }

  .sm\:-bottom-45p {
    bottom: -45%;
  }

  .sm\:-left-45p {
    left: -45%;
  }

  .sm\:-top-50p {
    top: -50%;
  }

  .sm\:-right-50p {
    right: -50%;
  }

  .sm\:-bottom-50p {
    bottom: -50%;
  }

  .sm\:-left-50p {
    left: -50%;
  }

  .sm\:-top-55p {
    top: -55%;
  }

  .sm\:-right-55p {
    right: -55%;
  }

  .sm\:-bottom-55p {
    bottom: -55%;
  }

  .sm\:-left-55p {
    left: -55%;
  }

  .sm\:-top-60p {
    top: -60%;
  }

  .sm\:-right-60p {
    right: -60%;
  }

  .sm\:-bottom-60p {
    bottom: -60%;
  }

  .sm\:-left-60p {
    left: -60%;
  }

  .sm\:-top-65p {
    top: -65%;
  }

  .sm\:-right-65p {
    right: -65%;
  }

  .sm\:-bottom-65p {
    bottom: -65%;
  }

  .sm\:-left-65p {
    left: -65%;
  }

  .sm\:-top-70p {
    top: -70%;
  }

  .sm\:-right-70p {
    right: -70%;
  }

  .sm\:-bottom-70p {
    bottom: -70%;
  }

  .sm\:-left-70p {
    left: -70%;
  }

  .sm\:-top-75p {
    top: -75%;
  }

  .sm\:-right-75p {
    right: -75%;
  }

  .sm\:-bottom-75p {
    bottom: -75%;
  }

  .sm\:-left-75p {
    left: -75%;
  }

  .sm\:-top-80p {
    top: -80%;
  }

  .sm\:-right-80p {
    right: -80%;
  }

  .sm\:-bottom-80p {
    bottom: -80%;
  }

  .sm\:-left-80p {
    left: -80%;
  }

  .sm\:-top-85p {
    top: -85%;
  }

  .sm\:-right-85p {
    right: -85%;
  }

  .sm\:-bottom-85p {
    bottom: -85%;
  }

  .sm\:-left-85p {
    left: -85%;
  }

  .sm\:-top-90p {
    top: -90%;
  }

  .sm\:-right-90p {
    right: -90%;
  }

  .sm\:-bottom-90p {
    bottom: -90%;
  }

  .sm\:-left-90p {
    left: -90%;
  }

  .sm\:-top-95p {
    top: -95%;
  }

  .sm\:-right-95p {
    right: -95%;
  }

  .sm\:-bottom-95p {
    bottom: -95%;
  }

  .sm\:-left-95p {
    left: -95%;
  }

  .sm\:-top-100p {
    top: -100%;
  }

  .sm\:-right-100p {
    right: -100%;
  }

  .sm\:-bottom-100p {
    bottom: -100%;
  }

  .sm\:-left-100p {
    left: -100%;
  }

  .sm\:-top-66\.5p {
    top: -66.5%;
  }

  .sm\:-right-66\.5p {
    right: -66.5%;
  }

  .sm\:-bottom-66\.5p {
    bottom: -66.5%;
  }

  .sm\:-left-66\.5p {
    left: -66.5%;
  }

  .sm\:-top-67\.5p {
    top: -67.5%;
  }

  .sm\:-right-67\.5p {
    right: -67.5%;
  }

  .sm\:-bottom-67\.5p {
    bottom: -67.5%;
  }

  .sm\:-left-67\.5p {
    left: -67.5%;
  }

  .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-header {
    --tw-shadow: 0 8px 32px rgba(0, 0, 0, 0.32);
    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-header {
    --tw-shadow: 0 8px 32px rgba(0, 0, 0, 0.32);
    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-header:focus-within {
    --tw-shadow: 0 8px 32px rgba(0, 0, 0, 0.32);
    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-header:hover {
    --tw-shadow: 0 8px 32px rgba(0, 0, 0, 0.32);
    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-header:focus {
    --tw-shadow: 0 8px 32px rgba(0, 0, 0, 0.32);
    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-1 {
    --tw-ring-offset-color: #464646;
  }

  .sm\:ring-offset-black-2 {
    --tw-ring-offset-color: #d7d7d7;
  }

  .sm\:ring-offset-black-3 {
    --tw-ring-offset-color: #262626;
  }

  .sm\:ring-offset-black-4 {
    --tw-ring-offset-color: #ededed;
  }

  .sm\:ring-offset-black-5 {
    --tw-ring-offset-color: #444444;
  }

  .sm\:ring-offset-black-6 {
    --tw-ring-offset-color: #6c6c6c;
  }

  .sm\:ring-offset-black {
    --tw-ring-offset-color: #000;
  }

  .sm\:ring-offset-white-1 {
    --tw-ring-offset-color: #f4f4f4;
  }

  .sm\:ring-offset-white {
    --tw-ring-offset-color: #fff;
  }

  .sm\:ring-offset-pink-1 {
    --tw-ring-offset-color: #e96593;
  }

  .sm\:ring-offset-pink {
    --tw-ring-offset-color: #ee8bae;
  }

  .sm\:ring-offset-red-1 {
    --tw-ring-offset-color: #e7061f;
  }

  .sm\:ring-offset-red {
    --tw-ring-offset-color: #ef0016;
  }

  .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-1:focus-within {
    --tw-ring-offset-color: #464646;
  }

  .sm\:focus-within\:ring-offset-black-2:focus-within {
    --tw-ring-offset-color: #d7d7d7;
  }

  .sm\:focus-within\:ring-offset-black-3:focus-within {
    --tw-ring-offset-color: #262626;
  }

  .sm\:focus-within\:ring-offset-black-4:focus-within {
    --tw-ring-offset-color: #ededed;
  }

  .sm\:focus-within\:ring-offset-black-5:focus-within {
    --tw-ring-offset-color: #444444;
  }

  .sm\:focus-within\:ring-offset-black-6:focus-within {
    --tw-ring-offset-color: #6c6c6c;
  }

  .sm\:focus-within\:ring-offset-black:focus-within {
    --tw-ring-offset-color: #000;
  }

  .sm\:focus-within\:ring-offset-white-1:focus-within {
    --tw-ring-offset-color: #f4f4f4;
  }

  .sm\:focus-within\:ring-offset-white:focus-within {
    --tw-ring-offset-color: #fff;
  }

  .sm\:focus-within\:ring-offset-pink-1:focus-within {
    --tw-ring-offset-color: #e96593;
  }

  .sm\:focus-within\:ring-offset-pink:focus-within {
    --tw-ring-offset-color: #ee8bae;
  }

  .sm\:focus-within\:ring-offset-red-1:focus-within {
    --tw-ring-offset-color: #e7061f;
  }

  .sm\:focus-within\:ring-offset-red:focus-within {
    --tw-ring-offset-color: #ef0016;
  }

  .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-1:focus {
    --tw-ring-offset-color: #464646;
  }

  .sm\:focus\:ring-offset-black-2:focus {
    --tw-ring-offset-color: #d7d7d7;
  }

  .sm\:focus\:ring-offset-black-3:focus {
    --tw-ring-offset-color: #262626;
  }

  .sm\:focus\:ring-offset-black-4:focus {
    --tw-ring-offset-color: #ededed;
  }

  .sm\:focus\:ring-offset-black-5:focus {
    --tw-ring-offset-color: #444444;
  }

  .sm\:focus\:ring-offset-black-6:focus {
    --tw-ring-offset-color: #6c6c6c;
  }

  .sm\:focus\:ring-offset-black:focus {
    --tw-ring-offset-color: #000;
  }

  .sm\:focus\:ring-offset-white-1:focus {
    --tw-ring-offset-color: #f4f4f4;
  }

  .sm\:focus\:ring-offset-white:focus {
    --tw-ring-offset-color: #fff;
  }

  .sm\:focus\:ring-offset-pink-1:focus {
    --tw-ring-offset-color: #e96593;
  }

  .sm\:focus\:ring-offset-pink:focus {
    --tw-ring-offset-color: #ee8bae;
  }

  .sm\:focus\:ring-offset-red-1:focus {
    --tw-ring-offset-color: #e7061f;
  }

  .sm\:focus\:ring-offset-red:focus {
    --tw-ring-offset-color: #ef0016;
  }

  .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-1 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(70, 70, 70, var(--tw-ring-opacity));
  }

  .sm\:ring-black-2 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(215, 215, 215, var(--tw-ring-opacity));
  }

  .sm\:ring-black-3 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(38, 38, 38, var(--tw-ring-opacity));
  }

  .sm\:ring-black-4 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 237, 237, var(--tw-ring-opacity));
  }

  .sm\:ring-black-5 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(68, 68, 68, var(--tw-ring-opacity));
  }

  .sm\:ring-black-6 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(108, 108, 108, var(--tw-ring-opacity));
  }

  .sm\:ring-black {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .sm\:ring-white-1 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 244, 244, var(--tw-ring-opacity));
  }

  .sm\:ring-white {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .sm\:ring-pink-1 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(233, 101, 147, var(--tw-ring-opacity));
  }

  .sm\:ring-pink {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 139, 174, var(--tw-ring-opacity));
  }

  .sm\:ring-red-1 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(231, 6, 31, var(--tw-ring-opacity));
  }

  .sm\:ring-red {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 0, 22, 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-1:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(70, 70, 70, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-black-2:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(215, 215, 215, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-black-3:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(38, 38, 38, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-black-4:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 237, 237, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-black-5:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(68, 68, 68, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-black-6:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(108, 108, 108, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-black:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-white-1:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 244, 244, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-white:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-pink-1:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(233, 101, 147, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-pink:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 139, 174, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-red-1:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(231, 6, 31, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-red:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 0, 22, 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-1:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(70, 70, 70, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-black-2:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(215, 215, 215, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-black-3:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(38, 38, 38, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-black-4:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 237, 237, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-black-5:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(68, 68, 68, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-black-6:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(108, 108, 108, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-black:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-white-1:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 244, 244, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-white:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-pink-1:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(233, 101, 147, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-pink:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 139, 174, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-red-1:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(231, 6, 31, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-red:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 0, 22, 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-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-50 {
    --tw-ring-opacity: 0.5;
  }

  .sm\:ring-opacity-60 {
    --tw-ring-opacity: 0.6;
  }

  .sm\:ring-opacity-70 {
    --tw-ring-opacity: 0.7;
  }

  .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-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-50:focus-within {
    --tw-ring-opacity: 0.5;
  }

  .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-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-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-50:focus {
    --tw-ring-opacity: 0.5;
  }

  .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-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-1 {
    --tw-text-opacity: 1;
    color: rgba(70, 70, 70, var(--tw-text-opacity));
  }

  .sm\:text-black-2 {
    --tw-text-opacity: 1;
    color: rgba(215, 215, 215, var(--tw-text-opacity));
  }

  .sm\:text-black-3 {
    --tw-text-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-text-opacity));
  }

  .sm\:text-black-4 {
    --tw-text-opacity: 1;
    color: rgba(237, 237, 237, var(--tw-text-opacity));
  }

  .sm\:text-black-5 {
    --tw-text-opacity: 1;
    color: rgba(68, 68, 68, var(--tw-text-opacity));
  }

  .sm\:text-black-6 {
    --tw-text-opacity: 1;
    color: rgba(108, 108, 108, var(--tw-text-opacity));
  }

  .sm\:text-black {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .sm\:text-white-1 {
    --tw-text-opacity: 1;
    color: rgba(244, 244, 244, var(--tw-text-opacity));
  }

  .sm\:text-white {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .sm\:text-pink-1 {
    --tw-text-opacity: 1;
    color: rgba(233, 101, 147, var(--tw-text-opacity));
  }

  .sm\:text-pink {
    --tw-text-opacity: 1;
    color: rgba(238, 139, 174, var(--tw-text-opacity));
  }

  .sm\:text-red-1 {
    --tw-text-opacity: 1;
    color: rgba(231, 6, 31, var(--tw-text-opacity));
  }

  .sm\:text-red {
    --tw-text-opacity: 1;
    color: rgba(239, 0, 22, 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-1 {
    --tw-text-opacity: 1;
    color: rgba(70, 70, 70, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-black-2 {
    --tw-text-opacity: 1;
    color: rgba(215, 215, 215, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-black-3 {
    --tw-text-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-black-4 {
    --tw-text-opacity: 1;
    color: rgba(237, 237, 237, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-black-5 {
    --tw-text-opacity: 1;
    color: rgba(68, 68, 68, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-black-6 {
    --tw-text-opacity: 1;
    color: rgba(108, 108, 108, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-black {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-white-1 {
    --tw-text-opacity: 1;
    color: rgba(244, 244, 244, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-white {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-pink-1 {
    --tw-text-opacity: 1;
    color: rgba(233, 101, 147, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-pink {
    --tw-text-opacity: 1;
    color: rgba(238, 139, 174, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-red-1 {
    --tw-text-opacity: 1;
    color: rgba(231, 6, 31, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-red {
    --tw-text-opacity: 1;
    color: rgba(239, 0, 22, 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-1:focus-within {
    --tw-text-opacity: 1;
    color: rgba(70, 70, 70, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-black-2:focus-within {
    --tw-text-opacity: 1;
    color: rgba(215, 215, 215, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-black-3:focus-within {
    --tw-text-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-black-4:focus-within {
    --tw-text-opacity: 1;
    color: rgba(237, 237, 237, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-black-5:focus-within {
    --tw-text-opacity: 1;
    color: rgba(68, 68, 68, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-black-6:focus-within {
    --tw-text-opacity: 1;
    color: rgba(108, 108, 108, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-black:focus-within {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-white-1:focus-within {
    --tw-text-opacity: 1;
    color: rgba(244, 244, 244, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-white:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-pink-1:focus-within {
    --tw-text-opacity: 1;
    color: rgba(233, 101, 147, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-pink:focus-within {
    --tw-text-opacity: 1;
    color: rgba(238, 139, 174, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-red-1:focus-within {
    --tw-text-opacity: 1;
    color: rgba(231, 6, 31, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-red:focus-within {
    --tw-text-opacity: 1;
    color: rgba(239, 0, 22, var(--tw-text-opacity));
  }

  .sm\:hover\:text-transparent:hover {
    color: transparent;
  }

  .sm\:hover\:text-current:hover {
    color: currentColor;
  }

  .sm\:hover\:text-black-1:hover {
    --tw-text-opacity: 1;
    color: rgba(70, 70, 70, var(--tw-text-opacity));
  }

  .sm\:hover\:text-black-2:hover {
    --tw-text-opacity: 1;
    color: rgba(215, 215, 215, var(--tw-text-opacity));
  }

  .sm\:hover\:text-black-3:hover {
    --tw-text-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-text-opacity));
  }

  .sm\:hover\:text-black-4:hover {
    --tw-text-opacity: 1;
    color: rgba(237, 237, 237, var(--tw-text-opacity));
  }

  .sm\:hover\:text-black-5:hover {
    --tw-text-opacity: 1;
    color: rgba(68, 68, 68, var(--tw-text-opacity));
  }

  .sm\:hover\:text-black-6:hover {
    --tw-text-opacity: 1;
    color: rgba(108, 108, 108, var(--tw-text-opacity));
  }

  .sm\:hover\:text-black:hover {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .sm\:hover\:text-white-1:hover {
    --tw-text-opacity: 1;
    color: rgba(244, 244, 244, var(--tw-text-opacity));
  }

  .sm\:hover\:text-white:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .sm\:hover\:text-pink-1:hover {
    --tw-text-opacity: 1;
    color: rgba(233, 101, 147, var(--tw-text-opacity));
  }

  .sm\:hover\:text-pink:hover {
    --tw-text-opacity: 1;
    color: rgba(238, 139, 174, var(--tw-text-opacity));
  }

  .sm\:hover\:text-red-1:hover {
    --tw-text-opacity: 1;
    color: rgba(231, 6, 31, var(--tw-text-opacity));
  }

  .sm\:hover\:text-red:hover {
    --tw-text-opacity: 1;
    color: rgba(239, 0, 22, var(--tw-text-opacity));
  }

  .sm\:focus\:text-transparent:focus {
    color: transparent;
  }

  .sm\:focus\:text-current:focus {
    color: currentColor;
  }

  .sm\:focus\:text-black-1:focus {
    --tw-text-opacity: 1;
    color: rgba(70, 70, 70, var(--tw-text-opacity));
  }

  .sm\:focus\:text-black-2:focus {
    --tw-text-opacity: 1;
    color: rgba(215, 215, 215, var(--tw-text-opacity));
  }

  .sm\:focus\:text-black-3:focus {
    --tw-text-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-text-opacity));
  }

  .sm\:focus\:text-black-4:focus {
    --tw-text-opacity: 1;
    color: rgba(237, 237, 237, var(--tw-text-opacity));
  }

  .sm\:focus\:text-black-5:focus {
    --tw-text-opacity: 1;
    color: rgba(68, 68, 68, var(--tw-text-opacity));
  }

  .sm\:focus\:text-black-6:focus {
    --tw-text-opacity: 1;
    color: rgba(108, 108, 108, var(--tw-text-opacity));
  }

  .sm\:focus\:text-black:focus {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .sm\:focus\:text-white-1:focus {
    --tw-text-opacity: 1;
    color: rgba(244, 244, 244, var(--tw-text-opacity));
  }

  .sm\:focus\:text-white:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .sm\:focus\:text-pink-1:focus {
    --tw-text-opacity: 1;
    color: rgba(233, 101, 147, var(--tw-text-opacity));
  }

  .sm\:focus\:text-pink:focus {
    --tw-text-opacity: 1;
    color: rgba(238, 139, 174, var(--tw-text-opacity));
  }

  .sm\:focus\:text-red-1:focus {
    --tw-text-opacity: 1;
    color: rgba(231, 6, 31, var(--tw-text-opacity));
  }

  .sm\:focus\:text-red:focus {
    --tw-text-opacity: 1;
    color: rgba(239, 0, 22, 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-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-50 {
    --tw-text-opacity: 0.5;
  }

  .sm\:text-opacity-60 {
    --tw-text-opacity: 0.6;
  }

  .sm\:text-opacity-70 {
    --tw-text-opacity: 0.7;
  }

  .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-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-50 {
    --tw-text-opacity: 0.5;
  }

  .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-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-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-50:focus-within {
    --tw-text-opacity: 0.5;
  }

  .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-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-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-50:hover {
    --tw-text-opacity: 0.5;
  }

  .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-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-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-50:focus {
    --tw-text-opacity: 0.5;
  }

  .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-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\: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-3 {
    width: 3px;
  }

  .sm\:w-5 {
    width: 5px;
  }

  .sm\:w-8 {
    width: 8px;
  }

  .sm\:w-10 {
    width: 10px;
  }

  .sm\:w-12 {
    width: 12px;
  }

  .sm\:w-14 {
    width: 14px;
  }

  .sm\:w-15 {
    width: 15px;
  }

  .sm\:w-16 {
    width: 16px;
  }

  .sm\:w-20 {
    width: 20px;
  }

  .sm\:w-24 {
    width: 24px;
  }

  .sm\:w-28 {
    width: 28px;
  }

  .sm\:w-29 {
    width: 29px;
  }

  .sm\:w-30 {
    width: 30px;
  }

  .sm\:w-32 {
    width: 32px;
  }

  .sm\:w-35 {
    width: 35px;
  }

  .sm\:w-36 {
    width: 36px;
  }

  .sm\:w-37 {
    width: 37px;
  }

  .sm\:w-39 {
    width: 39px;
  }

  .sm\:w-40 {
    width: 40px;
  }

  .sm\:w-47 {
    width: 47px;
  }

  .sm\:w-50 {
    width: 50px;
  }

  .sm\:w-56 {
    width: 56px;
  }

  .sm\:w-64 {
    width: 64px;
  }

  .sm\:w-70 {
    width: 70px;
  }

  .sm\:w-72 {
    width: 72px;
  }

  .sm\:w-75 {
    width: 75px;
  }

  .sm\:w-80 {
    width: 80px;
  }

  .sm\:w-83 {
    width: 83px;
  }

  .sm\:w-100 {
    width: 100px;
  }

  .sm\:w-118 {
    width: 118px;
  }

  .sm\:w-130 {
    width: 130px;
  }

  .sm\:w-150 {
    width: 150px;
  }

  .sm\:w-180 {
    width: 180px;
  }

  .sm\:w-213 {
    width: 213px;
  }

  .sm\:w-225 {
    width: 225px;
  }

  .sm\:w-250 {
    width: 250px;
  }

  .sm\:w-300 {
    width: 300px;
  }

  .sm\:w-320 {
    width: 320px;
  }

  .sm\:w-345 {
    width: 345px;
  }

  .sm\:w-485 {
    width: 485px;
  }

  .sm\:w-auto {
    width: auto;
  }

  .sm\:w-px {
    width: 1px;
  }

  .sm\:-w-135 {
    width: -135px;
  }

  .sm\:w-0p {
    width: 0%;
  }

  .sm\:w-5p {
    width: 5%;
  }

  .sm\:w-10p {
    width: 10%;
  }

  .sm\:w-15p {
    width: 15%;
  }

  .sm\:w-20p {
    width: 20%;
  }

  .sm\:w-25p {
    width: 25%;
  }

  .sm\:w-30p {
    width: 30%;
  }

  .sm\:w-35p {
    width: 35%;
  }

  .sm\:w-40p {
    width: 40%;
  }

  .sm\:w-45p {
    width: 45%;
  }

  .sm\:w-50p {
    width: 50%;
  }

  .sm\:w-55p {
    width: 55%;
  }

  .sm\:w-60p {
    width: 60%;
  }

  .sm\:w-65p {
    width: 65%;
  }

  .sm\:w-70p {
    width: 70%;
  }

  .sm\:w-75p {
    width: 75%;
  }

  .sm\:w-80p {
    width: 80%;
  }

  .sm\:w-85p {
    width: 85%;
  }

  .sm\:w-90p {
    width: 90%;
  }

  .sm\:w-95p {
    width: 95%;
  }

  .sm\:w-100p {
    width: 100%;
  }

  .sm\:w-66\.5p {
    width: 66.5%;
  }

  .sm\:w-67\.5p {
    width: 67.5%;
  }

  .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\:z-0 {
    z-index: 0;
  }

  .sm\:z-10 {
    z-index: 10;
  }

  .sm\:z-20 {
    z-index: 20;
  }

  .sm\:z-30 {
    z-index: 30;
  }

  .sm\:z-40 {
    z-index: 40;
  }

  .sm\:z-50 {
    z-index: 50;
  }

  .sm\:z-auto {
    z-index: auto;
  }

  .sm\:-z-1 {
    z-index: -1;
  }

  .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-auto:focus-within {
    z-index: auto;
  }

  .sm\:focus-within\:-z-1:focus-within {
    z-index: -1;
  }

  .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-auto:focus {
    z-index: auto;
  }

  .sm\:focus\:-z-1:focus {
    z-index: -1;
  }

  .sm\:gap-0 {
    gap: 0px;
  }

  .sm\:gap-3 {
    gap: 3px;
  }

  .sm\:gap-5 {
    gap: 5px;
  }

  .sm\:gap-8 {
    gap: 8px;
  }

  .sm\:gap-10 {
    gap: 10px;
  }

  .sm\:gap-12 {
    gap: 12px;
  }

  .sm\:gap-14 {
    gap: 14px;
  }

  .sm\:gap-15 {
    gap: 15px;
  }

  .sm\:gap-16 {
    gap: 16px;
  }

  .sm\:gap-20 {
    gap: 20px;
  }

  .sm\:gap-24 {
    gap: 24px;
  }

  .sm\:gap-28 {
    gap: 28px;
  }

  .sm\:gap-29 {
    gap: 29px;
  }

  .sm\:gap-30 {
    gap: 30px;
  }

  .sm\:gap-32 {
    gap: 32px;
  }

  .sm\:gap-35 {
    gap: 35px;
  }

  .sm\:gap-36 {
    gap: 36px;
  }

  .sm\:gap-37 {
    gap: 37px;
  }

  .sm\:gap-39 {
    gap: 39px;
  }

  .sm\:gap-40 {
    gap: 40px;
  }

  .sm\:gap-47 {
    gap: 47px;
  }

  .sm\:gap-50 {
    gap: 50px;
  }

  .sm\:gap-56 {
    gap: 56px;
  }

  .sm\:gap-64 {
    gap: 64px;
  }

  .sm\:gap-70 {
    gap: 70px;
  }

  .sm\:gap-72 {
    gap: 72px;
  }

  .sm\:gap-75 {
    gap: 75px;
  }

  .sm\:gap-80 {
    gap: 80px;
  }

  .sm\:gap-83 {
    gap: 83px;
  }

  .sm\:gap-100 {
    gap: 100px;
  }

  .sm\:gap-118 {
    gap: 118px;
  }

  .sm\:gap-130 {
    gap: 130px;
  }

  .sm\:gap-150 {
    gap: 150px;
  }

  .sm\:gap-180 {
    gap: 180px;
  }

  .sm\:gap-213 {
    gap: 213px;
  }

  .sm\:gap-225 {
    gap: 225px;
  }

  .sm\:gap-250 {
    gap: 250px;
  }

  .sm\:gap-300 {
    gap: 300px;
  }

  .sm\:gap-320 {
    gap: 320px;
  }

  .sm\:gap-345 {
    gap: 345px;
  }

  .sm\:gap-485 {
    gap: 485px;
  }

  .sm\:gap-px {
    gap: 1px;
  }

  .sm\:-gap-135 {
    gap: -135px;
  }

  .sm\:gap-0p {
    gap: 0%;
  }

  .sm\:gap-5p {
    gap: 5%;
  }

  .sm\:gap-10p {
    gap: 10%;
  }

  .sm\:gap-15p {
    gap: 15%;
  }

  .sm\:gap-20p {
    gap: 20%;
  }

  .sm\:gap-25p {
    gap: 25%;
  }

  .sm\:gap-30p {
    gap: 30%;
  }

  .sm\:gap-35p {
    gap: 35%;
  }

  .sm\:gap-40p {
    gap: 40%;
  }

  .sm\:gap-45p {
    gap: 45%;
  }

  .sm\:gap-50p {
    gap: 50%;
  }

  .sm\:gap-55p {
    gap: 55%;
  }

  .sm\:gap-60p {
    gap: 60%;
  }

  .sm\:gap-65p {
    gap: 65%;
  }

  .sm\:gap-70p {
    gap: 70%;
  }

  .sm\:gap-75p {
    gap: 75%;
  }

  .sm\:gap-80p {
    gap: 80%;
  }

  .sm\:gap-85p {
    gap: 85%;
  }

  .sm\:gap-90p {
    gap: 90%;
  }

  .sm\:gap-95p {
    gap: 95%;
  }

  .sm\:gap-100p {
    gap: 100%;
  }

  .sm\:gap-66\.5p {
    gap: 66.5%;
  }

  .sm\:gap-67\.5p {
    gap: 67.5%;
  }

  .sm\:gap-x-0 {
    -moz-column-gap: 0px;
         column-gap: 0px;
  }

  .sm\:gap-x-3 {
    -moz-column-gap: 3px;
         column-gap: 3px;
  }

  .sm\:gap-x-5 {
    -moz-column-gap: 5px;
         column-gap: 5px;
  }

  .sm\:gap-x-8 {
    -moz-column-gap: 8px;
         column-gap: 8px;
  }

  .sm\:gap-x-10 {
    -moz-column-gap: 10px;
         column-gap: 10px;
  }

  .sm\:gap-x-12 {
    -moz-column-gap: 12px;
         column-gap: 12px;
  }

  .sm\:gap-x-14 {
    -moz-column-gap: 14px;
         column-gap: 14px;
  }

  .sm\:gap-x-15 {
    -moz-column-gap: 15px;
         column-gap: 15px;
  }

  .sm\:gap-x-16 {
    -moz-column-gap: 16px;
         column-gap: 16px;
  }

  .sm\:gap-x-20 {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }

  .sm\:gap-x-24 {
    -moz-column-gap: 24px;
         column-gap: 24px;
  }

  .sm\:gap-x-28 {
    -moz-column-gap: 28px;
         column-gap: 28px;
  }

  .sm\:gap-x-29 {
    -moz-column-gap: 29px;
         column-gap: 29px;
  }

  .sm\:gap-x-30 {
    -moz-column-gap: 30px;
         column-gap: 30px;
  }

  .sm\:gap-x-32 {
    -moz-column-gap: 32px;
         column-gap: 32px;
  }

  .sm\:gap-x-35 {
    -moz-column-gap: 35px;
         column-gap: 35px;
  }

  .sm\:gap-x-36 {
    -moz-column-gap: 36px;
         column-gap: 36px;
  }

  .sm\:gap-x-37 {
    -moz-column-gap: 37px;
         column-gap: 37px;
  }

  .sm\:gap-x-39 {
    -moz-column-gap: 39px;
         column-gap: 39px;
  }

  .sm\:gap-x-40 {
    -moz-column-gap: 40px;
         column-gap: 40px;
  }

  .sm\:gap-x-47 {
    -moz-column-gap: 47px;
         column-gap: 47px;
  }

  .sm\:gap-x-50 {
    -moz-column-gap: 50px;
         column-gap: 50px;
  }

  .sm\:gap-x-56 {
    -moz-column-gap: 56px;
         column-gap: 56px;
  }

  .sm\:gap-x-64 {
    -moz-column-gap: 64px;
         column-gap: 64px;
  }

  .sm\:gap-x-70 {
    -moz-column-gap: 70px;
         column-gap: 70px;
  }

  .sm\:gap-x-72 {
    -moz-column-gap: 72px;
         column-gap: 72px;
  }

  .sm\:gap-x-75 {
    -moz-column-gap: 75px;
         column-gap: 75px;
  }

  .sm\:gap-x-80 {
    -moz-column-gap: 80px;
         column-gap: 80px;
  }

  .sm\:gap-x-83 {
    -moz-column-gap: 83px;
         column-gap: 83px;
  }

  .sm\:gap-x-100 {
    -moz-column-gap: 100px;
         column-gap: 100px;
  }

  .sm\:gap-x-118 {
    -moz-column-gap: 118px;
         column-gap: 118px;
  }

  .sm\:gap-x-130 {
    -moz-column-gap: 130px;
         column-gap: 130px;
  }

  .sm\:gap-x-150 {
    -moz-column-gap: 150px;
         column-gap: 150px;
  }

  .sm\:gap-x-180 {
    -moz-column-gap: 180px;
         column-gap: 180px;
  }

  .sm\:gap-x-213 {
    -moz-column-gap: 213px;
         column-gap: 213px;
  }

  .sm\:gap-x-225 {
    -moz-column-gap: 225px;
         column-gap: 225px;
  }

  .sm\:gap-x-250 {
    -moz-column-gap: 250px;
         column-gap: 250px;
  }

  .sm\:gap-x-300 {
    -moz-column-gap: 300px;
         column-gap: 300px;
  }

  .sm\:gap-x-320 {
    -moz-column-gap: 320px;
         column-gap: 320px;
  }

  .sm\:gap-x-345 {
    -moz-column-gap: 345px;
         column-gap: 345px;
  }

  .sm\:gap-x-485 {
    -moz-column-gap: 485px;
         column-gap: 485px;
  }

  .sm\:gap-x-px {
    -moz-column-gap: 1px;
         column-gap: 1px;
  }

  .sm\:-gap-x-135 {
    -moz-column-gap: -135px;
         column-gap: -135px;
  }

  .sm\:gap-x-0p {
    -moz-column-gap: 0%;
         column-gap: 0%;
  }

  .sm\:gap-x-5p {
    -moz-column-gap: 5%;
         column-gap: 5%;
  }

  .sm\:gap-x-10p {
    -moz-column-gap: 10%;
         column-gap: 10%;
  }

  .sm\:gap-x-15p {
    -moz-column-gap: 15%;
         column-gap: 15%;
  }

  .sm\:gap-x-20p {
    -moz-column-gap: 20%;
         column-gap: 20%;
  }

  .sm\:gap-x-25p {
    -moz-column-gap: 25%;
         column-gap: 25%;
  }

  .sm\:gap-x-30p {
    -moz-column-gap: 30%;
         column-gap: 30%;
  }

  .sm\:gap-x-35p {
    -moz-column-gap: 35%;
         column-gap: 35%;
  }

  .sm\:gap-x-40p {
    -moz-column-gap: 40%;
         column-gap: 40%;
  }

  .sm\:gap-x-45p {
    -moz-column-gap: 45%;
         column-gap: 45%;
  }

  .sm\:gap-x-50p {
    -moz-column-gap: 50%;
         column-gap: 50%;
  }

  .sm\:gap-x-55p {
    -moz-column-gap: 55%;
         column-gap: 55%;
  }

  .sm\:gap-x-60p {
    -moz-column-gap: 60%;
         column-gap: 60%;
  }

  .sm\:gap-x-65p {
    -moz-column-gap: 65%;
         column-gap: 65%;
  }

  .sm\:gap-x-70p {
    -moz-column-gap: 70%;
         column-gap: 70%;
  }

  .sm\:gap-x-75p {
    -moz-column-gap: 75%;
         column-gap: 75%;
  }

  .sm\:gap-x-80p {
    -moz-column-gap: 80%;
         column-gap: 80%;
  }

  .sm\:gap-x-85p {
    -moz-column-gap: 85%;
         column-gap: 85%;
  }

  .sm\:gap-x-90p {
    -moz-column-gap: 90%;
         column-gap: 90%;
  }

  .sm\:gap-x-95p {
    -moz-column-gap: 95%;
         column-gap: 95%;
  }

  .sm\:gap-x-100p {
    -moz-column-gap: 100%;
         column-gap: 100%;
  }

  .sm\:gap-x-66\.5p {
    -moz-column-gap: 66.5%;
         column-gap: 66.5%;
  }

  .sm\:gap-x-67\.5p {
    -moz-column-gap: 67.5%;
         column-gap: 67.5%;
  }

  .sm\:gap-y-0 {
    row-gap: 0px;
  }

  .sm\:gap-y-3 {
    row-gap: 3px;
  }

  .sm\:gap-y-5 {
    row-gap: 5px;
  }

  .sm\:gap-y-8 {
    row-gap: 8px;
  }

  .sm\:gap-y-10 {
    row-gap: 10px;
  }

  .sm\:gap-y-12 {
    row-gap: 12px;
  }

  .sm\:gap-y-14 {
    row-gap: 14px;
  }

  .sm\:gap-y-15 {
    row-gap: 15px;
  }

  .sm\:gap-y-16 {
    row-gap: 16px;
  }

  .sm\:gap-y-20 {
    row-gap: 20px;
  }

  .sm\:gap-y-24 {
    row-gap: 24px;
  }

  .sm\:gap-y-28 {
    row-gap: 28px;
  }

  .sm\:gap-y-29 {
    row-gap: 29px;
  }

  .sm\:gap-y-30 {
    row-gap: 30px;
  }

  .sm\:gap-y-32 {
    row-gap: 32px;
  }

  .sm\:gap-y-35 {
    row-gap: 35px;
  }

  .sm\:gap-y-36 {
    row-gap: 36px;
  }

  .sm\:gap-y-37 {
    row-gap: 37px;
  }

  .sm\:gap-y-39 {
    row-gap: 39px;
  }

  .sm\:gap-y-40 {
    row-gap: 40px;
  }

  .sm\:gap-y-47 {
    row-gap: 47px;
  }

  .sm\:gap-y-50 {
    row-gap: 50px;
  }

  .sm\:gap-y-56 {
    row-gap: 56px;
  }

  .sm\:gap-y-64 {
    row-gap: 64px;
  }

  .sm\:gap-y-70 {
    row-gap: 70px;
  }

  .sm\:gap-y-72 {
    row-gap: 72px;
  }

  .sm\:gap-y-75 {
    row-gap: 75px;
  }

  .sm\:gap-y-80 {
    row-gap: 80px;
  }

  .sm\:gap-y-83 {
    row-gap: 83px;
  }

  .sm\:gap-y-100 {
    row-gap: 100px;
  }

  .sm\:gap-y-118 {
    row-gap: 118px;
  }

  .sm\:gap-y-130 {
    row-gap: 130px;
  }

  .sm\:gap-y-150 {
    row-gap: 150px;
  }

  .sm\:gap-y-180 {
    row-gap: 180px;
  }

  .sm\:gap-y-213 {
    row-gap: 213px;
  }

  .sm\:gap-y-225 {
    row-gap: 225px;
  }

  .sm\:gap-y-250 {
    row-gap: 250px;
  }

  .sm\:gap-y-300 {
    row-gap: 300px;
  }

  .sm\:gap-y-320 {
    row-gap: 320px;
  }

  .sm\:gap-y-345 {
    row-gap: 345px;
  }

  .sm\:gap-y-485 {
    row-gap: 485px;
  }

  .sm\:gap-y-px {
    row-gap: 1px;
  }

  .sm\:-gap-y-135 {
    row-gap: -135px;
  }

  .sm\:gap-y-0p {
    row-gap: 0%;
  }

  .sm\:gap-y-5p {
    row-gap: 5%;
  }

  .sm\:gap-y-10p {
    row-gap: 10%;
  }

  .sm\:gap-y-15p {
    row-gap: 15%;
  }

  .sm\:gap-y-20p {
    row-gap: 20%;
  }

  .sm\:gap-y-25p {
    row-gap: 25%;
  }

  .sm\:gap-y-30p {
    row-gap: 30%;
  }

  .sm\:gap-y-35p {
    row-gap: 35%;
  }

  .sm\:gap-y-40p {
    row-gap: 40%;
  }

  .sm\:gap-y-45p {
    row-gap: 45%;
  }

  .sm\:gap-y-50p {
    row-gap: 50%;
  }

  .sm\:gap-y-55p {
    row-gap: 55%;
  }

  .sm\:gap-y-60p {
    row-gap: 60%;
  }

  .sm\:gap-y-65p {
    row-gap: 65%;
  }

  .sm\:gap-y-70p {
    row-gap: 70%;
  }

  .sm\:gap-y-75p {
    row-gap: 75%;
  }

  .sm\:gap-y-80p {
    row-gap: 80%;
  }

  .sm\:gap-y-85p {
    row-gap: 85%;
  }

  .sm\:gap-y-90p {
    row-gap: 90%;
  }

  .sm\:gap-y-95p {
    row-gap: 95%;
  }

  .sm\:gap-y-100p {
    row-gap: 100%;
  }

  .sm\:gap-y-66\.5p {
    row-gap: 66.5%;
  }

  .sm\:gap-y-67\.5p {
    row-gap: 67.5%;
  }

  .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;
  }

  .group:hover .sm\:group-hover\:scale-0 {
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .group:hover .sm\:group-hover\:scale-50 {
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .group:hover .sm\:group-hover\:scale-75 {
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .group:hover .sm\:group-hover\:scale-90 {
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .group:hover .sm\:group-hover\:scale-95 {
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .group:hover .sm\:group-hover\:scale-100 {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .group:hover .sm\:group-hover\:scale-105 {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .group:hover .sm\:group-hover\:scale-110 {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .group:hover .sm\:group-hover\:scale-125 {
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .group:hover .sm\:group-hover\:scale-150 {
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .group:hover .sm\:group-hover\:scale-x-0 {
    --tw-scale-x: 0;
  }

  .group:hover .sm\:group-hover\:scale-x-50 {
    --tw-scale-x: .5;
  }

  .group:hover .sm\:group-hover\:scale-x-75 {
    --tw-scale-x: .75;
  }

  .group:hover .sm\:group-hover\:scale-x-90 {
    --tw-scale-x: .9;
  }

  .group:hover .sm\:group-hover\:scale-x-95 {
    --tw-scale-x: .95;
  }

  .group:hover .sm\:group-hover\:scale-x-100 {
    --tw-scale-x: 1;
  }

  .group:hover .sm\:group-hover\:scale-x-105 {
    --tw-scale-x: 1.05;
  }

  .group:hover .sm\:group-hover\:scale-x-110 {
    --tw-scale-x: 1.1;
  }

  .group:hover .sm\:group-hover\:scale-x-125 {
    --tw-scale-x: 1.25;
  }

  .group:hover .sm\:group-hover\:scale-x-150 {
    --tw-scale-x: 1.5;
  }

  .group:hover .sm\:group-hover\:scale-y-0 {
    --tw-scale-y: 0;
  }

  .group:hover .sm\:group-hover\:scale-y-50 {
    --tw-scale-y: .5;
  }

  .group:hover .sm\:group-hover\:scale-y-75 {
    --tw-scale-y: .75;
  }

  .group:hover .sm\:group-hover\:scale-y-90 {
    --tw-scale-y: .9;
  }

  .group:hover .sm\:group-hover\:scale-y-95 {
    --tw-scale-y: .95;
  }

  .group:hover .sm\:group-hover\:scale-y-100 {
    --tw-scale-y: 1;
  }

  .group:hover .sm\:group-hover\:scale-y-105 {
    --tw-scale-y: 1.05;
  }

  .group:hover .sm\:group-hover\:scale-y-110 {
    --tw-scale-y: 1.1;
  }

  .group:hover .sm\:group-hover\:scale-y-125 {
    --tw-scale-y: 1.25;
  }

  .group:hover .sm\:group-hover\:scale-y-150 {
    --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-3 {
    --tw-translate-x: 3px;
  }

  .sm\:translate-x-5 {
    --tw-translate-x: 5px;
  }

  .sm\:translate-x-8 {
    --tw-translate-x: 8px;
  }

  .sm\:translate-x-10 {
    --tw-translate-x: 10px;
  }

  .sm\:translate-x-12 {
    --tw-translate-x: 12px;
  }

  .sm\:translate-x-14 {
    --tw-translate-x: 14px;
  }

  .sm\:translate-x-15 {
    --tw-translate-x: 15px;
  }

  .sm\:translate-x-16 {
    --tw-translate-x: 16px;
  }

  .sm\:translate-x-20 {
    --tw-translate-x: 20px;
  }

  .sm\:translate-x-24 {
    --tw-translate-x: 24px;
  }

  .sm\:translate-x-28 {
    --tw-translate-x: 28px;
  }

  .sm\:translate-x-29 {
    --tw-translate-x: 29px;
  }

  .sm\:translate-x-30 {
    --tw-translate-x: 30px;
  }

  .sm\:translate-x-32 {
    --tw-translate-x: 32px;
  }

  .sm\:translate-x-35 {
    --tw-translate-x: 35px;
  }

  .sm\:translate-x-36 {
    --tw-translate-x: 36px;
  }

  .sm\:translate-x-37 {
    --tw-translate-x: 37px;
  }

  .sm\:translate-x-39 {
    --tw-translate-x: 39px;
  }

  .sm\:translate-x-40 {
    --tw-translate-x: 40px;
  }

  .sm\:translate-x-47 {
    --tw-translate-x: 47px;
  }

  .sm\:translate-x-50 {
    --tw-translate-x: 50px;
  }

  .sm\:translate-x-56 {
    --tw-translate-x: 56px;
  }

  .sm\:translate-x-64 {
    --tw-translate-x: 64px;
  }

  .sm\:translate-x-70 {
    --tw-translate-x: 70px;
  }

  .sm\:translate-x-72 {
    --tw-translate-x: 72px;
  }

  .sm\:translate-x-75 {
    --tw-translate-x: 75px;
  }

  .sm\:translate-x-80 {
    --tw-translate-x: 80px;
  }

  .sm\:translate-x-83 {
    --tw-translate-x: 83px;
  }

  .sm\:translate-x-100 {
    --tw-translate-x: 100px;
  }

  .sm\:translate-x-118 {
    --tw-translate-x: 118px;
  }

  .sm\:translate-x-130 {
    --tw-translate-x: 130px;
  }

  .sm\:translate-x-150 {
    --tw-translate-x: 150px;
  }

  .sm\:translate-x-180 {
    --tw-translate-x: 180px;
  }

  .sm\:translate-x-213 {
    --tw-translate-x: 213px;
  }

  .sm\:translate-x-225 {
    --tw-translate-x: 225px;
  }

  .sm\:translate-x-250 {
    --tw-translate-x: 250px;
  }

  .sm\:translate-x-300 {
    --tw-translate-x: 300px;
  }

  .sm\:translate-x-320 {
    --tw-translate-x: 320px;
  }

  .sm\:translate-x-345 {
    --tw-translate-x: 345px;
  }

  .sm\:translate-x-485 {
    --tw-translate-x: 485px;
  }

  .sm\:translate-x-px {
    --tw-translate-x: 1px;
  }

  .sm\:-translate-x-135 {
    --tw-translate-x: -135px;
  }

  .sm\:translate-x-0p {
    --tw-translate-x: 0%;
  }

  .sm\:translate-x-5p {
    --tw-translate-x: 5%;
  }

  .sm\:translate-x-10p {
    --tw-translate-x: 10%;
  }

  .sm\:translate-x-15p {
    --tw-translate-x: 15%;
  }

  .sm\:translate-x-20p {
    --tw-translate-x: 20%;
  }

  .sm\:translate-x-25p {
    --tw-translate-x: 25%;
  }

  .sm\:translate-x-30p {
    --tw-translate-x: 30%;
  }

  .sm\:translate-x-35p {
    --tw-translate-x: 35%;
  }

  .sm\:translate-x-40p {
    --tw-translate-x: 40%;
  }

  .sm\:translate-x-45p {
    --tw-translate-x: 45%;
  }

  .sm\:translate-x-50p {
    --tw-translate-x: 50%;
  }

  .sm\:translate-x-55p {
    --tw-translate-x: 55%;
  }

  .sm\:translate-x-60p {
    --tw-translate-x: 60%;
  }

  .sm\:translate-x-65p {
    --tw-translate-x: 65%;
  }

  .sm\:translate-x-70p {
    --tw-translate-x: 70%;
  }

  .sm\:translate-x-75p {
    --tw-translate-x: 75%;
  }

  .sm\:translate-x-80p {
    --tw-translate-x: 80%;
  }

  .sm\:translate-x-85p {
    --tw-translate-x: 85%;
  }

  .sm\:translate-x-90p {
    --tw-translate-x: 90%;
  }

  .sm\:translate-x-95p {
    --tw-translate-x: 95%;
  }

  .sm\:translate-x-100p {
    --tw-translate-x: 100%;
  }

  .sm\:translate-x-66\.5p {
    --tw-translate-x: 66.5%;
  }

  .sm\:translate-x-67\.5p {
    --tw-translate-x: 67.5%;
  }

  .sm\:-translate-x-0 {
    --tw-translate-x: 0px;
  }

  .sm\:-translate-x-3 {
    --tw-translate-x: -3px;
  }

  .sm\:-translate-x-5 {
    --tw-translate-x: -5px;
  }

  .sm\:-translate-x-8 {
    --tw-translate-x: -8px;
  }

  .sm\:-translate-x-10 {
    --tw-translate-x: -10px;
  }

  .sm\:-translate-x-12 {
    --tw-translate-x: -12px;
  }

  .sm\:-translate-x-14 {
    --tw-translate-x: -14px;
  }

  .sm\:-translate-x-15 {
    --tw-translate-x: -15px;
  }

  .sm\:-translate-x-16 {
    --tw-translate-x: -16px;
  }

  .sm\:-translate-x-20 {
    --tw-translate-x: -20px;
  }

  .sm\:-translate-x-24 {
    --tw-translate-x: -24px;
  }

  .sm\:-translate-x-28 {
    --tw-translate-x: -28px;
  }

  .sm\:-translate-x-29 {
    --tw-translate-x: -29px;
  }

  .sm\:-translate-x-30 {
    --tw-translate-x: -30px;
  }

  .sm\:-translate-x-32 {
    --tw-translate-x: -32px;
  }

  .sm\:-translate-x-35 {
    --tw-translate-x: -35px;
  }

  .sm\:-translate-x-36 {
    --tw-translate-x: -36px;
  }

  .sm\:-translate-x-37 {
    --tw-translate-x: -37px;
  }

  .sm\:-translate-x-39 {
    --tw-translate-x: -39px;
  }

  .sm\:-translate-x-40 {
    --tw-translate-x: -40px;
  }

  .sm\:-translate-x-47 {
    --tw-translate-x: -47px;
  }

  .sm\:-translate-x-50 {
    --tw-translate-x: -50px;
  }

  .sm\:-translate-x-56 {
    --tw-translate-x: -56px;
  }

  .sm\:-translate-x-64 {
    --tw-translate-x: -64px;
  }

  .sm\:-translate-x-70 {
    --tw-translate-x: -70px;
  }

  .sm\:-translate-x-72 {
    --tw-translate-x: -72px;
  }

  .sm\:-translate-x-75 {
    --tw-translate-x: -75px;
  }

  .sm\:-translate-x-80 {
    --tw-translate-x: -80px;
  }

  .sm\:-translate-x-83 {
    --tw-translate-x: -83px;
  }

  .sm\:-translate-x-100 {
    --tw-translate-x: -100px;
  }

  .sm\:-translate-x-118 {
    --tw-translate-x: -118px;
  }

  .sm\:-translate-x-130 {
    --tw-translate-x: -130px;
  }

  .sm\:-translate-x-150 {
    --tw-translate-x: -150px;
  }

  .sm\:-translate-x-180 {
    --tw-translate-x: -180px;
  }

  .sm\:-translate-x-213 {
    --tw-translate-x: -213px;
  }

  .sm\:-translate-x-225 {
    --tw-translate-x: -225px;
  }

  .sm\:-translate-x-250 {
    --tw-translate-x: -250px;
  }

  .sm\:-translate-x-300 {
    --tw-translate-x: -300px;
  }

  .sm\:-translate-x-320 {
    --tw-translate-x: -320px;
  }

  .sm\:-translate-x-345 {
    --tw-translate-x: -345px;
  }

  .sm\:-translate-x-485 {
    --tw-translate-x: -485px;
  }

  .sm\:-translate-x-px {
    --tw-translate-x: -1px;
  }

  .sm\:-translate-x--135 {
    --tw-translate-x: 135px;
  }

  .sm\:-translate-x-0p {
    --tw-translate-x: 0%;
  }

  .sm\:-translate-x-5p {
    --tw-translate-x: -5%;
  }

  .sm\:-translate-x-10p {
    --tw-translate-x: -10%;
  }

  .sm\:-translate-x-15p {
    --tw-translate-x: -15%;
  }

  .sm\:-translate-x-20p {
    --tw-translate-x: -20%;
  }

  .sm\:-translate-x-25p {
    --tw-translate-x: -25%;
  }

  .sm\:-translate-x-30p {
    --tw-translate-x: -30%;
  }

  .sm\:-translate-x-35p {
    --tw-translate-x: -35%;
  }

  .sm\:-translate-x-40p {
    --tw-translate-x: -40%;
  }

  .sm\:-translate-x-45p {
    --tw-translate-x: -45%;
  }

  .sm\:-translate-x-50p {
    --tw-translate-x: -50%;
  }

  .sm\:-translate-x-55p {
    --tw-translate-x: -55%;
  }

  .sm\:-translate-x-60p {
    --tw-translate-x: -60%;
  }

  .sm\:-translate-x-65p {
    --tw-translate-x: -65%;
  }

  .sm\:-translate-x-70p {
    --tw-translate-x: -70%;
  }

  .sm\:-translate-x-75p {
    --tw-translate-x: -75%;
  }

  .sm\:-translate-x-80p {
    --tw-translate-x: -80%;
  }

  .sm\:-translate-x-85p {
    --tw-translate-x: -85%;
  }

  .sm\:-translate-x-90p {
    --tw-translate-x: -90%;
  }

  .sm\:-translate-x-95p {
    --tw-translate-x: -95%;
  }

  .sm\:-translate-x-100p {
    --tw-translate-x: -100%;
  }

  .sm\:-translate-x-66\.5p {
    --tw-translate-x: -66.5%;
  }

  .sm\:-translate-x-67\.5p {
    --tw-translate-x: -67.5%;
  }

  .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-3 {
    --tw-translate-y: 3px;
  }

  .sm\:translate-y-5 {
    --tw-translate-y: 5px;
  }

  .sm\:translate-y-8 {
    --tw-translate-y: 8px;
  }

  .sm\:translate-y-10 {
    --tw-translate-y: 10px;
  }

  .sm\:translate-y-12 {
    --tw-translate-y: 12px;
  }

  .sm\:translate-y-14 {
    --tw-translate-y: 14px;
  }

  .sm\:translate-y-15 {
    --tw-translate-y: 15px;
  }

  .sm\:translate-y-16 {
    --tw-translate-y: 16px;
  }

  .sm\:translate-y-20 {
    --tw-translate-y: 20px;
  }

  .sm\:translate-y-24 {
    --tw-translate-y: 24px;
  }

  .sm\:translate-y-28 {
    --tw-translate-y: 28px;
  }

  .sm\:translate-y-29 {
    --tw-translate-y: 29px;
  }

  .sm\:translate-y-30 {
    --tw-translate-y: 30px;
  }

  .sm\:translate-y-32 {
    --tw-translate-y: 32px;
  }

  .sm\:translate-y-35 {
    --tw-translate-y: 35px;
  }

  .sm\:translate-y-36 {
    --tw-translate-y: 36px;
  }

  .sm\:translate-y-37 {
    --tw-translate-y: 37px;
  }

  .sm\:translate-y-39 {
    --tw-translate-y: 39px;
  }

  .sm\:translate-y-40 {
    --tw-translate-y: 40px;
  }

  .sm\:translate-y-47 {
    --tw-translate-y: 47px;
  }

  .sm\:translate-y-50 {
    --tw-translate-y: 50px;
  }

  .sm\:translate-y-56 {
    --tw-translate-y: 56px;
  }

  .sm\:translate-y-64 {
    --tw-translate-y: 64px;
  }

  .sm\:translate-y-70 {
    --tw-translate-y: 70px;
  }

  .sm\:translate-y-72 {
    --tw-translate-y: 72px;
  }

  .sm\:translate-y-75 {
    --tw-translate-y: 75px;
  }

  .sm\:translate-y-80 {
    --tw-translate-y: 80px;
  }

  .sm\:translate-y-83 {
    --tw-translate-y: 83px;
  }

  .sm\:translate-y-100 {
    --tw-translate-y: 100px;
  }

  .sm\:translate-y-118 {
    --tw-translate-y: 118px;
  }

  .sm\:translate-y-130 {
    --tw-translate-y: 130px;
  }

  .sm\:translate-y-150 {
    --tw-translate-y: 150px;
  }

  .sm\:translate-y-180 {
    --tw-translate-y: 180px;
  }

  .sm\:translate-y-213 {
    --tw-translate-y: 213px;
  }

  .sm\:translate-y-225 {
    --tw-translate-y: 225px;
  }

  .sm\:translate-y-250 {
    --tw-translate-y: 250px;
  }

  .sm\:translate-y-300 {
    --tw-translate-y: 300px;
  }

  .sm\:translate-y-320 {
    --tw-translate-y: 320px;
  }

  .sm\:translate-y-345 {
    --tw-translate-y: 345px;
  }

  .sm\:translate-y-485 {
    --tw-translate-y: 485px;
  }

  .sm\:translate-y-px {
    --tw-translate-y: 1px;
  }

  .sm\:-translate-y-135 {
    --tw-translate-y: -135px;
  }

  .sm\:translate-y-0p {
    --tw-translate-y: 0%;
  }

  .sm\:translate-y-5p {
    --tw-translate-y: 5%;
  }

  .sm\:translate-y-10p {
    --tw-translate-y: 10%;
  }

  .sm\:translate-y-15p {
    --tw-translate-y: 15%;
  }

  .sm\:translate-y-20p {
    --tw-translate-y: 20%;
  }

  .sm\:translate-y-25p {
    --tw-translate-y: 25%;
  }

  .sm\:translate-y-30p {
    --tw-translate-y: 30%;
  }

  .sm\:translate-y-35p {
    --tw-translate-y: 35%;
  }

  .sm\:translate-y-40p {
    --tw-translate-y: 40%;
  }

  .sm\:translate-y-45p {
    --tw-translate-y: 45%;
  }

  .sm\:translate-y-50p {
    --tw-translate-y: 50%;
  }

  .sm\:translate-y-55p {
    --tw-translate-y: 55%;
  }

  .sm\:translate-y-60p {
    --tw-translate-y: 60%;
  }

  .sm\:translate-y-65p {
    --tw-translate-y: 65%;
  }

  .sm\:translate-y-70p {
    --tw-translate-y: 70%;
  }

  .sm\:translate-y-75p {
    --tw-translate-y: 75%;
  }

  .sm\:translate-y-80p {
    --tw-translate-y: 80%;
  }

  .sm\:translate-y-85p {
    --tw-translate-y: 85%;
  }

  .sm\:translate-y-90p {
    --tw-translate-y: 90%;
  }

  .sm\:translate-y-95p {
    --tw-translate-y: 95%;
  }

  .sm\:translate-y-100p {
    --tw-translate-y: 100%;
  }

  .sm\:translate-y-66\.5p {
    --tw-translate-y: 66.5%;
  }

  .sm\:translate-y-67\.5p {
    --tw-translate-y: 67.5%;
  }

  .sm\:-translate-y-0 {
    --tw-translate-y: 0px;
  }

  .sm\:-translate-y-3 {
    --tw-translate-y: -3px;
  }

  .sm\:-translate-y-5 {
    --tw-translate-y: -5px;
  }

  .sm\:-translate-y-8 {
    --tw-translate-y: -8px;
  }

  .sm\:-translate-y-10 {
    --tw-translate-y: -10px;
  }

  .sm\:-translate-y-12 {
    --tw-translate-y: -12px;
  }

  .sm\:-translate-y-14 {
    --tw-translate-y: -14px;
  }

  .sm\:-translate-y-15 {
    --tw-translate-y: -15px;
  }

  .sm\:-translate-y-16 {
    --tw-translate-y: -16px;
  }

  .sm\:-translate-y-20 {
    --tw-translate-y: -20px;
  }

  .sm\:-translate-y-24 {
    --tw-translate-y: -24px;
  }

  .sm\:-translate-y-28 {
    --tw-translate-y: -28px;
  }

  .sm\:-translate-y-29 {
    --tw-translate-y: -29px;
  }

  .sm\:-translate-y-30 {
    --tw-translate-y: -30px;
  }

  .sm\:-translate-y-32 {
    --tw-translate-y: -32px;
  }

  .sm\:-translate-y-35 {
    --tw-translate-y: -35px;
  }

  .sm\:-translate-y-36 {
    --tw-translate-y: -36px;
  }

  .sm\:-translate-y-37 {
    --tw-translate-y: -37px;
  }

  .sm\:-translate-y-39 {
    --tw-translate-y: -39px;
  }

  .sm\:-translate-y-40 {
    --tw-translate-y: -40px;
  }

  .sm\:-translate-y-47 {
    --tw-translate-y: -47px;
  }

  .sm\:-translate-y-50 {
    --tw-translate-y: -50px;
  }

  .sm\:-translate-y-56 {
    --tw-translate-y: -56px;
  }

  .sm\:-translate-y-64 {
    --tw-translate-y: -64px;
  }

  .sm\:-translate-y-70 {
    --tw-translate-y: -70px;
  }

  .sm\:-translate-y-72 {
    --tw-translate-y: -72px;
  }

  .sm\:-translate-y-75 {
    --tw-translate-y: -75px;
  }

  .sm\:-translate-y-80 {
    --tw-translate-y: -80px;
  }

  .sm\:-translate-y-83 {
    --tw-translate-y: -83px;
  }

  .sm\:-translate-y-100 {
    --tw-translate-y: -100px;
  }

  .sm\:-translate-y-118 {
    --tw-translate-y: -118px;
  }

  .sm\:-translate-y-130 {
    --tw-translate-y: -130px;
  }

  .sm\:-translate-y-150 {
    --tw-translate-y: -150px;
  }

  .sm\:-translate-y-180 {
    --tw-translate-y: -180px;
  }

  .sm\:-translate-y-213 {
    --tw-translate-y: -213px;
  }

  .sm\:-translate-y-225 {
    --tw-translate-y: -225px;
  }

  .sm\:-translate-y-250 {
    --tw-translate-y: -250px;
  }

  .sm\:-translate-y-300 {
    --tw-translate-y: -300px;
  }

  .sm\:-translate-y-320 {
    --tw-translate-y: -320px;
  }

  .sm\:-translate-y-345 {
    --tw-translate-y: -345px;
  }

  .sm\:-translate-y-485 {
    --tw-translate-y: -485px;
  }

  .sm\:-translate-y-px {
    --tw-translate-y: -1px;
  }

  .sm\:-translate-y--135 {
    --tw-translate-y: 135px;
  }

  .sm\:-translate-y-0p {
    --tw-translate-y: 0%;
  }

  .sm\:-translate-y-5p {
    --tw-translate-y: -5%;
  }

  .sm\:-translate-y-10p {
    --tw-translate-y: -10%;
  }

  .sm\:-translate-y-15p {
    --tw-translate-y: -15%;
  }

  .sm\:-translate-y-20p {
    --tw-translate-y: -20%;
  }

  .sm\:-translate-y-25p {
    --tw-translate-y: -25%;
  }

  .sm\:-translate-y-30p {
    --tw-translate-y: -30%;
  }

  .sm\:-translate-y-35p {
    --tw-translate-y: -35%;
  }

  .sm\:-translate-y-40p {
    --tw-translate-y: -40%;
  }

  .sm\:-translate-y-45p {
    --tw-translate-y: -45%;
  }

  .sm\:-translate-y-50p {
    --tw-translate-y: -50%;
  }

  .sm\:-translate-y-55p {
    --tw-translate-y: -55%;
  }

  .sm\:-translate-y-60p {
    --tw-translate-y: -60%;
  }

  .sm\:-translate-y-65p {
    --tw-translate-y: -65%;
  }

  .sm\:-translate-y-70p {
    --tw-translate-y: -70%;
  }

  .sm\:-translate-y-75p {
    --tw-translate-y: -75%;
  }

  .sm\:-translate-y-80p {
    --tw-translate-y: -80%;
  }

  .sm\:-translate-y-85p {
    --tw-translate-y: -85%;
  }

  .sm\:-translate-y-90p {
    --tw-translate-y: -90%;
  }

  .sm\:-translate-y-95p {
    --tw-translate-y: -95%;
  }

  .sm\:-translate-y-100p {
    --tw-translate-y: -100%;
  }

  .sm\:-translate-y-66\.5p {
    --tw-translate-y: -66.5%;
  }

  .sm\:-translate-y-67\.5p {
    --tw-translate-y: -67.5%;
  }

  .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-3:hover {
    --tw-translate-x: 3px;
  }

  .sm\:hover\:translate-x-5:hover {
    --tw-translate-x: 5px;
  }

  .sm\:hover\:translate-x-8:hover {
    --tw-translate-x: 8px;
  }

  .sm\:hover\:translate-x-10:hover {
    --tw-translate-x: 10px;
  }

  .sm\:hover\:translate-x-12:hover {
    --tw-translate-x: 12px;
  }

  .sm\:hover\:translate-x-14:hover {
    --tw-translate-x: 14px;
  }

  .sm\:hover\:translate-x-15:hover {
    --tw-translate-x: 15px;
  }

  .sm\:hover\:translate-x-16:hover {
    --tw-translate-x: 16px;
  }

  .sm\:hover\:translate-x-20:hover {
    --tw-translate-x: 20px;
  }

  .sm\:hover\:translate-x-24:hover {
    --tw-translate-x: 24px;
  }

  .sm\:hover\:translate-x-28:hover {
    --tw-translate-x: 28px;
  }

  .sm\:hover\:translate-x-29:hover {
    --tw-translate-x: 29px;
  }

  .sm\:hover\:translate-x-30:hover {
    --tw-translate-x: 30px;
  }

  .sm\:hover\:translate-x-32:hover {
    --tw-translate-x: 32px;
  }

  .sm\:hover\:translate-x-35:hover {
    --tw-translate-x: 35px;
  }

  .sm\:hover\:translate-x-36:hover {
    --tw-translate-x: 36px;
  }

  .sm\:hover\:translate-x-37:hover {
    --tw-translate-x: 37px;
  }

  .sm\:hover\:translate-x-39:hover {
    --tw-translate-x: 39px;
  }

  .sm\:hover\:translate-x-40:hover {
    --tw-translate-x: 40px;
  }

  .sm\:hover\:translate-x-47:hover {
    --tw-translate-x: 47px;
  }

  .sm\:hover\:translate-x-50:hover {
    --tw-translate-x: 50px;
  }

  .sm\:hover\:translate-x-56:hover {
    --tw-translate-x: 56px;
  }

  .sm\:hover\:translate-x-64:hover {
    --tw-translate-x: 64px;
  }

  .sm\:hover\:translate-x-70:hover {
    --tw-translate-x: 70px;
  }

  .sm\:hover\:translate-x-72:hover {
    --tw-translate-x: 72px;
  }

  .sm\:hover\:translate-x-75:hover {
    --tw-translate-x: 75px;
  }

  .sm\:hover\:translate-x-80:hover {
    --tw-translate-x: 80px;
  }

  .sm\:hover\:translate-x-83:hover {
    --tw-translate-x: 83px;
  }

  .sm\:hover\:translate-x-100:hover {
    --tw-translate-x: 100px;
  }

  .sm\:hover\:translate-x-118:hover {
    --tw-translate-x: 118px;
  }

  .sm\:hover\:translate-x-130:hover {
    --tw-translate-x: 130px;
  }

  .sm\:hover\:translate-x-150:hover {
    --tw-translate-x: 150px;
  }

  .sm\:hover\:translate-x-180:hover {
    --tw-translate-x: 180px;
  }

  .sm\:hover\:translate-x-213:hover {
    --tw-translate-x: 213px;
  }

  .sm\:hover\:translate-x-225:hover {
    --tw-translate-x: 225px;
  }

  .sm\:hover\:translate-x-250:hover {
    --tw-translate-x: 250px;
  }

  .sm\:hover\:translate-x-300:hover {
    --tw-translate-x: 300px;
  }

  .sm\:hover\:translate-x-320:hover {
    --tw-translate-x: 320px;
  }

  .sm\:hover\:translate-x-345:hover {
    --tw-translate-x: 345px;
  }

  .sm\:hover\:translate-x-485:hover {
    --tw-translate-x: 485px;
  }

  .sm\:hover\:translate-x-px:hover {
    --tw-translate-x: 1px;
  }

  .sm\:hover\:-translate-x-135:hover {
    --tw-translate-x: -135px;
  }

  .sm\:hover\:translate-x-0p:hover {
    --tw-translate-x: 0%;
  }

  .sm\:hover\:translate-x-5p:hover {
    --tw-translate-x: 5%;
  }

  .sm\:hover\:translate-x-10p:hover {
    --tw-translate-x: 10%;
  }

  .sm\:hover\:translate-x-15p:hover {
    --tw-translate-x: 15%;
  }

  .sm\:hover\:translate-x-20p:hover {
    --tw-translate-x: 20%;
  }

  .sm\:hover\:translate-x-25p:hover {
    --tw-translate-x: 25%;
  }

  .sm\:hover\:translate-x-30p:hover {
    --tw-translate-x: 30%;
  }

  .sm\:hover\:translate-x-35p:hover {
    --tw-translate-x: 35%;
  }

  .sm\:hover\:translate-x-40p:hover {
    --tw-translate-x: 40%;
  }

  .sm\:hover\:translate-x-45p:hover {
    --tw-translate-x: 45%;
  }

  .sm\:hover\:translate-x-50p:hover {
    --tw-translate-x: 50%;
  }

  .sm\:hover\:translate-x-55p:hover {
    --tw-translate-x: 55%;
  }

  .sm\:hover\:translate-x-60p:hover {
    --tw-translate-x: 60%;
  }

  .sm\:hover\:translate-x-65p:hover {
    --tw-translate-x: 65%;
  }

  .sm\:hover\:translate-x-70p:hover {
    --tw-translate-x: 70%;
  }

  .sm\:hover\:translate-x-75p:hover {
    --tw-translate-x: 75%;
  }

  .sm\:hover\:translate-x-80p:hover {
    --tw-translate-x: 80%;
  }

  .sm\:hover\:translate-x-85p:hover {
    --tw-translate-x: 85%;
  }

  .sm\:hover\:translate-x-90p:hover {
    --tw-translate-x: 90%;
  }

  .sm\:hover\:translate-x-95p:hover {
    --tw-translate-x: 95%;
  }

  .sm\:hover\:translate-x-100p:hover {
    --tw-translate-x: 100%;
  }

  .sm\:hover\:translate-x-66\.5p:hover {
    --tw-translate-x: 66.5%;
  }

  .sm\:hover\:translate-x-67\.5p:hover {
    --tw-translate-x: 67.5%;
  }

  .sm\:hover\:-translate-x-0:hover {
    --tw-translate-x: 0px;
  }

  .sm\:hover\:-translate-x-3:hover {
    --tw-translate-x: -3px;
  }

  .sm\:hover\:-translate-x-5:hover {
    --tw-translate-x: -5px;
  }

  .sm\:hover\:-translate-x-8:hover {
    --tw-translate-x: -8px;
  }

  .sm\:hover\:-translate-x-10:hover {
    --tw-translate-x: -10px;
  }

  .sm\:hover\:-translate-x-12:hover {
    --tw-translate-x: -12px;
  }

  .sm\:hover\:-translate-x-14:hover {
    --tw-translate-x: -14px;
  }

  .sm\:hover\:-translate-x-15:hover {
    --tw-translate-x: -15px;
  }

  .sm\:hover\:-translate-x-16:hover {
    --tw-translate-x: -16px;
  }

  .sm\:hover\:-translate-x-20:hover {
    --tw-translate-x: -20px;
  }

  .sm\:hover\:-translate-x-24:hover {
    --tw-translate-x: -24px;
  }

  .sm\:hover\:-translate-x-28:hover {
    --tw-translate-x: -28px;
  }

  .sm\:hover\:-translate-x-29:hover {
    --tw-translate-x: -29px;
  }

  .sm\:hover\:-translate-x-30:hover {
    --tw-translate-x: -30px;
  }

  .sm\:hover\:-translate-x-32:hover {
    --tw-translate-x: -32px;
  }

  .sm\:hover\:-translate-x-35:hover {
    --tw-translate-x: -35px;
  }

  .sm\:hover\:-translate-x-36:hover {
    --tw-translate-x: -36px;
  }

  .sm\:hover\:-translate-x-37:hover {
    --tw-translate-x: -37px;
  }

  .sm\:hover\:-translate-x-39:hover {
    --tw-translate-x: -39px;
  }

  .sm\:hover\:-translate-x-40:hover {
    --tw-translate-x: -40px;
  }

  .sm\:hover\:-translate-x-47:hover {
    --tw-translate-x: -47px;
  }

  .sm\:hover\:-translate-x-50:hover {
    --tw-translate-x: -50px;
  }

  .sm\:hover\:-translate-x-56:hover {
    --tw-translate-x: -56px;
  }

  .sm\:hover\:-translate-x-64:hover {
    --tw-translate-x: -64px;
  }

  .sm\:hover\:-translate-x-70:hover {
    --tw-translate-x: -70px;
  }

  .sm\:hover\:-translate-x-72:hover {
    --tw-translate-x: -72px;
  }

  .sm\:hover\:-translate-x-75:hover {
    --tw-translate-x: -75px;
  }

  .sm\:hover\:-translate-x-80:hover {
    --tw-translate-x: -80px;
  }

  .sm\:hover\:-translate-x-83:hover {
    --tw-translate-x: -83px;
  }

  .sm\:hover\:-translate-x-100:hover {
    --tw-translate-x: -100px;
  }

  .sm\:hover\:-translate-x-118:hover {
    --tw-translate-x: -118px;
  }

  .sm\:hover\:-translate-x-130:hover {
    --tw-translate-x: -130px;
  }

  .sm\:hover\:-translate-x-150:hover {
    --tw-translate-x: -150px;
  }

  .sm\:hover\:-translate-x-180:hover {
    --tw-translate-x: -180px;
  }

  .sm\:hover\:-translate-x-213:hover {
    --tw-translate-x: -213px;
  }

  .sm\:hover\:-translate-x-225:hover {
    --tw-translate-x: -225px;
  }

  .sm\:hover\:-translate-x-250:hover {
    --tw-translate-x: -250px;
  }

  .sm\:hover\:-translate-x-300:hover {
    --tw-translate-x: -300px;
  }

  .sm\:hover\:-translate-x-320:hover {
    --tw-translate-x: -320px;
  }

  .sm\:hover\:-translate-x-345:hover {
    --tw-translate-x: -345px;
  }

  .sm\:hover\:-translate-x-485:hover {
    --tw-translate-x: -485px;
  }

  .sm\:hover\:-translate-x-px:hover {
    --tw-translate-x: -1px;
  }

  .sm\:hover\:-translate-x--135:hover {
    --tw-translate-x: 135px;
  }

  .sm\:hover\:-translate-x-0p:hover {
    --tw-translate-x: 0%;
  }

  .sm\:hover\:-translate-x-5p:hover {
    --tw-translate-x: -5%;
  }

  .sm\:hover\:-translate-x-10p:hover {
    --tw-translate-x: -10%;
  }

  .sm\:hover\:-translate-x-15p:hover {
    --tw-translate-x: -15%;
  }

  .sm\:hover\:-translate-x-20p:hover {
    --tw-translate-x: -20%;
  }

  .sm\:hover\:-translate-x-25p:hover {
    --tw-translate-x: -25%;
  }

  .sm\:hover\:-translate-x-30p:hover {
    --tw-translate-x: -30%;
  }

  .sm\:hover\:-translate-x-35p:hover {
    --tw-translate-x: -35%;
  }

  .sm\:hover\:-translate-x-40p:hover {
    --tw-translate-x: -40%;
  }

  .sm\:hover\:-translate-x-45p:hover {
    --tw-translate-x: -45%;
  }

  .sm\:hover\:-translate-x-50p:hover {
    --tw-translate-x: -50%;
  }

  .sm\:hover\:-translate-x-55p:hover {
    --tw-translate-x: -55%;
  }

  .sm\:hover\:-translate-x-60p:hover {
    --tw-translate-x: -60%;
  }

  .sm\:hover\:-translate-x-65p:hover {
    --tw-translate-x: -65%;
  }

  .sm\:hover\:-translate-x-70p:hover {
    --tw-translate-x: -70%;
  }

  .sm\:hover\:-translate-x-75p:hover {
    --tw-translate-x: -75%;
  }

  .sm\:hover\:-translate-x-80p:hover {
    --tw-translate-x: -80%;
  }

  .sm\:hover\:-translate-x-85p:hover {
    --tw-translate-x: -85%;
  }

  .sm\:hover\:-translate-x-90p:hover {
    --tw-translate-x: -90%;
  }

  .sm\:hover\:-translate-x-95p:hover {
    --tw-translate-x: -95%;
  }

  .sm\:hover\:-translate-x-100p:hover {
    --tw-translate-x: -100%;
  }

  .sm\:hover\:-translate-x-66\.5p:hover {
    --tw-translate-x: -66.5%;
  }

  .sm\:hover\:-translate-x-67\.5p:hover {
    --tw-translate-x: -67.5%;
  }

  .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-3:hover {
    --tw-translate-y: 3px;
  }

  .sm\:hover\:translate-y-5:hover {
    --tw-translate-y: 5px;
  }

  .sm\:hover\:translate-y-8:hover {
    --tw-translate-y: 8px;
  }

  .sm\:hover\:translate-y-10:hover {
    --tw-translate-y: 10px;
  }

  .sm\:hover\:translate-y-12:hover {
    --tw-translate-y: 12px;
  }

  .sm\:hover\:translate-y-14:hover {
    --tw-translate-y: 14px;
  }

  .sm\:hover\:translate-y-15:hover {
    --tw-translate-y: 15px;
  }

  .sm\:hover\:translate-y-16:hover {
    --tw-translate-y: 16px;
  }

  .sm\:hover\:translate-y-20:hover {
    --tw-translate-y: 20px;
  }

  .sm\:hover\:translate-y-24:hover {
    --tw-translate-y: 24px;
  }

  .sm\:hover\:translate-y-28:hover {
    --tw-translate-y: 28px;
  }

  .sm\:hover\:translate-y-29:hover {
    --tw-translate-y: 29px;
  }

  .sm\:hover\:translate-y-30:hover {
    --tw-translate-y: 30px;
  }

  .sm\:hover\:translate-y-32:hover {
    --tw-translate-y: 32px;
  }

  .sm\:hover\:translate-y-35:hover {
    --tw-translate-y: 35px;
  }

  .sm\:hover\:translate-y-36:hover {
    --tw-translate-y: 36px;
  }

  .sm\:hover\:translate-y-37:hover {
    --tw-translate-y: 37px;
  }

  .sm\:hover\:translate-y-39:hover {
    --tw-translate-y: 39px;
  }

  .sm\:hover\:translate-y-40:hover {
    --tw-translate-y: 40px;
  }

  .sm\:hover\:translate-y-47:hover {
    --tw-translate-y: 47px;
  }

  .sm\:hover\:translate-y-50:hover {
    --tw-translate-y: 50px;
  }

  .sm\:hover\:translate-y-56:hover {
    --tw-translate-y: 56px;
  }

  .sm\:hover\:translate-y-64:hover {
    --tw-translate-y: 64px;
  }

  .sm\:hover\:translate-y-70:hover {
    --tw-translate-y: 70px;
  }

  .sm\:hover\:translate-y-72:hover {
    --tw-translate-y: 72px;
  }

  .sm\:hover\:translate-y-75:hover {
    --tw-translate-y: 75px;
  }

  .sm\:hover\:translate-y-80:hover {
    --tw-translate-y: 80px;
  }

  .sm\:hover\:translate-y-83:hover {
    --tw-translate-y: 83px;
  }

  .sm\:hover\:translate-y-100:hover {
    --tw-translate-y: 100px;
  }

  .sm\:hover\:translate-y-118:hover {
    --tw-translate-y: 118px;
  }

  .sm\:hover\:translate-y-130:hover {
    --tw-translate-y: 130px;
  }

  .sm\:hover\:translate-y-150:hover {
    --tw-translate-y: 150px;
  }

  .sm\:hover\:translate-y-180:hover {
    --tw-translate-y: 180px;
  }

  .sm\:hover\:translate-y-213:hover {
    --tw-translate-y: 213px;
  }

  .sm\:hover\:translate-y-225:hover {
    --tw-translate-y: 225px;
  }

  .sm\:hover\:translate-y-250:hover {
    --tw-translate-y: 250px;
  }

  .sm\:hover\:translate-y-300:hover {
    --tw-translate-y: 300px;
  }

  .sm\:hover\:translate-y-320:hover {
    --tw-translate-y: 320px;
  }

  .sm\:hover\:translate-y-345:hover {
    --tw-translate-y: 345px;
  }

  .sm\:hover\:translate-y-485:hover {
    --tw-translate-y: 485px;
  }

  .sm\:hover\:translate-y-px:hover {
    --tw-translate-y: 1px;
  }

  .sm\:hover\:-translate-y-135:hover {
    --tw-translate-y: -135px;
  }

  .sm\:hover\:translate-y-0p:hover {
    --tw-translate-y: 0%;
  }

  .sm\:hover\:translate-y-5p:hover {
    --tw-translate-y: 5%;
  }

  .sm\:hover\:translate-y-10p:hover {
    --tw-translate-y: 10%;
  }

  .sm\:hover\:translate-y-15p:hover {
    --tw-translate-y: 15%;
  }

  .sm\:hover\:translate-y-20p:hover {
    --tw-translate-y: 20%;
  }

  .sm\:hover\:translate-y-25p:hover {
    --tw-translate-y: 25%;
  }

  .sm\:hover\:translate-y-30p:hover {
    --tw-translate-y: 30%;
  }

  .sm\:hover\:translate-y-35p:hover {
    --tw-translate-y: 35%;
  }

  .sm\:hover\:translate-y-40p:hover {
    --tw-translate-y: 40%;
  }

  .sm\:hover\:translate-y-45p:hover {
    --tw-translate-y: 45%;
  }

  .sm\:hover\:translate-y-50p:hover {
    --tw-translate-y: 50%;
  }

  .sm\:hover\:translate-y-55p:hover {
    --tw-translate-y: 55%;
  }

  .sm\:hover\:translate-y-60p:hover {
    --tw-translate-y: 60%;
  }

  .sm\:hover\:translate-y-65p:hover {
    --tw-translate-y: 65%;
  }

  .sm\:hover\:translate-y-70p:hover {
    --tw-translate-y: 70%;
  }

  .sm\:hover\:translate-y-75p:hover {
    --tw-translate-y: 75%;
  }

  .sm\:hover\:translate-y-80p:hover {
    --tw-translate-y: 80%;
  }

  .sm\:hover\:translate-y-85p:hover {
    --tw-translate-y: 85%;
  }

  .sm\:hover\:translate-y-90p:hover {
    --tw-translate-y: 90%;
  }

  .sm\:hover\:translate-y-95p:hover {
    --tw-translate-y: 95%;
  }

  .sm\:hover\:translate-y-100p:hover {
    --tw-translate-y: 100%;
  }

  .sm\:hover\:translate-y-66\.5p:hover {
    --tw-translate-y: 66.5%;
  }

  .sm\:hover\:translate-y-67\.5p:hover {
    --tw-translate-y: 67.5%;
  }

  .sm\:hover\:-translate-y-0:hover {
    --tw-translate-y: 0px;
  }

  .sm\:hover\:-translate-y-3:hover {
    --tw-translate-y: -3px;
  }

  .sm\:hover\:-translate-y-5:hover {
    --tw-translate-y: -5px;
  }

  .sm\:hover\:-translate-y-8:hover {
    --tw-translate-y: -8px;
  }

  .sm\:hover\:-translate-y-10:hover {
    --tw-translate-y: -10px;
  }

  .sm\:hover\:-translate-y-12:hover {
    --tw-translate-y: -12px;
  }

  .sm\:hover\:-translate-y-14:hover {
    --tw-translate-y: -14px;
  }

  .sm\:hover\:-translate-y-15:hover {
    --tw-translate-y: -15px;
  }

  .sm\:hover\:-translate-y-16:hover {
    --tw-translate-y: -16px;
  }

  .sm\:hover\:-translate-y-20:hover {
    --tw-translate-y: -20px;
  }

  .sm\:hover\:-translate-y-24:hover {
    --tw-translate-y: -24px;
  }

  .sm\:hover\:-translate-y-28:hover {
    --tw-translate-y: -28px;
  }

  .sm\:hover\:-translate-y-29:hover {
    --tw-translate-y: -29px;
  }

  .sm\:hover\:-translate-y-30:hover {
    --tw-translate-y: -30px;
  }

  .sm\:hover\:-translate-y-32:hover {
    --tw-translate-y: -32px;
  }

  .sm\:hover\:-translate-y-35:hover {
    --tw-translate-y: -35px;
  }

  .sm\:hover\:-translate-y-36:hover {
    --tw-translate-y: -36px;
  }

  .sm\:hover\:-translate-y-37:hover {
    --tw-translate-y: -37px;
  }

  .sm\:hover\:-translate-y-39:hover {
    --tw-translate-y: -39px;
  }

  .sm\:hover\:-translate-y-40:hover {
    --tw-translate-y: -40px;
  }

  .sm\:hover\:-translate-y-47:hover {
    --tw-translate-y: -47px;
  }

  .sm\:hover\:-translate-y-50:hover {
    --tw-translate-y: -50px;
  }

  .sm\:hover\:-translate-y-56:hover {
    --tw-translate-y: -56px;
  }

  .sm\:hover\:-translate-y-64:hover {
    --tw-translate-y: -64px;
  }

  .sm\:hover\:-translate-y-70:hover {
    --tw-translate-y: -70px;
  }

  .sm\:hover\:-translate-y-72:hover {
    --tw-translate-y: -72px;
  }

  .sm\:hover\:-translate-y-75:hover {
    --tw-translate-y: -75px;
  }

  .sm\:hover\:-translate-y-80:hover {
    --tw-translate-y: -80px;
  }

  .sm\:hover\:-translate-y-83:hover {
    --tw-translate-y: -83px;
  }

  .sm\:hover\:-translate-y-100:hover {
    --tw-translate-y: -100px;
  }

  .sm\:hover\:-translate-y-118:hover {
    --tw-translate-y: -118px;
  }

  .sm\:hover\:-translate-y-130:hover {
    --tw-translate-y: -130px;
  }

  .sm\:hover\:-translate-y-150:hover {
    --tw-translate-y: -150px;
  }

  .sm\:hover\:-translate-y-180:hover {
    --tw-translate-y: -180px;
  }

  .sm\:hover\:-translate-y-213:hover {
    --tw-translate-y: -213px;
  }

  .sm\:hover\:-translate-y-225:hover {
    --tw-translate-y: -225px;
  }

  .sm\:hover\:-translate-y-250:hover {
    --tw-translate-y: -250px;
  }

  .sm\:hover\:-translate-y-300:hover {
    --tw-translate-y: -300px;
  }

  .sm\:hover\:-translate-y-320:hover {
    --tw-translate-y: -320px;
  }

  .sm\:hover\:-translate-y-345:hover {
    --tw-translate-y: -345px;
  }

  .sm\:hover\:-translate-y-485:hover {
    --tw-translate-y: -485px;
  }

  .sm\:hover\:-translate-y-px:hover {
    --tw-translate-y: -1px;
  }

  .sm\:hover\:-translate-y--135:hover {
    --tw-translate-y: 135px;
  }

  .sm\:hover\:-translate-y-0p:hover {
    --tw-translate-y: 0%;
  }

  .sm\:hover\:-translate-y-5p:hover {
    --tw-translate-y: -5%;
  }

  .sm\:hover\:-translate-y-10p:hover {
    --tw-translate-y: -10%;
  }

  .sm\:hover\:-translate-y-15p:hover {
    --tw-translate-y: -15%;
  }

  .sm\:hover\:-translate-y-20p:hover {
    --tw-translate-y: -20%;
  }

  .sm\:hover\:-translate-y-25p:hover {
    --tw-translate-y: -25%;
  }

  .sm\:hover\:-translate-y-30p:hover {
    --tw-translate-y: -30%;
  }

  .sm\:hover\:-translate-y-35p:hover {
    --tw-translate-y: -35%;
  }

  .sm\:hover\:-translate-y-40p:hover {
    --tw-translate-y: -40%;
  }

  .sm\:hover\:-translate-y-45p:hover {
    --tw-translate-y: -45%;
  }

  .sm\:hover\:-translate-y-50p:hover {
    --tw-translate-y: -50%;
  }

  .sm\:hover\:-translate-y-55p:hover {
    --tw-translate-y: -55%;
  }

  .sm\:hover\:-translate-y-60p:hover {
    --tw-translate-y: -60%;
  }

  .sm\:hover\:-translate-y-65p:hover {
    --tw-translate-y: -65%;
  }

  .sm\:hover\:-translate-y-70p:hover {
    --tw-translate-y: -70%;
  }

  .sm\:hover\:-translate-y-75p:hover {
    --tw-translate-y: -75%;
  }

  .sm\:hover\:-translate-y-80p:hover {
    --tw-translate-y: -80%;
  }

  .sm\:hover\:-translate-y-85p:hover {
    --tw-translate-y: -85%;
  }

  .sm\:hover\:-translate-y-90p:hover {
    --tw-translate-y: -90%;
  }

  .sm\:hover\:-translate-y-95p:hover {
    --tw-translate-y: -95%;
  }

  .sm\:hover\:-translate-y-100p:hover {
    --tw-translate-y: -100%;
  }

  .sm\:hover\:-translate-y-66\.5p:hover {
    --tw-translate-y: -66.5%;
  }

  .sm\:hover\:-translate-y-67\.5p:hover {
    --tw-translate-y: -67.5%;
  }

  .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-3:focus {
    --tw-translate-x: 3px;
  }

  .sm\:focus\:translate-x-5:focus {
    --tw-translate-x: 5px;
  }

  .sm\:focus\:translate-x-8:focus {
    --tw-translate-x: 8px;
  }

  .sm\:focus\:translate-x-10:focus {
    --tw-translate-x: 10px;
  }

  .sm\:focus\:translate-x-12:focus {
    --tw-translate-x: 12px;
  }

  .sm\:focus\:translate-x-14:focus {
    --tw-translate-x: 14px;
  }

  .sm\:focus\:translate-x-15:focus {
    --tw-translate-x: 15px;
  }

  .sm\:focus\:translate-x-16:focus {
    --tw-translate-x: 16px;
  }

  .sm\:focus\:translate-x-20:focus {
    --tw-translate-x: 20px;
  }

  .sm\:focus\:translate-x-24:focus {
    --tw-translate-x: 24px;
  }

  .sm\:focus\:translate-x-28:focus {
    --tw-translate-x: 28px;
  }

  .sm\:focus\:translate-x-29:focus {
    --tw-translate-x: 29px;
  }

  .sm\:focus\:translate-x-30:focus {
    --tw-translate-x: 30px;
  }

  .sm\:focus\:translate-x-32:focus {
    --tw-translate-x: 32px;
  }

  .sm\:focus\:translate-x-35:focus {
    --tw-translate-x: 35px;
  }

  .sm\:focus\:translate-x-36:focus {
    --tw-translate-x: 36px;
  }

  .sm\:focus\:translate-x-37:focus {
    --tw-translate-x: 37px;
  }

  .sm\:focus\:translate-x-39:focus {
    --tw-translate-x: 39px;
  }

  .sm\:focus\:translate-x-40:focus {
    --tw-translate-x: 40px;
  }

  .sm\:focus\:translate-x-47:focus {
    --tw-translate-x: 47px;
  }

  .sm\:focus\:translate-x-50:focus {
    --tw-translate-x: 50px;
  }

  .sm\:focus\:translate-x-56:focus {
    --tw-translate-x: 56px;
  }

  .sm\:focus\:translate-x-64:focus {
    --tw-translate-x: 64px;
  }

  .sm\:focus\:translate-x-70:focus {
    --tw-translate-x: 70px;
  }

  .sm\:focus\:translate-x-72:focus {
    --tw-translate-x: 72px;
  }

  .sm\:focus\:translate-x-75:focus {
    --tw-translate-x: 75px;
  }

  .sm\:focus\:translate-x-80:focus {
    --tw-translate-x: 80px;
  }

  .sm\:focus\:translate-x-83:focus {
    --tw-translate-x: 83px;
  }

  .sm\:focus\:translate-x-100:focus {
    --tw-translate-x: 100px;
  }

  .sm\:focus\:translate-x-118:focus {
    --tw-translate-x: 118px;
  }

  .sm\:focus\:translate-x-130:focus {
    --tw-translate-x: 130px;
  }

  .sm\:focus\:translate-x-150:focus {
    --tw-translate-x: 150px;
  }

  .sm\:focus\:translate-x-180:focus {
    --tw-translate-x: 180px;
  }

  .sm\:focus\:translate-x-213:focus {
    --tw-translate-x: 213px;
  }

  .sm\:focus\:translate-x-225:focus {
    --tw-translate-x: 225px;
  }

  .sm\:focus\:translate-x-250:focus {
    --tw-translate-x: 250px;
  }

  .sm\:focus\:translate-x-300:focus {
    --tw-translate-x: 300px;
  }

  .sm\:focus\:translate-x-320:focus {
    --tw-translate-x: 320px;
  }

  .sm\:focus\:translate-x-345:focus {
    --tw-translate-x: 345px;
  }

  .sm\:focus\:translate-x-485:focus {
    --tw-translate-x: 485px;
  }

  .sm\:focus\:translate-x-px:focus {
    --tw-translate-x: 1px;
  }

  .sm\:focus\:-translate-x-135:focus {
    --tw-translate-x: -135px;
  }

  .sm\:focus\:translate-x-0p:focus {
    --tw-translate-x: 0%;
  }

  .sm\:focus\:translate-x-5p:focus {
    --tw-translate-x: 5%;
  }

  .sm\:focus\:translate-x-10p:focus {
    --tw-translate-x: 10%;
  }

  .sm\:focus\:translate-x-15p:focus {
    --tw-translate-x: 15%;
  }

  .sm\:focus\:translate-x-20p:focus {
    --tw-translate-x: 20%;
  }

  .sm\:focus\:translate-x-25p:focus {
    --tw-translate-x: 25%;
  }

  .sm\:focus\:translate-x-30p:focus {
    --tw-translate-x: 30%;
  }

  .sm\:focus\:translate-x-35p:focus {
    --tw-translate-x: 35%;
  }

  .sm\:focus\:translate-x-40p:focus {
    --tw-translate-x: 40%;
  }

  .sm\:focus\:translate-x-45p:focus {
    --tw-translate-x: 45%;
  }

  .sm\:focus\:translate-x-50p:focus {
    --tw-translate-x: 50%;
  }

  .sm\:focus\:translate-x-55p:focus {
    --tw-translate-x: 55%;
  }

  .sm\:focus\:translate-x-60p:focus {
    --tw-translate-x: 60%;
  }

  .sm\:focus\:translate-x-65p:focus {
    --tw-translate-x: 65%;
  }

  .sm\:focus\:translate-x-70p:focus {
    --tw-translate-x: 70%;
  }

  .sm\:focus\:translate-x-75p:focus {
    --tw-translate-x: 75%;
  }

  .sm\:focus\:translate-x-80p:focus {
    --tw-translate-x: 80%;
  }

  .sm\:focus\:translate-x-85p:focus {
    --tw-translate-x: 85%;
  }

  .sm\:focus\:translate-x-90p:focus {
    --tw-translate-x: 90%;
  }

  .sm\:focus\:translate-x-95p:focus {
    --tw-translate-x: 95%;
  }

  .sm\:focus\:translate-x-100p:focus {
    --tw-translate-x: 100%;
  }

  .sm\:focus\:translate-x-66\.5p:focus {
    --tw-translate-x: 66.5%;
  }

  .sm\:focus\:translate-x-67\.5p:focus {
    --tw-translate-x: 67.5%;
  }

  .sm\:focus\:-translate-x-0:focus {
    --tw-translate-x: 0px;
  }

  .sm\:focus\:-translate-x-3:focus {
    --tw-translate-x: -3px;
  }

  .sm\:focus\:-translate-x-5:focus {
    --tw-translate-x: -5px;
  }

  .sm\:focus\:-translate-x-8:focus {
    --tw-translate-x: -8px;
  }

  .sm\:focus\:-translate-x-10:focus {
    --tw-translate-x: -10px;
  }

  .sm\:focus\:-translate-x-12:focus {
    --tw-translate-x: -12px;
  }

  .sm\:focus\:-translate-x-14:focus {
    --tw-translate-x: -14px;
  }

  .sm\:focus\:-translate-x-15:focus {
    --tw-translate-x: -15px;
  }

  .sm\:focus\:-translate-x-16:focus {
    --tw-translate-x: -16px;
  }

  .sm\:focus\:-translate-x-20:focus {
    --tw-translate-x: -20px;
  }

  .sm\:focus\:-translate-x-24:focus {
    --tw-translate-x: -24px;
  }

  .sm\:focus\:-translate-x-28:focus {
    --tw-translate-x: -28px;
  }

  .sm\:focus\:-translate-x-29:focus {
    --tw-translate-x: -29px;
  }

  .sm\:focus\:-translate-x-30:focus {
    --tw-translate-x: -30px;
  }

  .sm\:focus\:-translate-x-32:focus {
    --tw-translate-x: -32px;
  }

  .sm\:focus\:-translate-x-35:focus {
    --tw-translate-x: -35px;
  }

  .sm\:focus\:-translate-x-36:focus {
    --tw-translate-x: -36px;
  }

  .sm\:focus\:-translate-x-37:focus {
    --tw-translate-x: -37px;
  }

  .sm\:focus\:-translate-x-39:focus {
    --tw-translate-x: -39px;
  }

  .sm\:focus\:-translate-x-40:focus {
    --tw-translate-x: -40px;
  }

  .sm\:focus\:-translate-x-47:focus {
    --tw-translate-x: -47px;
  }

  .sm\:focus\:-translate-x-50:focus {
    --tw-translate-x: -50px;
  }

  .sm\:focus\:-translate-x-56:focus {
    --tw-translate-x: -56px;
  }

  .sm\:focus\:-translate-x-64:focus {
    --tw-translate-x: -64px;
  }

  .sm\:focus\:-translate-x-70:focus {
    --tw-translate-x: -70px;
  }

  .sm\:focus\:-translate-x-72:focus {
    --tw-translate-x: -72px;
  }

  .sm\:focus\:-translate-x-75:focus {
    --tw-translate-x: -75px;
  }

  .sm\:focus\:-translate-x-80:focus {
    --tw-translate-x: -80px;
  }

  .sm\:focus\:-translate-x-83:focus {
    --tw-translate-x: -83px;
  }

  .sm\:focus\:-translate-x-100:focus {
    --tw-translate-x: -100px;
  }

  .sm\:focus\:-translate-x-118:focus {
    --tw-translate-x: -118px;
  }

  .sm\:focus\:-translate-x-130:focus {
    --tw-translate-x: -130px;
  }

  .sm\:focus\:-translate-x-150:focus {
    --tw-translate-x: -150px;
  }

  .sm\:focus\:-translate-x-180:focus {
    --tw-translate-x: -180px;
  }

  .sm\:focus\:-translate-x-213:focus {
    --tw-translate-x: -213px;
  }

  .sm\:focus\:-translate-x-225:focus {
    --tw-translate-x: -225px;
  }

  .sm\:focus\:-translate-x-250:focus {
    --tw-translate-x: -250px;
  }

  .sm\:focus\:-translate-x-300:focus {
    --tw-translate-x: -300px;
  }

  .sm\:focus\:-translate-x-320:focus {
    --tw-translate-x: -320px;
  }

  .sm\:focus\:-translate-x-345:focus {
    --tw-translate-x: -345px;
  }

  .sm\:focus\:-translate-x-485:focus {
    --tw-translate-x: -485px;
  }

  .sm\:focus\:-translate-x-px:focus {
    --tw-translate-x: -1px;
  }

  .sm\:focus\:-translate-x--135:focus {
    --tw-translate-x: 135px;
  }

  .sm\:focus\:-translate-x-0p:focus {
    --tw-translate-x: 0%;
  }

  .sm\:focus\:-translate-x-5p:focus {
    --tw-translate-x: -5%;
  }

  .sm\:focus\:-translate-x-10p:focus {
    --tw-translate-x: -10%;
  }

  .sm\:focus\:-translate-x-15p:focus {
    --tw-translate-x: -15%;
  }

  .sm\:focus\:-translate-x-20p:focus {
    --tw-translate-x: -20%;
  }

  .sm\:focus\:-translate-x-25p:focus {
    --tw-translate-x: -25%;
  }

  .sm\:focus\:-translate-x-30p:focus {
    --tw-translate-x: -30%;
  }

  .sm\:focus\:-translate-x-35p:focus {
    --tw-translate-x: -35%;
  }

  .sm\:focus\:-translate-x-40p:focus {
    --tw-translate-x: -40%;
  }

  .sm\:focus\:-translate-x-45p:focus {
    --tw-translate-x: -45%;
  }

  .sm\:focus\:-translate-x-50p:focus {
    --tw-translate-x: -50%;
  }

  .sm\:focus\:-translate-x-55p:focus {
    --tw-translate-x: -55%;
  }

  .sm\:focus\:-translate-x-60p:focus {
    --tw-translate-x: -60%;
  }

  .sm\:focus\:-translate-x-65p:focus {
    --tw-translate-x: -65%;
  }

  .sm\:focus\:-translate-x-70p:focus {
    --tw-translate-x: -70%;
  }

  .sm\:focus\:-translate-x-75p:focus {
    --tw-translate-x: -75%;
  }

  .sm\:focus\:-translate-x-80p:focus {
    --tw-translate-x: -80%;
  }

  .sm\:focus\:-translate-x-85p:focus {
    --tw-translate-x: -85%;
  }

  .sm\:focus\:-translate-x-90p:focus {
    --tw-translate-x: -90%;
  }

  .sm\:focus\:-translate-x-95p:focus {
    --tw-translate-x: -95%;
  }

  .sm\:focus\:-translate-x-100p:focus {
    --tw-translate-x: -100%;
  }

  .sm\:focus\:-translate-x-66\.5p:focus {
    --tw-translate-x: -66.5%;
  }

  .sm\:focus\:-translate-x-67\.5p:focus {
    --tw-translate-x: -67.5%;
  }

  .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-3:focus {
    --tw-translate-y: 3px;
  }

  .sm\:focus\:translate-y-5:focus {
    --tw-translate-y: 5px;
  }

  .sm\:focus\:translate-y-8:focus {
    --tw-translate-y: 8px;
  }

  .sm\:focus\:translate-y-10:focus {
    --tw-translate-y: 10px;
  }

  .sm\:focus\:translate-y-12:focus {
    --tw-translate-y: 12px;
  }

  .sm\:focus\:translate-y-14:focus {
    --tw-translate-y: 14px;
  }

  .sm\:focus\:translate-y-15:focus {
    --tw-translate-y: 15px;
  }

  .sm\:focus\:translate-y-16:focus {
    --tw-translate-y: 16px;
  }

  .sm\:focus\:translate-y-20:focus {
    --tw-translate-y: 20px;
  }

  .sm\:focus\:translate-y-24:focus {
    --tw-translate-y: 24px;
  }

  .sm\:focus\:translate-y-28:focus {
    --tw-translate-y: 28px;
  }

  .sm\:focus\:translate-y-29:focus {
    --tw-translate-y: 29px;
  }

  .sm\:focus\:translate-y-30:focus {
    --tw-translate-y: 30px;
  }

  .sm\:focus\:translate-y-32:focus {
    --tw-translate-y: 32px;
  }

  .sm\:focus\:translate-y-35:focus {
    --tw-translate-y: 35px;
  }

  .sm\:focus\:translate-y-36:focus {
    --tw-translate-y: 36px;
  }

  .sm\:focus\:translate-y-37:focus {
    --tw-translate-y: 37px;
  }

  .sm\:focus\:translate-y-39:focus {
    --tw-translate-y: 39px;
  }

  .sm\:focus\:translate-y-40:focus {
    --tw-translate-y: 40px;
  }

  .sm\:focus\:translate-y-47:focus {
    --tw-translate-y: 47px;
  }

  .sm\:focus\:translate-y-50:focus {
    --tw-translate-y: 50px;
  }

  .sm\:focus\:translate-y-56:focus {
    --tw-translate-y: 56px;
  }

  .sm\:focus\:translate-y-64:focus {
    --tw-translate-y: 64px;
  }

  .sm\:focus\:translate-y-70:focus {
    --tw-translate-y: 70px;
  }

  .sm\:focus\:translate-y-72:focus {
    --tw-translate-y: 72px;
  }

  .sm\:focus\:translate-y-75:focus {
    --tw-translate-y: 75px;
  }

  .sm\:focus\:translate-y-80:focus {
    --tw-translate-y: 80px;
  }

  .sm\:focus\:translate-y-83:focus {
    --tw-translate-y: 83px;
  }

  .sm\:focus\:translate-y-100:focus {
    --tw-translate-y: 100px;
  }

  .sm\:focus\:translate-y-118:focus {
    --tw-translate-y: 118px;
  }

  .sm\:focus\:translate-y-130:focus {
    --tw-translate-y: 130px;
  }

  .sm\:focus\:translate-y-150:focus {
    --tw-translate-y: 150px;
  }

  .sm\:focus\:translate-y-180:focus {
    --tw-translate-y: 180px;
  }

  .sm\:focus\:translate-y-213:focus {
    --tw-translate-y: 213px;
  }

  .sm\:focus\:translate-y-225:focus {
    --tw-translate-y: 225px;
  }

  .sm\:focus\:translate-y-250:focus {
    --tw-translate-y: 250px;
  }

  .sm\:focus\:translate-y-300:focus {
    --tw-translate-y: 300px;
  }

  .sm\:focus\:translate-y-320:focus {
    --tw-translate-y: 320px;
  }

  .sm\:focus\:translate-y-345:focus {
    --tw-translate-y: 345px;
  }

  .sm\:focus\:translate-y-485:focus {
    --tw-translate-y: 485px;
  }

  .sm\:focus\:translate-y-px:focus {
    --tw-translate-y: 1px;
  }

  .sm\:focus\:-translate-y-135:focus {
    --tw-translate-y: -135px;
  }

  .sm\:focus\:translate-y-0p:focus {
    --tw-translate-y: 0%;
  }

  .sm\:focus\:translate-y-5p:focus {
    --tw-translate-y: 5%;
  }

  .sm\:focus\:translate-y-10p:focus {
    --tw-translate-y: 10%;
  }

  .sm\:focus\:translate-y-15p:focus {
    --tw-translate-y: 15%;
  }

  .sm\:focus\:translate-y-20p:focus {
    --tw-translate-y: 20%;
  }

  .sm\:focus\:translate-y-25p:focus {
    --tw-translate-y: 25%;
  }

  .sm\:focus\:translate-y-30p:focus {
    --tw-translate-y: 30%;
  }

  .sm\:focus\:translate-y-35p:focus {
    --tw-translate-y: 35%;
  }

  .sm\:focus\:translate-y-40p:focus {
    --tw-translate-y: 40%;
  }

  .sm\:focus\:translate-y-45p:focus {
    --tw-translate-y: 45%;
  }

  .sm\:focus\:translate-y-50p:focus {
    --tw-translate-y: 50%;
  }

  .sm\:focus\:translate-y-55p:focus {
    --tw-translate-y: 55%;
  }

  .sm\:focus\:translate-y-60p:focus {
    --tw-translate-y: 60%;
  }

  .sm\:focus\:translate-y-65p:focus {
    --tw-translate-y: 65%;
  }

  .sm\:focus\:translate-y-70p:focus {
    --tw-translate-y: 70%;
  }

  .sm\:focus\:translate-y-75p:focus {
    --tw-translate-y: 75%;
  }

  .sm\:focus\:translate-y-80p:focus {
    --tw-translate-y: 80%;
  }

  .sm\:focus\:translate-y-85p:focus {
    --tw-translate-y: 85%;
  }

  .sm\:focus\:translate-y-90p:focus {
    --tw-translate-y: 90%;
  }

  .sm\:focus\:translate-y-95p:focus {
    --tw-translate-y: 95%;
  }

  .sm\:focus\:translate-y-100p:focus {
    --tw-translate-y: 100%;
  }

  .sm\:focus\:translate-y-66\.5p:focus {
    --tw-translate-y: 66.5%;
  }

  .sm\:focus\:translate-y-67\.5p:focus {
    --tw-translate-y: 67.5%;
  }

  .sm\:focus\:-translate-y-0:focus {
    --tw-translate-y: 0px;
  }

  .sm\:focus\:-translate-y-3:focus {
    --tw-translate-y: -3px;
  }

  .sm\:focus\:-translate-y-5:focus {
    --tw-translate-y: -5px;
  }

  .sm\:focus\:-translate-y-8:focus {
    --tw-translate-y: -8px;
  }

  .sm\:focus\:-translate-y-10:focus {
    --tw-translate-y: -10px;
  }

  .sm\:focus\:-translate-y-12:focus {
    --tw-translate-y: -12px;
  }

  .sm\:focus\:-translate-y-14:focus {
    --tw-translate-y: -14px;
  }

  .sm\:focus\:-translate-y-15:focus {
    --tw-translate-y: -15px;
  }

  .sm\:focus\:-translate-y-16:focus {
    --tw-translate-y: -16px;
  }

  .sm\:focus\:-translate-y-20:focus {
    --tw-translate-y: -20px;
  }

  .sm\:focus\:-translate-y-24:focus {
    --tw-translate-y: -24px;
  }

  .sm\:focus\:-translate-y-28:focus {
    --tw-translate-y: -28px;
  }

  .sm\:focus\:-translate-y-29:focus {
    --tw-translate-y: -29px;
  }

  .sm\:focus\:-translate-y-30:focus {
    --tw-translate-y: -30px;
  }

  .sm\:focus\:-translate-y-32:focus {
    --tw-translate-y: -32px;
  }

  .sm\:focus\:-translate-y-35:focus {
    --tw-translate-y: -35px;
  }

  .sm\:focus\:-translate-y-36:focus {
    --tw-translate-y: -36px;
  }

  .sm\:focus\:-translate-y-37:focus {
    --tw-translate-y: -37px;
  }

  .sm\:focus\:-translate-y-39:focus {
    --tw-translate-y: -39px;
  }

  .sm\:focus\:-translate-y-40:focus {
    --tw-translate-y: -40px;
  }

  .sm\:focus\:-translate-y-47:focus {
    --tw-translate-y: -47px;
  }

  .sm\:focus\:-translate-y-50:focus {
    --tw-translate-y: -50px;
  }

  .sm\:focus\:-translate-y-56:focus {
    --tw-translate-y: -56px;
  }

  .sm\:focus\:-translate-y-64:focus {
    --tw-translate-y: -64px;
  }

  .sm\:focus\:-translate-y-70:focus {
    --tw-translate-y: -70px;
  }

  .sm\:focus\:-translate-y-72:focus {
    --tw-translate-y: -72px;
  }

  .sm\:focus\:-translate-y-75:focus {
    --tw-translate-y: -75px;
  }

  .sm\:focus\:-translate-y-80:focus {
    --tw-translate-y: -80px;
  }

  .sm\:focus\:-translate-y-83:focus {
    --tw-translate-y: -83px;
  }

  .sm\:focus\:-translate-y-100:focus {
    --tw-translate-y: -100px;
  }

  .sm\:focus\:-translate-y-118:focus {
    --tw-translate-y: -118px;
  }

  .sm\:focus\:-translate-y-130:focus {
    --tw-translate-y: -130px;
  }

  .sm\:focus\:-translate-y-150:focus {
    --tw-translate-y: -150px;
  }

  .sm\:focus\:-translate-y-180:focus {
    --tw-translate-y: -180px;
  }

  .sm\:focus\:-translate-y-213:focus {
    --tw-translate-y: -213px;
  }

  .sm\:focus\:-translate-y-225:focus {
    --tw-translate-y: -225px;
  }

  .sm\:focus\:-translate-y-250:focus {
    --tw-translate-y: -250px;
  }

  .sm\:focus\:-translate-y-300:focus {
    --tw-translate-y: -300px;
  }

  .sm\:focus\:-translate-y-320:focus {
    --tw-translate-y: -320px;
  }

  .sm\:focus\:-translate-y-345:focus {
    --tw-translate-y: -345px;
  }

  .sm\:focus\:-translate-y-485:focus {
    --tw-translate-y: -485px;
  }

  .sm\:focus\:-translate-y-px:focus {
    --tw-translate-y: -1px;
  }

  .sm\:focus\:-translate-y--135:focus {
    --tw-translate-y: 135px;
  }

  .sm\:focus\:-translate-y-0p:focus {
    --tw-translate-y: 0%;
  }

  .sm\:focus\:-translate-y-5p:focus {
    --tw-translate-y: -5%;
  }

  .sm\:focus\:-translate-y-10p:focus {
    --tw-translate-y: -10%;
  }

  .sm\:focus\:-translate-y-15p:focus {
    --tw-translate-y: -15%;
  }

  .sm\:focus\:-translate-y-20p:focus {
    --tw-translate-y: -20%;
  }

  .sm\:focus\:-translate-y-25p:focus {
    --tw-translate-y: -25%;
  }

  .sm\:focus\:-translate-y-30p:focus {
    --tw-translate-y: -30%;
  }

  .sm\:focus\:-translate-y-35p:focus {
    --tw-translate-y: -35%;
  }

  .sm\:focus\:-translate-y-40p:focus {
    --tw-translate-y: -40%;
  }

  .sm\:focus\:-translate-y-45p:focus {
    --tw-translate-y: -45%;
  }

  .sm\:focus\:-translate-y-50p:focus {
    --tw-translate-y: -50%;
  }

  .sm\:focus\:-translate-y-55p:focus {
    --tw-translate-y: -55%;
  }

  .sm\:focus\:-translate-y-60p:focus {
    --tw-translate-y: -60%;
  }

  .sm\:focus\:-translate-y-65p:focus {
    --tw-translate-y: -65%;
  }

  .sm\:focus\:-translate-y-70p:focus {
    --tw-translate-y: -70%;
  }

  .sm\:focus\:-translate-y-75p:focus {
    --tw-translate-y: -75%;
  }

  .sm\:focus\:-translate-y-80p:focus {
    --tw-translate-y: -80%;
  }

  .sm\:focus\:-translate-y-85p:focus {
    --tw-translate-y: -85%;
  }

  .sm\:focus\:-translate-y-90p:focus {
    --tw-translate-y: -90%;
  }

  .sm\:focus\:-translate-y-95p:focus {
    --tw-translate-y: -95%;
  }

  .sm\:focus\:-translate-y-100p:focus {
    --tw-translate-y: -100%;
  }

  .sm\:focus\:-translate-y-66\.5p:focus {
    --tw-translate-y: -66.5%;
  }

  .sm\:focus\:-translate-y-67\.5p:focus {
    --tw-translate-y: -67.5%;
  }

  .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;
  }

  .sm\:aspect-ratio-none {
    padding-bottom: 0;
  }

  .sm\:aspect-ratio-square {
    padding-bottom: 100%;
  }

  .sm\:aspect-ratio-16\/9 {
    padding-bottom: 56.25%;
  }

  .sm\:aspect-ratio-4\/3 {
    padding-bottom: 75%;
  }

  .sm\:aspect-ratio-21\/9 {
    padding-bottom: 42.857142857142854%;
  }
}

@media (min-width: 768px) {
  .md\:container {
    width: 100%;
  }

  @media (min-width: 640px) {
    .md\:container {
      max-width: 640px;
    }
  }

  @media (min-width: 768px) {
    .md\:container {
      max-width: 768px;
    }
  }

  @media (min-width: 1024px) {
    .md\:container {
      max-width: 1024px;
    }
  }

  @media (min-width: 1280px) {
    .md\:container {
      max-width: 1280px;
    }
  }

  @media (min-width: 2180px) {
    .md\:container {
      max-width: 2180px;
    }
  }

  .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-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(3px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3px * var(--tw-space-y-reverse));
  }

  .md\:space-x-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(3px * var(--tw-space-x-reverse));
    margin-left: calc(3px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(5px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(5px * var(--tw-space-y-reverse));
  }

  .md\:space-x-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(5px * var(--tw-space-x-reverse));
    margin-left: calc(5px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(8px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(8px * var(--tw-space-y-reverse));
  }

  .md\:space-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(8px * var(--tw-space-x-reverse));
    margin-left: calc(8px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(10px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(10px * var(--tw-space-y-reverse));
  }

  .md\:space-x-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(10px * var(--tw-space-x-reverse));
    margin-left: calc(10px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(12px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(12px * var(--tw-space-y-reverse));
  }

  .md\:space-x-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(12px * var(--tw-space-x-reverse));
    margin-left: calc(12px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(14px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(14px * var(--tw-space-y-reverse));
  }

  .md\:space-x-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(14px * var(--tw-space-x-reverse));
    margin-left: calc(14px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-15 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(15px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(15px * var(--tw-space-y-reverse));
  }

  .md\:space-x-15 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(15px * var(--tw-space-x-reverse));
    margin-left: calc(15px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(16px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(16px * var(--tw-space-y-reverse));
  }

  .md\:space-x-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(16px * var(--tw-space-x-reverse));
    margin-left: calc(16px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(20px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(20px * var(--tw-space-y-reverse));
  }

  .md\:space-x-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(20px * var(--tw-space-x-reverse));
    margin-left: calc(20px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(24px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(24px * var(--tw-space-y-reverse));
  }

  .md\:space-x-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(24px * var(--tw-space-x-reverse));
    margin-left: calc(24px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(28px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(28px * var(--tw-space-y-reverse));
  }

  .md\:space-x-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(28px * var(--tw-space-x-reverse));
    margin-left: calc(28px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-29 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(29px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(29px * var(--tw-space-y-reverse));
  }

  .md\:space-x-29 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(29px * var(--tw-space-x-reverse));
    margin-left: calc(29px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(30px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(30px * var(--tw-space-y-reverse));
  }

  .md\:space-x-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(30px * var(--tw-space-x-reverse));
    margin-left: calc(30px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(32px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(32px * var(--tw-space-y-reverse));
  }

  .md\:space-x-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(32px * var(--tw-space-x-reverse));
    margin-left: calc(32px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-35 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(35px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(35px * var(--tw-space-y-reverse));
  }

  .md\:space-x-35 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(35px * var(--tw-space-x-reverse));
    margin-left: calc(35px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(36px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(36px * var(--tw-space-y-reverse));
  }

  .md\:space-x-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(36px * var(--tw-space-x-reverse));
    margin-left: calc(36px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-37 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(37px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(37px * var(--tw-space-y-reverse));
  }

  .md\:space-x-37 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(37px * var(--tw-space-x-reverse));
    margin-left: calc(37px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-39 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(39px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(39px * var(--tw-space-y-reverse));
  }

  .md\:space-x-39 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(39px * var(--tw-space-x-reverse));
    margin-left: calc(39px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(40px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(40px * var(--tw-space-y-reverse));
  }

  .md\:space-x-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(40px * var(--tw-space-x-reverse));
    margin-left: calc(40px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-47 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(47px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(47px * var(--tw-space-y-reverse));
  }

  .md\:space-x-47 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(47px * var(--tw-space-x-reverse));
    margin-left: calc(47px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(50px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(50px * var(--tw-space-y-reverse));
  }

  .md\:space-x-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(50px * var(--tw-space-x-reverse));
    margin-left: calc(50px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(56px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(56px * var(--tw-space-y-reverse));
  }

  .md\:space-x-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(56px * var(--tw-space-x-reverse));
    margin-left: calc(56px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(64px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(64px * var(--tw-space-y-reverse));
  }

  .md\:space-x-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(64px * var(--tw-space-x-reverse));
    margin-left: calc(64px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-70 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(70px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(70px * var(--tw-space-y-reverse));
  }

  .md\:space-x-70 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(70px * var(--tw-space-x-reverse));
    margin-left: calc(70px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(72px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(72px * var(--tw-space-y-reverse));
  }

  .md\:space-x-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(72px * var(--tw-space-x-reverse));
    margin-left: calc(72px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-75 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(75px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(75px * var(--tw-space-y-reverse));
  }

  .md\:space-x-75 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(75px * var(--tw-space-x-reverse));
    margin-left: calc(75px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(80px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(80px * var(--tw-space-y-reverse));
  }

  .md\:space-x-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(80px * var(--tw-space-x-reverse));
    margin-left: calc(80px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-83 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(83px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(83px * var(--tw-space-y-reverse));
  }

  .md\:space-x-83 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(83px * var(--tw-space-x-reverse));
    margin-left: calc(83px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(100px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(100px * var(--tw-space-y-reverse));
  }

  .md\:space-x-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(100px * var(--tw-space-x-reverse));
    margin-left: calc(100px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-118 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(118px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(118px * var(--tw-space-y-reverse));
  }

  .md\:space-x-118 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(118px * var(--tw-space-x-reverse));
    margin-left: calc(118px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-130 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(130px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(130px * var(--tw-space-y-reverse));
  }

  .md\:space-x-130 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(130px * var(--tw-space-x-reverse));
    margin-left: calc(130px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-150 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(150px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(150px * var(--tw-space-y-reverse));
  }

  .md\:space-x-150 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(150px * var(--tw-space-x-reverse));
    margin-left: calc(150px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-180 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(180px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(180px * var(--tw-space-y-reverse));
  }

  .md\:space-x-180 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(180px * var(--tw-space-x-reverse));
    margin-left: calc(180px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-213 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(213px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(213px * var(--tw-space-y-reverse));
  }

  .md\:space-x-213 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(213px * var(--tw-space-x-reverse));
    margin-left: calc(213px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-225 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(225px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(225px * var(--tw-space-y-reverse));
  }

  .md\:space-x-225 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(225px * var(--tw-space-x-reverse));
    margin-left: calc(225px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-250 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(250px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(250px * var(--tw-space-y-reverse));
  }

  .md\:space-x-250 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(250px * var(--tw-space-x-reverse));
    margin-left: calc(250px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(300px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(300px * var(--tw-space-y-reverse));
  }

  .md\:space-x-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(300px * var(--tw-space-x-reverse));
    margin-left: calc(300px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-320 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(320px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(320px * var(--tw-space-y-reverse));
  }

  .md\:space-x-320 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(320px * var(--tw-space-x-reverse));
    margin-left: calc(320px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-345 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(345px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(345px * var(--tw-space-y-reverse));
  }

  .md\:space-x-345 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(345px * var(--tw-space-x-reverse));
    margin-left: calc(345px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-485 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(485px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(485px * var(--tw-space-y-reverse));
  }

  .md\:space-x-485 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(485px * var(--tw-space-x-reverse));
    margin-left: calc(485px * 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-135 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-135px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-135px * var(--tw-space-y-reverse));
  }

  .md\:-space-x-135 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-135px * var(--tw-space-x-reverse));
    margin-left: calc(-135px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-0p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0% * var(--tw-space-y-reverse));
  }

  .md\:space-x-0p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0% * var(--tw-space-x-reverse));
    margin-left: calc(0% * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-5p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(5% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(5% * var(--tw-space-y-reverse));
  }

  .md\:space-x-5p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(5% * var(--tw-space-x-reverse));
    margin-left: calc(5% * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-10p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(10% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(10% * var(--tw-space-y-reverse));
  }

  .md\:space-x-10p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(10% * var(--tw-space-x-reverse));
    margin-left: calc(10% * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-15p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(15% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(15% * var(--tw-space-y-reverse));
  }

  .md\:space-x-15p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(15% * var(--tw-space-x-reverse));
    margin-left: calc(15% * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-20p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(20% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(20% * var(--tw-space-y-reverse));
  }

  .md\:space-x-20p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(20% * var(--tw-space-x-reverse));
    margin-left: calc(20% * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-25p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(25% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(25% * var(--tw-space-y-reverse));
  }

  .md\:space-x-25p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(25% * var(--tw-space-x-reverse));
    margin-left: calc(25% * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-30p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(30% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(30% * var(--tw-space-y-reverse));
  }

  .md\:space-x-30p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(30% * var(--tw-space-x-reverse));
    margin-left: calc(30% * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-35p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(35% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(35% * var(--tw-space-y-reverse));
  }

  .md\:space-x-35p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(35% * var(--tw-space-x-reverse));
    margin-left: calc(35% * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-40p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(40% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(40% * var(--tw-space-y-reverse));
  }

  .md\:space-x-40p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(40% * var(--tw-space-x-reverse));
    margin-left: calc(40% * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-45p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(45% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(45% * var(--tw-space-y-reverse));
  }

  .md\:space-x-45p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(45% * var(--tw-space-x-reverse));
    margin-left: calc(45% * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-50p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(50% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(50% * var(--tw-space-y-reverse));
  }

  .md\:space-x-50p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(50% * var(--tw-space-x-reverse));
    margin-left: calc(50% * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-55p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(55% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(55% * var(--tw-space-y-reverse));
  }

  .md\:space-x-55p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(55% * var(--tw-space-x-reverse));
    margin-left: calc(55% * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-60p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(60% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(60% * var(--tw-space-y-reverse));
  }

  .md\:space-x-60p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(60% * var(--tw-space-x-reverse));
    margin-left: calc(60% * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-65p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(65% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(65% * var(--tw-space-y-reverse));
  }

  .md\:space-x-65p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(65% * var(--tw-space-x-reverse));
    margin-left: calc(65% * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-70p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(70% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(70% * var(--tw-space-y-reverse));
  }

  .md\:space-x-70p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(70% * var(--tw-space-x-reverse));
    margin-left: calc(70% * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-75p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(75% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(75% * var(--tw-space-y-reverse));
  }

  .md\:space-x-75p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(75% * var(--tw-space-x-reverse));
    margin-left: calc(75% * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-80p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(80% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(80% * var(--tw-space-y-reverse));
  }

  .md\:space-x-80p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(80% * var(--tw-space-x-reverse));
    margin-left: calc(80% * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-85p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(85% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(85% * var(--tw-space-y-reverse));
  }

  .md\:space-x-85p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(85% * var(--tw-space-x-reverse));
    margin-left: calc(85% * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-90p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(90% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(90% * var(--tw-space-y-reverse));
  }

  .md\:space-x-90p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(90% * var(--tw-space-x-reverse));
    margin-left: calc(90% * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-95p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(95% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(95% * var(--tw-space-y-reverse));
  }

  .md\:space-x-95p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(95% * var(--tw-space-x-reverse));
    margin-left: calc(95% * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-100p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(100% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(100% * var(--tw-space-y-reverse));
  }

  .md\:space-x-100p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(100% * var(--tw-space-x-reverse));
    margin-left: calc(100% * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-66\.5p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(66.5% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(66.5% * var(--tw-space-y-reverse));
  }

  .md\:space-x-66\.5p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(66.5% * var(--tw-space-x-reverse));
    margin-left: calc(66.5% * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-67\.5p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(67.5% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(67.5% * var(--tw-space-y-reverse));
  }

  .md\:space-x-67\.5p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(67.5% * var(--tw-space-x-reverse));
    margin-left: calc(67.5% * 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-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-3px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3px * var(--tw-space-y-reverse));
  }

  .md\:-space-x-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-3px * var(--tw-space-x-reverse));
    margin-left: calc(-3px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-5px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-5px * var(--tw-space-y-reverse));
  }

  .md\:-space-x-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-5px * var(--tw-space-x-reverse));
    margin-left: calc(-5px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-8px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-8px * var(--tw-space-y-reverse));
  }

  .md\:-space-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-8px * var(--tw-space-x-reverse));
    margin-left: calc(-8px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-10px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-10px * var(--tw-space-y-reverse));
  }

  .md\:-space-x-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-10px * var(--tw-space-x-reverse));
    margin-left: calc(-10px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-12px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-12px * var(--tw-space-y-reverse));
  }

  .md\:-space-x-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-12px * var(--tw-space-x-reverse));
    margin-left: calc(-12px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-14px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-14px * var(--tw-space-y-reverse));
  }

  .md\:-space-x-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-14px * var(--tw-space-x-reverse));
    margin-left: calc(-14px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-15 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-15px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-15px * var(--tw-space-y-reverse));
  }

  .md\:-space-x-15 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-15px * var(--tw-space-x-reverse));
    margin-left: calc(-15px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-16px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-16px * var(--tw-space-y-reverse));
  }

  .md\:-space-x-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-16px * var(--tw-space-x-reverse));
    margin-left: calc(-16px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-20px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-20px * var(--tw-space-y-reverse));
  }

  .md\:-space-x-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-20px * var(--tw-space-x-reverse));
    margin-left: calc(-20px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-24px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-24px * var(--tw-space-y-reverse));
  }

  .md\:-space-x-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-24px * var(--tw-space-x-reverse));
    margin-left: calc(-24px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-28px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-28px * var(--tw-space-y-reverse));
  }

  .md\:-space-x-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-28px * var(--tw-space-x-reverse));
    margin-left: calc(-28px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-29 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-29px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-29px * var(--tw-space-y-reverse));
  }

  .md\:-space-x-29 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-29px * var(--tw-space-x-reverse));
    margin-left: calc(-29px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-30px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-30px * var(--tw-space-y-reverse));
  }

  .md\:-space-x-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-30px * var(--tw-space-x-reverse));
    margin-left: calc(-30px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-32px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-32px * var(--tw-space-y-reverse));
  }

  .md\:-space-x-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-32px * var(--tw-space-x-reverse));
    margin-left: calc(-32px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-35 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-35px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-35px * var(--tw-space-y-reverse));
  }

  .md\:-space-x-35 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-35px * var(--tw-space-x-reverse));
    margin-left: calc(-35px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-36px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-36px * var(--tw-space-y-reverse));
  }

  .md\:-space-x-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-36px * var(--tw-space-x-reverse));
    margin-left: calc(-36px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-37 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-37px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-37px * var(--tw-space-y-reverse));
  }

  .md\:-space-x-37 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-37px * var(--tw-space-x-reverse));
    margin-left: calc(-37px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-39 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-39px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-39px * var(--tw-space-y-reverse));
  }

  .md\:-space-x-39 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-39px * var(--tw-space-x-reverse));
    margin-left: calc(-39px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-40px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-40px * var(--tw-space-y-reverse));
  }

  .md\:-space-x-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-40px * var(--tw-space-x-reverse));
    margin-left: calc(-40px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-47 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-47px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-47px * var(--tw-space-y-reverse));
  }

  .md\:-space-x-47 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-47px * var(--tw-space-x-reverse));
    margin-left: calc(-47px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-50px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-50px * var(--tw-space-y-reverse));
  }

  .md\:-space-x-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-50px * var(--tw-space-x-reverse));
    margin-left: calc(-50px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-56px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-56px * var(--tw-space-y-reverse));
  }

  .md\:-space-x-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-56px * var(--tw-space-x-reverse));
    margin-left: calc(-56px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-64px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-64px * var(--tw-space-y-reverse));
  }

  .md\:-space-x-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-64px * var(--tw-space-x-reverse));
    margin-left: calc(-64px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-70 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-70px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-70px * var(--tw-space-y-reverse));
  }

  .md\:-space-x-70 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-70px * var(--tw-space-x-reverse));
    margin-left: calc(-70px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-72px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-72px * var(--tw-space-y-reverse));
  }

  .md\:-space-x-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-72px * var(--tw-space-x-reverse));
    margin-left: calc(-72px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-75 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-75px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-75px * var(--tw-space-y-reverse));
  }

  .md\:-space-x-75 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-75px * var(--tw-space-x-reverse));
    margin-left: calc(-75px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-80px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-80px * var(--tw-space-y-reverse));
  }

  .md\:-space-x-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-80px * var(--tw-space-x-reverse));
    margin-left: calc(-80px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-83 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-83px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-83px * var(--tw-space-y-reverse));
  }

  .md\:-space-x-83 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-83px * var(--tw-space-x-reverse));
    margin-left: calc(-83px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-100px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-100px * var(--tw-space-y-reverse));
  }

  .md\:-space-x-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-100px * var(--tw-space-x-reverse));
    margin-left: calc(-100px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-118 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-118px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-118px * var(--tw-space-y-reverse));
  }

  .md\:-space-x-118 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-118px * var(--tw-space-x-reverse));
    margin-left: calc(-118px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-130 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-130px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-130px * var(--tw-space-y-reverse));
  }

  .md\:-space-x-130 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-130px * var(--tw-space-x-reverse));
    margin-left: calc(-130px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-150 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-150px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-150px * var(--tw-space-y-reverse));
  }

  .md\:-space-x-150 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-150px * var(--tw-space-x-reverse));
    margin-left: calc(-150px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-180 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-180px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-180px * var(--tw-space-y-reverse));
  }

  .md\:-space-x-180 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-180px * var(--tw-space-x-reverse));
    margin-left: calc(-180px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-213 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-213px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-213px * var(--tw-space-y-reverse));
  }

  .md\:-space-x-213 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-213px * var(--tw-space-x-reverse));
    margin-left: calc(-213px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-225 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-225px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-225px * var(--tw-space-y-reverse));
  }

  .md\:-space-x-225 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-225px * var(--tw-space-x-reverse));
    margin-left: calc(-225px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-250 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-250px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-250px * var(--tw-space-y-reverse));
  }

  .md\:-space-x-250 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-250px * var(--tw-space-x-reverse));
    margin-left: calc(-250px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-300px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-300px * var(--tw-space-y-reverse));
  }

  .md\:-space-x-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-300px * var(--tw-space-x-reverse));
    margin-left: calc(-300px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-320 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-320px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-320px * var(--tw-space-y-reverse));
  }

  .md\:-space-x-320 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-320px * var(--tw-space-x-reverse));
    margin-left: calc(-320px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-345 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-345px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-345px * var(--tw-space-y-reverse));
  }

  .md\:-space-x-345 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-345px * var(--tw-space-x-reverse));
    margin-left: calc(-345px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-485 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-485px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-485px * var(--tw-space-y-reverse));
  }

  .md\:-space-x-485 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-485px * var(--tw-space-x-reverse));
    margin-left: calc(-485px * 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--135 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(135px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(135px * var(--tw-space-y-reverse));
  }

  .md\:-space-x--135 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(135px * var(--tw-space-x-reverse));
    margin-left: calc(135px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-0p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0% * var(--tw-space-y-reverse));
  }

  .md\:-space-x-0p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0% * var(--tw-space-x-reverse));
    margin-left: calc(0% * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-5p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-5% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-5% * var(--tw-space-y-reverse));
  }

  .md\:-space-x-5p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-5% * var(--tw-space-x-reverse));
    margin-left: calc(-5% * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-10p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-10% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-10% * var(--tw-space-y-reverse));
  }

  .md\:-space-x-10p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-10% * var(--tw-space-x-reverse));
    margin-left: calc(-10% * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-15p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-15% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-15% * var(--tw-space-y-reverse));
  }

  .md\:-space-x-15p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-15% * var(--tw-space-x-reverse));
    margin-left: calc(-15% * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-20p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-20% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-20% * var(--tw-space-y-reverse));
  }

  .md\:-space-x-20p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-20% * var(--tw-space-x-reverse));
    margin-left: calc(-20% * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-25p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-25% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-25% * var(--tw-space-y-reverse));
  }

  .md\:-space-x-25p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-25% * var(--tw-space-x-reverse));
    margin-left: calc(-25% * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-30p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-30% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-30% * var(--tw-space-y-reverse));
  }

  .md\:-space-x-30p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-30% * var(--tw-space-x-reverse));
    margin-left: calc(-30% * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-35p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-35% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-35% * var(--tw-space-y-reverse));
  }

  .md\:-space-x-35p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-35% * var(--tw-space-x-reverse));
    margin-left: calc(-35% * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-40p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-40% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-40% * var(--tw-space-y-reverse));
  }

  .md\:-space-x-40p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-40% * var(--tw-space-x-reverse));
    margin-left: calc(-40% * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-45p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-45% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-45% * var(--tw-space-y-reverse));
  }

  .md\:-space-x-45p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-45% * var(--tw-space-x-reverse));
    margin-left: calc(-45% * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-50p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-50% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-50% * var(--tw-space-y-reverse));
  }

  .md\:-space-x-50p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-50% * var(--tw-space-x-reverse));
    margin-left: calc(-50% * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-55p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-55% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-55% * var(--tw-space-y-reverse));
  }

  .md\:-space-x-55p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-55% * var(--tw-space-x-reverse));
    margin-left: calc(-55% * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-60p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-60% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-60% * var(--tw-space-y-reverse));
  }

  .md\:-space-x-60p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-60% * var(--tw-space-x-reverse));
    margin-left: calc(-60% * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-65p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-65% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-65% * var(--tw-space-y-reverse));
  }

  .md\:-space-x-65p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-65% * var(--tw-space-x-reverse));
    margin-left: calc(-65% * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-70p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-70% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-70% * var(--tw-space-y-reverse));
  }

  .md\:-space-x-70p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-70% * var(--tw-space-x-reverse));
    margin-left: calc(-70% * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-75p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-75% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-75% * var(--tw-space-y-reverse));
  }

  .md\:-space-x-75p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-75% * var(--tw-space-x-reverse));
    margin-left: calc(-75% * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-80p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-80% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-80% * var(--tw-space-y-reverse));
  }

  .md\:-space-x-80p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-80% * var(--tw-space-x-reverse));
    margin-left: calc(-80% * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-85p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-85% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-85% * var(--tw-space-y-reverse));
  }

  .md\:-space-x-85p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-85% * var(--tw-space-x-reverse));
    margin-left: calc(-85% * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-90p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-90% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-90% * var(--tw-space-y-reverse));
  }

  .md\:-space-x-90p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-90% * var(--tw-space-x-reverse));
    margin-left: calc(-90% * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-95p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-95% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-95% * var(--tw-space-y-reverse));
  }

  .md\:-space-x-95p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-95% * var(--tw-space-x-reverse));
    margin-left: calc(-95% * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-100p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-100% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-100% * var(--tw-space-y-reverse));
  }

  .md\:-space-x-100p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-100% * var(--tw-space-x-reverse));
    margin-left: calc(-100% * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-66\.5p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-66.5% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-66.5% * var(--tw-space-y-reverse));
  }

  .md\:-space-x-66\.5p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-66.5% * var(--tw-space-x-reverse));
    margin-left: calc(-66.5% * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-67\.5p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-67.5% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-67.5% * var(--tw-space-y-reverse));
  }

  .md\:-space-x-67\.5p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-67.5% * var(--tw-space-x-reverse));
    margin-left: calc(-67.5% * 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-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-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-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 > :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-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(70, 70, 70, var(--tw-divide-opacity));
  }

  .md\:divide-black-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(215, 215, 215, var(--tw-divide-opacity));
  }

  .md\:divide-black-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(38, 38, 38, var(--tw-divide-opacity));
  }

  .md\:divide-black-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(237, 237, 237, var(--tw-divide-opacity));
  }

  .md\:divide-black-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(68, 68, 68, var(--tw-divide-opacity));
  }

  .md\:divide-black-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(108, 108, 108, var(--tw-divide-opacity));
  }

  .md\:divide-black > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-divide-opacity));
  }

  .md\:divide-white-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(244, 244, 244, var(--tw-divide-opacity));
  }

  .md\:divide-white > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity));
  }

  .md\:divide-pink-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(233, 101, 147, var(--tw-divide-opacity));
  }

  .md\:divide-pink > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(238, 139, 174, var(--tw-divide-opacity));
  }

  .md\:divide-red-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(231, 6, 31, var(--tw-divide-opacity));
  }

  .md\:divide-red > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(239, 0, 22, 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-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-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.5;
  }

  .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-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-1 {
    --tw-bg-opacity: 1;
    background-color: rgba(70, 70, 70, var(--tw-bg-opacity));
  }

  .md\:bg-black-2 {
    --tw-bg-opacity: 1;
    background-color: rgba(215, 215, 215, var(--tw-bg-opacity));
  }

  .md\:bg-black-3 {
    --tw-bg-opacity: 1;
    background-color: rgba(38, 38, 38, var(--tw-bg-opacity));
  }

  .md\:bg-black-4 {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 237, 237, var(--tw-bg-opacity));
  }

  .md\:bg-black-5 {
    --tw-bg-opacity: 1;
    background-color: rgba(68, 68, 68, var(--tw-bg-opacity));
  }

  .md\:bg-black-6 {
    --tw-bg-opacity: 1;
    background-color: rgba(108, 108, 108, var(--tw-bg-opacity));
  }

  .md\:bg-black {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .md\:bg-white-1 {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 244, 244, var(--tw-bg-opacity));
  }

  .md\:bg-white {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .md\:bg-pink-1 {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 101, 147, var(--tw-bg-opacity));
  }

  .md\:bg-pink {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 139, 174, var(--tw-bg-opacity));
  }

  .md\:bg-red-1 {
    --tw-bg-opacity: 1;
    background-color: rgba(231, 6, 31, var(--tw-bg-opacity));
  }

  .md\:bg-red {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 0, 22, 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-1 {
    --tw-bg-opacity: 1;
    background-color: rgba(70, 70, 70, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-black-2 {
    --tw-bg-opacity: 1;
    background-color: rgba(215, 215, 215, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-black-3 {
    --tw-bg-opacity: 1;
    background-color: rgba(38, 38, 38, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-black-4 {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 237, 237, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-black-5 {
    --tw-bg-opacity: 1;
    background-color: rgba(68, 68, 68, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-black-6 {
    --tw-bg-opacity: 1;
    background-color: rgba(108, 108, 108, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-black {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-white-1 {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 244, 244, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-white {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-pink-1 {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 101, 147, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-pink {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 139, 174, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-red-1 {
    --tw-bg-opacity: 1;
    background-color: rgba(231, 6, 31, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-red {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 0, 22, 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-1:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(70, 70, 70, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-black-2:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(215, 215, 215, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-black-3:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(38, 38, 38, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-black-4:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 237, 237, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-black-5:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(68, 68, 68, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-black-6:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(108, 108, 108, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-black:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-white-1:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 244, 244, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-white:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-pink-1:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 101, 147, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-pink:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 139, 174, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-red-1:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(231, 6, 31, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-red:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 0, 22, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-transparent:hover {
    background-color: transparent;
  }

  .md\:hover\:bg-current:hover {
    background-color: currentColor;
  }

  .md\:hover\:bg-black-1:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(70, 70, 70, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-black-2:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(215, 215, 215, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-black-3:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(38, 38, 38, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-black-4:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 237, 237, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-black-5:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(68, 68, 68, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-black-6:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(108, 108, 108, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-black:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-white-1:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 244, 244, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-white:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-pink-1:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 101, 147, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-pink:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 139, 174, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-red-1:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(231, 6, 31, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-red:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 0, 22, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-transparent:focus {
    background-color: transparent;
  }

  .md\:focus\:bg-current:focus {
    background-color: currentColor;
  }

  .md\:focus\:bg-black-1:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(70, 70, 70, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-black-2:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(215, 215, 215, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-black-3:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(38, 38, 38, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-black-4:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 237, 237, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-black-5:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(68, 68, 68, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-black-6:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(108, 108, 108, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-black:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-white-1:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 244, 244, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-white:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-pink-1:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 101, 147, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-pink:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 139, 174, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-red-1:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(231, 6, 31, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-red:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 0, 22, 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-gradient-khoa-hoc {
    background-image: linear-gradient(180deg, rgba(31, 22, 65, 0) 0%, rgba(31, 22, 65, 0.9) 72.62%, #1F1641 100%);
  }

  .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-1 {
    --tw-gradient-from: #464646;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(70, 70, 70, 0));
  }

  .md\:from-black-2 {
    --tw-gradient-from: #d7d7d7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(215, 215, 215, 0));
  }

  .md\:from-black-3 {
    --tw-gradient-from: #262626;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(38, 38, 38, 0));
  }

  .md\:from-black-4 {
    --tw-gradient-from: #ededed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 237, 237, 0));
  }

  .md\:from-black-5 {
    --tw-gradient-from: #444444;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(68, 68, 68, 0));
  }

  .md\:from-black-6 {
    --tw-gradient-from: #6c6c6c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(108, 108, 108, 0));
  }

  .md\:from-black {
    --tw-gradient-from: #000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .md\:from-white-1 {
    --tw-gradient-from: #f4f4f4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 244, 244, 0));
  }

  .md\:from-white {
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:from-pink-1 {
    --tw-gradient-from: #e96593;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 101, 147, 0));
  }

  .md\:from-pink {
    --tw-gradient-from: #ee8bae;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 139, 174, 0));
  }

  .md\:from-red-1 {
    --tw-gradient-from: #e7061f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(231, 6, 31, 0));
  }

  .md\:from-red {
    --tw-gradient-from: #ef0016;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 0, 22, 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-1 {
    --tw-gradient-stops: var(--tw-gradient-from), #464646, var(--tw-gradient-to, rgba(70, 70, 70, 0));
  }

  .md\:via-black-2 {
    --tw-gradient-stops: var(--tw-gradient-from), #d7d7d7, var(--tw-gradient-to, rgba(215, 215, 215, 0));
  }

  .md\:via-black-3 {
    --tw-gradient-stops: var(--tw-gradient-from), #262626, var(--tw-gradient-to, rgba(38, 38, 38, 0));
  }

  .md\:via-black-4 {
    --tw-gradient-stops: var(--tw-gradient-from), #ededed, var(--tw-gradient-to, rgba(237, 237, 237, 0));
  }

  .md\:via-black-5 {
    --tw-gradient-stops: var(--tw-gradient-from), #444444, var(--tw-gradient-to, rgba(68, 68, 68, 0));
  }

  .md\:via-black-6 {
    --tw-gradient-stops: var(--tw-gradient-from), #6c6c6c, var(--tw-gradient-to, rgba(108, 108, 108, 0));
  }

  .md\:via-black {
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .md\:via-white-1 {
    --tw-gradient-stops: var(--tw-gradient-from), #f4f4f4, var(--tw-gradient-to, rgba(244, 244, 244, 0));
  }

  .md\:via-white {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:via-pink-1 {
    --tw-gradient-stops: var(--tw-gradient-from), #e96593, var(--tw-gradient-to, rgba(233, 101, 147, 0));
  }

  .md\:via-pink {
    --tw-gradient-stops: var(--tw-gradient-from), #ee8bae, var(--tw-gradient-to, rgba(238, 139, 174, 0));
  }

  .md\:via-red-1 {
    --tw-gradient-stops: var(--tw-gradient-from), #e7061f, var(--tw-gradient-to, rgba(231, 6, 31, 0));
  }

  .md\:via-red {
    --tw-gradient-stops: var(--tw-gradient-from), #ef0016, var(--tw-gradient-to, rgba(239, 0, 22, 0));
  }

  .md\:to-transparent {
    --tw-gradient-to: transparent;
  }

  .md\:to-current {
    --tw-gradient-to: currentColor;
  }

  .md\:to-black-1 {
    --tw-gradient-to: #464646;
  }

  .md\:to-black-2 {
    --tw-gradient-to: #d7d7d7;
  }

  .md\:to-black-3 {
    --tw-gradient-to: #262626;
  }

  .md\:to-black-4 {
    --tw-gradient-to: #ededed;
  }

  .md\:to-black-5 {
    --tw-gradient-to: #444444;
  }

  .md\:to-black-6 {
    --tw-gradient-to: #6c6c6c;
  }

  .md\:to-black {
    --tw-gradient-to: #000;
  }

  .md\:to-white-1 {
    --tw-gradient-to: #f4f4f4;
  }

  .md\:to-white {
    --tw-gradient-to: #fff;
  }

  .md\:to-pink-1 {
    --tw-gradient-to: #e96593;
  }

  .md\:to-pink {
    --tw-gradient-to: #ee8bae;
  }

  .md\:to-red-1 {
    --tw-gradient-to: #e7061f;
  }

  .md\:to-red {
    --tw-gradient-to: #ef0016;
  }

  .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-1:hover {
    --tw-gradient-from: #464646;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(70, 70, 70, 0));
  }

  .md\:hover\:from-black-2:hover {
    --tw-gradient-from: #d7d7d7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(215, 215, 215, 0));
  }

  .md\:hover\:from-black-3:hover {
    --tw-gradient-from: #262626;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(38, 38, 38, 0));
  }

  .md\:hover\:from-black-4:hover {
    --tw-gradient-from: #ededed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 237, 237, 0));
  }

  .md\:hover\:from-black-5:hover {
    --tw-gradient-from: #444444;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(68, 68, 68, 0));
  }

  .md\:hover\:from-black-6:hover {
    --tw-gradient-from: #6c6c6c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(108, 108, 108, 0));
  }

  .md\:hover\:from-black:hover {
    --tw-gradient-from: #000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .md\:hover\:from-white-1:hover {
    --tw-gradient-from: #f4f4f4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 244, 244, 0));
  }

  .md\:hover\:from-white:hover {
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:hover\:from-pink-1:hover {
    --tw-gradient-from: #e96593;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 101, 147, 0));
  }

  .md\:hover\:from-pink:hover {
    --tw-gradient-from: #ee8bae;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 139, 174, 0));
  }

  .md\:hover\:from-red-1:hover {
    --tw-gradient-from: #e7061f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(231, 6, 31, 0));
  }

  .md\:hover\:from-red:hover {
    --tw-gradient-from: #ef0016;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 0, 22, 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-1:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #464646, var(--tw-gradient-to, rgba(70, 70, 70, 0));
  }

  .md\:hover\:via-black-2:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d7d7d7, var(--tw-gradient-to, rgba(215, 215, 215, 0));
  }

  .md\:hover\:via-black-3:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #262626, var(--tw-gradient-to, rgba(38, 38, 38, 0));
  }

  .md\:hover\:via-black-4:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ededed, var(--tw-gradient-to, rgba(237, 237, 237, 0));
  }

  .md\:hover\:via-black-5:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #444444, var(--tw-gradient-to, rgba(68, 68, 68, 0));
  }

  .md\:hover\:via-black-6:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6c6c6c, var(--tw-gradient-to, rgba(108, 108, 108, 0));
  }

  .md\:hover\:via-black:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .md\:hover\:via-white-1:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f4f4f4, var(--tw-gradient-to, rgba(244, 244, 244, 0));
  }

  .md\:hover\:via-white:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:hover\:via-pink-1:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e96593, var(--tw-gradient-to, rgba(233, 101, 147, 0));
  }

  .md\:hover\:via-pink:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ee8bae, var(--tw-gradient-to, rgba(238, 139, 174, 0));
  }

  .md\:hover\:via-red-1:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e7061f, var(--tw-gradient-to, rgba(231, 6, 31, 0));
  }

  .md\:hover\:via-red:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ef0016, var(--tw-gradient-to, rgba(239, 0, 22, 0));
  }

  .md\:hover\:to-transparent:hover {
    --tw-gradient-to: transparent;
  }

  .md\:hover\:to-current:hover {
    --tw-gradient-to: currentColor;
  }

  .md\:hover\:to-black-1:hover {
    --tw-gradient-to: #464646;
  }

  .md\:hover\:to-black-2:hover {
    --tw-gradient-to: #d7d7d7;
  }

  .md\:hover\:to-black-3:hover {
    --tw-gradient-to: #262626;
  }

  .md\:hover\:to-black-4:hover {
    --tw-gradient-to: #ededed;
  }

  .md\:hover\:to-black-5:hover {
    --tw-gradient-to: #444444;
  }

  .md\:hover\:to-black-6:hover {
    --tw-gradient-to: #6c6c6c;
  }

  .md\:hover\:to-black:hover {
    --tw-gradient-to: #000;
  }

  .md\:hover\:to-white-1:hover {
    --tw-gradient-to: #f4f4f4;
  }

  .md\:hover\:to-white:hover {
    --tw-gradient-to: #fff;
  }

  .md\:hover\:to-pink-1:hover {
    --tw-gradient-to: #e96593;
  }

  .md\:hover\:to-pink:hover {
    --tw-gradient-to: #ee8bae;
  }

  .md\:hover\:to-red-1:hover {
    --tw-gradient-to: #e7061f;
  }

  .md\:hover\:to-red:hover {
    --tw-gradient-to: #ef0016;
  }

  .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-1:focus {
    --tw-gradient-from: #464646;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(70, 70, 70, 0));
  }

  .md\:focus\:from-black-2:focus {
    --tw-gradient-from: #d7d7d7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(215, 215, 215, 0));
  }

  .md\:focus\:from-black-3:focus {
    --tw-gradient-from: #262626;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(38, 38, 38, 0));
  }

  .md\:focus\:from-black-4:focus {
    --tw-gradient-from: #ededed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 237, 237, 0));
  }

  .md\:focus\:from-black-5:focus {
    --tw-gradient-from: #444444;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(68, 68, 68, 0));
  }

  .md\:focus\:from-black-6:focus {
    --tw-gradient-from: #6c6c6c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(108, 108, 108, 0));
  }

  .md\:focus\:from-black:focus {
    --tw-gradient-from: #000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .md\:focus\:from-white-1:focus {
    --tw-gradient-from: #f4f4f4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 244, 244, 0));
  }

  .md\:focus\:from-white:focus {
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:focus\:from-pink-1:focus {
    --tw-gradient-from: #e96593;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 101, 147, 0));
  }

  .md\:focus\:from-pink:focus {
    --tw-gradient-from: #ee8bae;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 139, 174, 0));
  }

  .md\:focus\:from-red-1:focus {
    --tw-gradient-from: #e7061f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(231, 6, 31, 0));
  }

  .md\:focus\:from-red:focus {
    --tw-gradient-from: #ef0016;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 0, 22, 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-1:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #464646, var(--tw-gradient-to, rgba(70, 70, 70, 0));
  }

  .md\:focus\:via-black-2:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d7d7d7, var(--tw-gradient-to, rgba(215, 215, 215, 0));
  }

  .md\:focus\:via-black-3:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #262626, var(--tw-gradient-to, rgba(38, 38, 38, 0));
  }

  .md\:focus\:via-black-4:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ededed, var(--tw-gradient-to, rgba(237, 237, 237, 0));
  }

  .md\:focus\:via-black-5:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #444444, var(--tw-gradient-to, rgba(68, 68, 68, 0));
  }

  .md\:focus\:via-black-6:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6c6c6c, var(--tw-gradient-to, rgba(108, 108, 108, 0));
  }

  .md\:focus\:via-black:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .md\:focus\:via-white-1:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f4f4f4, var(--tw-gradient-to, rgba(244, 244, 244, 0));
  }

  .md\:focus\:via-white:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:focus\:via-pink-1:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e96593, var(--tw-gradient-to, rgba(233, 101, 147, 0));
  }

  .md\:focus\:via-pink:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ee8bae, var(--tw-gradient-to, rgba(238, 139, 174, 0));
  }

  .md\:focus\:via-red-1:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e7061f, var(--tw-gradient-to, rgba(231, 6, 31, 0));
  }

  .md\:focus\:via-red:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ef0016, var(--tw-gradient-to, rgba(239, 0, 22, 0));
  }

  .md\:focus\:to-transparent:focus {
    --tw-gradient-to: transparent;
  }

  .md\:focus\:to-current:focus {
    --tw-gradient-to: currentColor;
  }

  .md\:focus\:to-black-1:focus {
    --tw-gradient-to: #464646;
  }

  .md\:focus\:to-black-2:focus {
    --tw-gradient-to: #d7d7d7;
  }

  .md\:focus\:to-black-3:focus {
    --tw-gradient-to: #262626;
  }

  .md\:focus\:to-black-4:focus {
    --tw-gradient-to: #ededed;
  }

  .md\:focus\:to-black-5:focus {
    --tw-gradient-to: #444444;
  }

  .md\:focus\:to-black-6:focus {
    --tw-gradient-to: #6c6c6c;
  }

  .md\:focus\:to-black:focus {
    --tw-gradient-to: #000;
  }

  .md\:focus\:to-white-1:focus {
    --tw-gradient-to: #f4f4f4;
  }

  .md\:focus\:to-white:focus {
    --tw-gradient-to: #fff;
  }

  .md\:focus\:to-pink-1:focus {
    --tw-gradient-to: #e96593;
  }

  .md\:focus\:to-pink:focus {
    --tw-gradient-to: #ee8bae;
  }

  .md\:focus\:to-red-1:focus {
    --tw-gradient-to: #e7061f;
  }

  .md\:focus\:to-red:focus {
    --tw-gradient-to: #ef0016;
  }

  .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-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-50 {
    --tw-bg-opacity: 0.5;
  }

  .md\:bg-opacity-60 {
    --tw-bg-opacity: 0.6;
  }

  .md\:bg-opacity-70 {
    --tw-bg-opacity: 0.7;
  }

  .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-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-50 {
    --tw-bg-opacity: 0.5;
  }

  .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-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-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-50:focus-within {
    --tw-bg-opacity: 0.5;
  }

  .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-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-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-50:hover {
    --tw-bg-opacity: 0.5;
  }

  .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-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-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-50:focus {
    --tw-bg-opacity: 0.5;
  }

  .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-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-10p-center {
    background-position: 10% center;
  }

  .md\:bg-right-15-center {
    background-position: right 15px center;
  }

  .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-24 {
    background-size: 24px 24px;
  }

  .md\:bg-auto {
    background-size: auto;
  }

  .md\:bg-cover {
    background-size: cover;
  }

  .md\:bg-contain {
    background-size: contain;
  }

  .md\:bg-w-64p {
    background-size: 64% auto;
  }

  .md\:bg-size-78p {
    background-size: 78%;
  }

  .md\:bg-size-100p {
    background-size: 100%;
  }

  .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-1 {
    --tw-border-opacity: 1;
    border-color: rgba(70, 70, 70, var(--tw-border-opacity));
  }

  .md\:border-black-2 {
    --tw-border-opacity: 1;
    border-color: rgba(215, 215, 215, var(--tw-border-opacity));
  }

  .md\:border-black-3 {
    --tw-border-opacity: 1;
    border-color: rgba(38, 38, 38, var(--tw-border-opacity));
  }

  .md\:border-black-4 {
    --tw-border-opacity: 1;
    border-color: rgba(237, 237, 237, var(--tw-border-opacity));
  }

  .md\:border-black-5 {
    --tw-border-opacity: 1;
    border-color: rgba(68, 68, 68, var(--tw-border-opacity));
  }

  .md\:border-black-6 {
    --tw-border-opacity: 1;
    border-color: rgba(108, 108, 108, var(--tw-border-opacity));
  }

  .md\:border-black {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .md\:border-white-1 {
    --tw-border-opacity: 1;
    border-color: rgba(244, 244, 244, var(--tw-border-opacity));
  }

  .md\:border-white {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .md\:border-pink-1 {
    --tw-border-opacity: 1;
    border-color: rgba(233, 101, 147, var(--tw-border-opacity));
  }

  .md\:border-pink {
    --tw-border-opacity: 1;
    border-color: rgba(238, 139, 174, var(--tw-border-opacity));
  }

  .md\:border-red-1 {
    --tw-border-opacity: 1;
    border-color: rgba(231, 6, 31, var(--tw-border-opacity));
  }

  .md\:border-red {
    --tw-border-opacity: 1;
    border-color: rgba(239, 0, 22, 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-1 {
    --tw-border-opacity: 1;
    border-color: rgba(70, 70, 70, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-black-2 {
    --tw-border-opacity: 1;
    border-color: rgba(215, 215, 215, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-black-3 {
    --tw-border-opacity: 1;
    border-color: rgba(38, 38, 38, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-black-4 {
    --tw-border-opacity: 1;
    border-color: rgba(237, 237, 237, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-black-5 {
    --tw-border-opacity: 1;
    border-color: rgba(68, 68, 68, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-black-6 {
    --tw-border-opacity: 1;
    border-color: rgba(108, 108, 108, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-black {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-white-1 {
    --tw-border-opacity: 1;
    border-color: rgba(244, 244, 244, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-white {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-pink-1 {
    --tw-border-opacity: 1;
    border-color: rgba(233, 101, 147, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-pink {
    --tw-border-opacity: 1;
    border-color: rgba(238, 139, 174, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-red-1 {
    --tw-border-opacity: 1;
    border-color: rgba(231, 6, 31, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-red {
    --tw-border-opacity: 1;
    border-color: rgba(239, 0, 22, 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-1:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(70, 70, 70, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-black-2:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(215, 215, 215, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-black-3:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(38, 38, 38, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-black-4:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(237, 237, 237, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-black-5:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(68, 68, 68, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-black-6:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(108, 108, 108, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-black:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-white-1:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(244, 244, 244, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-white:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-pink-1:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(233, 101, 147, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-pink:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(238, 139, 174, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-red-1:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(231, 6, 31, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-red:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(239, 0, 22, var(--tw-border-opacity));
  }

  .md\:hover\:border-transparent:hover {
    border-color: transparent;
  }

  .md\:hover\:border-current:hover {
    border-color: currentColor;
  }

  .md\:hover\:border-black-1:hover {
    --tw-border-opacity: 1;
    border-color: rgba(70, 70, 70, var(--tw-border-opacity));
  }

  .md\:hover\:border-black-2:hover {
    --tw-border-opacity: 1;
    border-color: rgba(215, 215, 215, var(--tw-border-opacity));
  }

  .md\:hover\:border-black-3:hover {
    --tw-border-opacity: 1;
    border-color: rgba(38, 38, 38, var(--tw-border-opacity));
  }

  .md\:hover\:border-black-4:hover {
    --tw-border-opacity: 1;
    border-color: rgba(237, 237, 237, var(--tw-border-opacity));
  }

  .md\:hover\:border-black-5:hover {
    --tw-border-opacity: 1;
    border-color: rgba(68, 68, 68, var(--tw-border-opacity));
  }

  .md\:hover\:border-black-6:hover {
    --tw-border-opacity: 1;
    border-color: rgba(108, 108, 108, var(--tw-border-opacity));
  }

  .md\:hover\:border-black:hover {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .md\:hover\:border-white-1:hover {
    --tw-border-opacity: 1;
    border-color: rgba(244, 244, 244, var(--tw-border-opacity));
  }

  .md\:hover\:border-white:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .md\:hover\:border-pink-1:hover {
    --tw-border-opacity: 1;
    border-color: rgba(233, 101, 147, var(--tw-border-opacity));
  }

  .md\:hover\:border-pink:hover {
    --tw-border-opacity: 1;
    border-color: rgba(238, 139, 174, var(--tw-border-opacity));
  }

  .md\:hover\:border-red-1:hover {
    --tw-border-opacity: 1;
    border-color: rgba(231, 6, 31, var(--tw-border-opacity));
  }

  .md\:hover\:border-red:hover {
    --tw-border-opacity: 1;
    border-color: rgba(239, 0, 22, var(--tw-border-opacity));
  }

  .md\:focus\:border-transparent:focus {
    border-color: transparent;
  }

  .md\:focus\:border-current:focus {
    border-color: currentColor;
  }

  .md\:focus\:border-black-1:focus {
    --tw-border-opacity: 1;
    border-color: rgba(70, 70, 70, var(--tw-border-opacity));
  }

  .md\:focus\:border-black-2:focus {
    --tw-border-opacity: 1;
    border-color: rgba(215, 215, 215, var(--tw-border-opacity));
  }

  .md\:focus\:border-black-3:focus {
    --tw-border-opacity: 1;
    border-color: rgba(38, 38, 38, var(--tw-border-opacity));
  }

  .md\:focus\:border-black-4:focus {
    --tw-border-opacity: 1;
    border-color: rgba(237, 237, 237, var(--tw-border-opacity));
  }

  .md\:focus\:border-black-5:focus {
    --tw-border-opacity: 1;
    border-color: rgba(68, 68, 68, var(--tw-border-opacity));
  }

  .md\:focus\:border-black-6:focus {
    --tw-border-opacity: 1;
    border-color: rgba(108, 108, 108, var(--tw-border-opacity));
  }

  .md\:focus\:border-black:focus {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .md\:focus\:border-white-1:focus {
    --tw-border-opacity: 1;
    border-color: rgba(244, 244, 244, var(--tw-border-opacity));
  }

  .md\:focus\:border-white:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .md\:focus\:border-pink-1:focus {
    --tw-border-opacity: 1;
    border-color: rgba(233, 101, 147, var(--tw-border-opacity));
  }

  .md\:focus\:border-pink:focus {
    --tw-border-opacity: 1;
    border-color: rgba(238, 139, 174, var(--tw-border-opacity));
  }

  .md\:focus\:border-red-1:focus {
    --tw-border-opacity: 1;
    border-color: rgba(231, 6, 31, var(--tw-border-opacity));
  }

  .md\:focus\:border-red:focus {
    --tw-border-opacity: 1;
    border-color: rgba(239, 0, 22, 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-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-50 {
    --tw-border-opacity: 0.5;
  }

  .md\:border-opacity-60 {
    --tw-border-opacity: 0.6;
  }

  .md\:border-opacity-70 {
    --tw-border-opacity: 0.7;
  }

  .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-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-50 {
    --tw-border-opacity: 0.5;
  }

  .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-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-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-50:focus-within {
    --tw-border-opacity: 0.5;
  }

  .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-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-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-50:hover {
    --tw-border-opacity: 0.5;
  }

  .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-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-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-50:focus {
    --tw-border-opacity: 0.5;
  }

  .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-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-20 {
    border-radius: 20px;
  }

  .md\:rounded-99 {
    border-radius: 99px;
  }

  .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-t-20 {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }

  .md\:rounded-r-20 {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
  }

  .md\:rounded-b-20 {
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
  }

  .md\:rounded-l-20 {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
  }

  .md\:rounded-t-99 {
    border-top-left-radius: 99px;
    border-top-right-radius: 99px;
  }

  .md\:rounded-r-99 {
    border-top-right-radius: 99px;
    border-bottom-right-radius: 99px;
  }

  .md\:rounded-b-99 {
    border-bottom-right-radius: 99px;
    border-bottom-left-radius: 99px;
  }

  .md\:rounded-l-99 {
    border-top-left-radius: 99px;
    border-bottom-left-radius: 99px;
  }

  .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-tl-20 {
    border-top-left-radius: 20px;
  }

  .md\:rounded-tr-20 {
    border-top-right-radius: 20px;
  }

  .md\:rounded-br-20 {
    border-bottom-right-radius: 20px;
  }

  .md\:rounded-bl-20 {
    border-bottom-left-radius: 20px;
  }

  .md\:rounded-tl-99 {
    border-top-left-radius: 99px;
  }

  .md\:rounded-tr-99 {
    border-top-right-radius: 99px;
  }

  .md\:rounded-br-99 {
    border-bottom-right-radius: 99px;
  }

  .md\:rounded-bl-99 {
    border-bottom-left-radius: 99px;
  }

  .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\: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-2 {
    border-width: 2px;
  }

  .md\:border-4 {
    border-width: 4px;
  }

  .md\:border-8 {
    border-width: 8px;
  }

  .md\:border {
    border-width: 1px;
  }

  .md\:border-t-0 {
    border-top-width: 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-2 {
    border-top-width: 2px;
  }

  .md\:border-r-2 {
    border-right-width: 2px;
  }

  .md\:border-b-2 {
    border-bottom-width: 2px;
  }

  .md\:border-l-2 {
    border-left-width: 2px;
  }

  .md\:border-t-4 {
    border-top-width: 4px;
  }

  .md\:border-r-4 {
    border-right-width: 4px;
  }

  .md\:border-b-4 {
    border-bottom-width: 4px;
  }

  .md\:border-l-4 {
    border-left-width: 4px;
  }

  .md\:border-t-8 {
    border-top-width: 8px;
  }

  .md\:border-r-8 {
    border-right-width: 8px;
  }

  .md\:border-b-8 {
    border-bottom-width: 8px;
  }

  .md\:border-l-8 {
    border-left-width: 8px;
  }

  .md\:border-t {
    border-top-width: 1px;
  }

  .md\:border-r {
    border-right-width: 1px;
  }

  .md\:border-b {
    border-bottom-width: 1px;
  }

  .md\:border-l {
    border-left-width: 1px;
  }

  .md\: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\:inline-table {
    display: inline-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\:list-item {
    display: list-item;
  }

  .group:hover .md\:group-hover\:block {
    display: block;
  }

  .group:hover .md\:group-hover\:inline-block {
    display: inline-block;
  }

  .group:hover .md\:group-hover\:inline {
    display: inline;
  }

  .group:hover .md\:group-hover\:flex {
    display: flex;
  }

  .group:hover .md\:group-hover\:inline-flex {
    display: inline-flex;
  }

  .group:hover .md\:group-hover\:table {
    display: table;
  }

  .group:hover .md\:group-hover\:inline-table {
    display: inline-table;
  }

  .group:hover .md\:group-hover\:table-caption {
    display: table-caption;
  }

  .group:hover .md\:group-hover\:table-cell {
    display: table-cell;
  }

  .group:hover .md\:group-hover\:table-column {
    display: table-column;
  }

  .group:hover .md\:group-hover\:table-column-group {
    display: table-column-group;
  }

  .group:hover .md\:group-hover\:table-footer-group {
    display: table-footer-group;
  }

  .group:hover .md\:group-hover\:table-header-group {
    display: table-header-group;
  }

  .group:hover .md\:group-hover\:table-row-group {
    display: table-row-group;
  }

  .group:hover .md\:group-hover\:table-row {
    display: table-row;
  }

  .group:hover .md\:group-hover\:flow-root {
    display: flow-root;
  }

  .group:hover .md\:group-hover\:grid {
    display: grid;
  }

  .group:hover .md\:group-hover\:inline-grid {
    display: inline-grid;
  }

  .group:hover .md\:group-hover\:contents {
    display: contents;
  }

  .group:hover .md\:group-hover\:list-item {
    display: list-item;
  }

  .md\:hidden {
    display: none;
  }

  .group:hover .md\:group-hover\: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-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-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-heading {
    font-family: Nunito Sans, sans-serif;
  }

  .md\:font-body {
    font-family: Nunito Sans, sans-serif;
  }

  .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-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-3 {
    height: 3px;
  }

  .md\:h-5 {
    height: 5px;
  }

  .md\:h-8 {
    height: 8px;
  }

  .md\:h-10 {
    height: 10px;
  }

  .md\:h-12 {
    height: 12px;
  }

  .md\:h-14 {
    height: 14px;
  }

  .md\:h-15 {
    height: 15px;
  }

  .md\:h-16 {
    height: 16px;
  }

  .md\:h-20 {
    height: 20px;
  }

  .md\:h-24 {
    height: 24px;
  }

  .md\:h-28 {
    height: 28px;
  }

  .md\:h-29 {
    height: 29px;
  }

  .md\:h-30 {
    height: 30px;
  }

  .md\:h-32 {
    height: 32px;
  }

  .md\:h-35 {
    height: 35px;
  }

  .md\:h-36 {
    height: 36px;
  }

  .md\:h-37 {
    height: 37px;
  }

  .md\:h-39 {
    height: 39px;
  }

  .md\:h-40 {
    height: 40px;
  }

  .md\:h-47 {
    height: 47px;
  }

  .md\:h-50 {
    height: 50px;
  }

  .md\:h-56 {
    height: 56px;
  }

  .md\:h-64 {
    height: 64px;
  }

  .md\:h-70 {
    height: 70px;
  }

  .md\:h-72 {
    height: 72px;
  }

  .md\:h-75 {
    height: 75px;
  }

  .md\:h-80 {
    height: 80px;
  }

  .md\:h-83 {
    height: 83px;
  }

  .md\:h-100 {
    height: 100px;
  }

  .md\:h-118 {
    height: 118px;
  }

  .md\:h-130 {
    height: 130px;
  }

  .md\:h-150 {
    height: 150px;
  }

  .md\:h-180 {
    height: 180px;
  }

  .md\:h-213 {
    height: 213px;
  }

  .md\:h-225 {
    height: 225px;
  }

  .md\:h-250 {
    height: 250px;
  }

  .md\:h-300 {
    height: 300px;
  }

  .md\:h-320 {
    height: 320px;
  }

  .md\:h-345 {
    height: 345px;
  }

  .md\:h-485 {
    height: 485px;
  }

  .md\:h-auto {
    height: auto;
  }

  .md\:h-px {
    height: 1px;
  }

  .md\:-h-135 {
    height: -135px;
  }

  .md\:h-0p {
    height: 0%;
  }

  .md\:h-5p {
    height: 5%;
  }

  .md\:h-10p {
    height: 10%;
  }

  .md\:h-15p {
    height: 15%;
  }

  .md\:h-20p {
    height: 20%;
  }

  .md\:h-25p {
    height: 25%;
  }

  .md\:h-30p {
    height: 30%;
  }

  .md\:h-35p {
    height: 35%;
  }

  .md\:h-40p {
    height: 40%;
  }

  .md\:h-45p {
    height: 45%;
  }

  .md\:h-50p {
    height: 50%;
  }

  .md\:h-55p {
    height: 55%;
  }

  .md\:h-60p {
    height: 60%;
  }

  .md\:h-65p {
    height: 65%;
  }

  .md\:h-70p {
    height: 70%;
  }

  .md\:h-75p {
    height: 75%;
  }

  .md\:h-80p {
    height: 80%;
  }

  .md\:h-85p {
    height: 85%;
  }

  .md\:h-90p {
    height: 90%;
  }

  .md\:h-95p {
    height: 95%;
  }

  .md\:h-100p {
    height: 100%;
  }

  .md\:h-66\.5p {
    height: 66.5%;
  }

  .md\:h-67\.5p {
    height: 67.5%;
  }

  .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\:text-12 {
    font-size: 12px;
    line-height: 1.225;
  }

  .md\:text-14 {
    font-size: 14px;
    line-height: 1.35;
  }

  .md\:text-15 {
    font-size: 15px;
    line-height: 1.35;
  }

  .md\:text-16 {
    font-size: 16px;
    line-height: 24px;
  }

  .md\:text-18 {
    font-size: 18px;
    line-height: 1.5;
  }

  .md\:text-20 {
    font-size: 20px;
    line-height: 1.4;
  }

  .md\:text-24 {
    font-size: 24px;
    line-height: 1.3;
  }

  .md\:text-25 {
    font-size: 25px;
    line-height: 1.3;
  }

  .md\:text-28 {
    font-size: 28px;
    line-height: 1.45;
  }

  .md\:text-30 {
    font-size: 30px;
    line-height: 39px;
  }

  .md\:text-32 {
    font-size: 32px;
    line-height: 41px;
  }

  .md\:text-45 {
    font-size: 45px;
    line-height: 51px;
  }

  .md\:text-48 {
    font-size: 48px;
    line-height: 1.4;
  }

  .md\:text-50 {
    font-size: 50px;
    line-height: 65px;
  }

  .md\:text-60 {
    font-size: 60px;
    line-height: 71px;
  }

  .md\:text-72 {
    font-size: 72px;
    line-height: 84px;
  }

  .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-3 {
    margin: 3px;
  }

  .md\:m-5 {
    margin: 5px;
  }

  .md\:m-8 {
    margin: 8px;
  }

  .md\:m-10 {
    margin: 10px;
  }

  .md\:m-12 {
    margin: 12px;
  }

  .md\:m-14 {
    margin: 14px;
  }

  .md\:m-15 {
    margin: 15px;
  }

  .md\:m-16 {
    margin: 16px;
  }

  .md\:m-20 {
    margin: 20px;
  }

  .md\:m-24 {
    margin: 24px;
  }

  .md\:m-28 {
    margin: 28px;
  }

  .md\:m-29 {
    margin: 29px;
  }

  .md\:m-30 {
    margin: 30px;
  }

  .md\:m-32 {
    margin: 32px;
  }

  .md\:m-35 {
    margin: 35px;
  }

  .md\:m-36 {
    margin: 36px;
  }

  .md\:m-37 {
    margin: 37px;
  }

  .md\:m-39 {
    margin: 39px;
  }

  .md\:m-40 {
    margin: 40px;
  }

  .md\:m-47 {
    margin: 47px;
  }

  .md\:m-50 {
    margin: 50px;
  }

  .md\:m-56 {
    margin: 56px;
  }

  .md\:m-64 {
    margin: 64px;
  }

  .md\:m-70 {
    margin: 70px;
  }

  .md\:m-72 {
    margin: 72px;
  }

  .md\:m-75 {
    margin: 75px;
  }

  .md\:m-80 {
    margin: 80px;
  }

  .md\:m-83 {
    margin: 83px;
  }

  .md\:m-100 {
    margin: 100px;
  }

  .md\:m-118 {
    margin: 118px;
  }

  .md\:m-130 {
    margin: 130px;
  }

  .md\:m-150 {
    margin: 150px;
  }

  .md\:m-180 {
    margin: 180px;
  }

  .md\:m-213 {
    margin: 213px;
  }

  .md\:m-225 {
    margin: 225px;
  }

  .md\:m-250 {
    margin: 250px;
  }

  .md\:m-300 {
    margin: 300px;
  }

  .md\:m-320 {
    margin: 320px;
  }

  .md\:m-345 {
    margin: 345px;
  }

  .md\:m-485 {
    margin: 485px;
  }

  .md\:m-auto {
    margin: auto;
  }

  .md\:m-px {
    margin: 1px;
  }

  .md\:-m-135 {
    margin: -135px;
  }

  .md\:m-0p {
    margin: 0%;
  }

  .md\:m-5p {
    margin: 5%;
  }

  .md\:m-10p {
    margin: 10%;
  }

  .md\:m-15p {
    margin: 15%;
  }

  .md\:m-20p {
    margin: 20%;
  }

  .md\:m-25p {
    margin: 25%;
  }

  .md\:m-30p {
    margin: 30%;
  }

  .md\:m-35p {
    margin: 35%;
  }

  .md\:m-40p {
    margin: 40%;
  }

  .md\:m-45p {
    margin: 45%;
  }

  .md\:m-50p {
    margin: 50%;
  }

  .md\:m-55p {
    margin: 55%;
  }

  .md\:m-60p {
    margin: 60%;
  }

  .md\:m-65p {
    margin: 65%;
  }

  .md\:m-70p {
    margin: 70%;
  }

  .md\:m-75p {
    margin: 75%;
  }

  .md\:m-80p {
    margin: 80%;
  }

  .md\:m-85p {
    margin: 85%;
  }

  .md\:m-90p {
    margin: 90%;
  }

  .md\:m-95p {
    margin: 95%;
  }

  .md\:m-100p {
    margin: 100%;
  }

  .md\:m-66\.5p {
    margin: 66.5%;
  }

  .md\:m-67\.5p {
    margin: 67.5%;
  }

  .md\:-m-0 {
    margin: 0px;
  }

  .md\:-m-3 {
    margin: -3px;
  }

  .md\:-m-5 {
    margin: -5px;
  }

  .md\:-m-8 {
    margin: -8px;
  }

  .md\:-m-10 {
    margin: -10px;
  }

  .md\:-m-12 {
    margin: -12px;
  }

  .md\:-m-14 {
    margin: -14px;
  }

  .md\:-m-15 {
    margin: -15px;
  }

  .md\:-m-16 {
    margin: -16px;
  }

  .md\:-m-20 {
    margin: -20px;
  }

  .md\:-m-24 {
    margin: -24px;
  }

  .md\:-m-28 {
    margin: -28px;
  }

  .md\:-m-29 {
    margin: -29px;
  }

  .md\:-m-30 {
    margin: -30px;
  }

  .md\:-m-32 {
    margin: -32px;
  }

  .md\:-m-35 {
    margin: -35px;
  }

  .md\:-m-36 {
    margin: -36px;
  }

  .md\:-m-37 {
    margin: -37px;
  }

  .md\:-m-39 {
    margin: -39px;
  }

  .md\:-m-40 {
    margin: -40px;
  }

  .md\:-m-47 {
    margin: -47px;
  }

  .md\:-m-50 {
    margin: -50px;
  }

  .md\:-m-56 {
    margin: -56px;
  }

  .md\:-m-64 {
    margin: -64px;
  }

  .md\:-m-70 {
    margin: -70px;
  }

  .md\:-m-72 {
    margin: -72px;
  }

  .md\:-m-75 {
    margin: -75px;
  }

  .md\:-m-80 {
    margin: -80px;
  }

  .md\:-m-83 {
    margin: -83px;
  }

  .md\:-m-100 {
    margin: -100px;
  }

  .md\:-m-118 {
    margin: -118px;
  }

  .md\:-m-130 {
    margin: -130px;
  }

  .md\:-m-150 {
    margin: -150px;
  }

  .md\:-m-180 {
    margin: -180px;
  }

  .md\:-m-213 {
    margin: -213px;
  }

  .md\:-m-225 {
    margin: -225px;
  }

  .md\:-m-250 {
    margin: -250px;
  }

  .md\:-m-300 {
    margin: -300px;
  }

  .md\:-m-320 {
    margin: -320px;
  }

  .md\:-m-345 {
    margin: -345px;
  }

  .md\:-m-485 {
    margin: -485px;
  }

  .md\:-m-px {
    margin: -1px;
  }

  .md\:-m--135 {
    margin: 135px;
  }

  .md\:-m-0p {
    margin: 0%;
  }

  .md\:-m-5p {
    margin: -5%;
  }

  .md\:-m-10p {
    margin: -10%;
  }

  .md\:-m-15p {
    margin: -15%;
  }

  .md\:-m-20p {
    margin: -20%;
  }

  .md\:-m-25p {
    margin: -25%;
  }

  .md\:-m-30p {
    margin: -30%;
  }

  .md\:-m-35p {
    margin: -35%;
  }

  .md\:-m-40p {
    margin: -40%;
  }

  .md\:-m-45p {
    margin: -45%;
  }

  .md\:-m-50p {
    margin: -50%;
  }

  .md\:-m-55p {
    margin: -55%;
  }

  .md\:-m-60p {
    margin: -60%;
  }

  .md\:-m-65p {
    margin: -65%;
  }

  .md\:-m-70p {
    margin: -70%;
  }

  .md\:-m-75p {
    margin: -75%;
  }

  .md\:-m-80p {
    margin: -80%;
  }

  .md\:-m-85p {
    margin: -85%;
  }

  .md\:-m-90p {
    margin: -90%;
  }

  .md\:-m-95p {
    margin: -95%;
  }

  .md\:-m-100p {
    margin: -100%;
  }

  .md\:-m-66\.5p {
    margin: -66.5%;
  }

  .md\:-m-67\.5p {
    margin: -67.5%;
  }

  .md\:my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .md\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .md\:my-3 {
    margin-top: 3px;
    margin-bottom: 3px;
  }

  .md\:mx-3 {
    margin-left: 3px;
    margin-right: 3px;
  }

  .md\:my-5 {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .md\:mx-5 {
    margin-left: 5px;
    margin-right: 5px;
  }

  .md\:my-8 {
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .md\:mx-8 {
    margin-left: 8px;
    margin-right: 8px;
  }

  .md\:my-10 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .md\:mx-10 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .md\:my-12 {
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .md\:mx-12 {
    margin-left: 12px;
    margin-right: 12px;
  }

  .md\:my-14 {
    margin-top: 14px;
    margin-bottom: 14px;
  }

  .md\:mx-14 {
    margin-left: 14px;
    margin-right: 14px;
  }

  .md\:my-15 {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .md\:mx-15 {
    margin-left: 15px;
    margin-right: 15px;
  }

  .md\:my-16 {
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .md\:mx-16 {
    margin-left: 16px;
    margin-right: 16px;
  }

  .md\:my-20 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .md\:mx-20 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .md\:my-24 {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .md\:mx-24 {
    margin-left: 24px;
    margin-right: 24px;
  }

  .md\:my-28 {
    margin-top: 28px;
    margin-bottom: 28px;
  }

  .md\:mx-28 {
    margin-left: 28px;
    margin-right: 28px;
  }

  .md\:my-29 {
    margin-top: 29px;
    margin-bottom: 29px;
  }

  .md\:mx-29 {
    margin-left: 29px;
    margin-right: 29px;
  }

  .md\:my-30 {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .md\:mx-30 {
    margin-left: 30px;
    margin-right: 30px;
  }

  .md\:my-32 {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .md\:mx-32 {
    margin-left: 32px;
    margin-right: 32px;
  }

  .md\:my-35 {
    margin-top: 35px;
    margin-bottom: 35px;
  }

  .md\:mx-35 {
    margin-left: 35px;
    margin-right: 35px;
  }

  .md\:my-36 {
    margin-top: 36px;
    margin-bottom: 36px;
  }

  .md\:mx-36 {
    margin-left: 36px;
    margin-right: 36px;
  }

  .md\:my-37 {
    margin-top: 37px;
    margin-bottom: 37px;
  }

  .md\:mx-37 {
    margin-left: 37px;
    margin-right: 37px;
  }

  .md\:my-39 {
    margin-top: 39px;
    margin-bottom: 39px;
  }

  .md\:mx-39 {
    margin-left: 39px;
    margin-right: 39px;
  }

  .md\:my-40 {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .md\:mx-40 {
    margin-left: 40px;
    margin-right: 40px;
  }

  .md\:my-47 {
    margin-top: 47px;
    margin-bottom: 47px;
  }

  .md\:mx-47 {
    margin-left: 47px;
    margin-right: 47px;
  }

  .md\:my-50 {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .md\:mx-50 {
    margin-left: 50px;
    margin-right: 50px;
  }

  .md\:my-56 {
    margin-top: 56px;
    margin-bottom: 56px;
  }

  .md\:mx-56 {
    margin-left: 56px;
    margin-right: 56px;
  }

  .md\:my-64 {
    margin-top: 64px;
    margin-bottom: 64px;
  }

  .md\:mx-64 {
    margin-left: 64px;
    margin-right: 64px;
  }

  .md\:my-70 {
    margin-top: 70px;
    margin-bottom: 70px;
  }

  .md\:mx-70 {
    margin-left: 70px;
    margin-right: 70px;
  }

  .md\:my-72 {
    margin-top: 72px;
    margin-bottom: 72px;
  }

  .md\:mx-72 {
    margin-left: 72px;
    margin-right: 72px;
  }

  .md\:my-75 {
    margin-top: 75px;
    margin-bottom: 75px;
  }

  .md\:mx-75 {
    margin-left: 75px;
    margin-right: 75px;
  }

  .md\:my-80 {
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .md\:mx-80 {
    margin-left: 80px;
    margin-right: 80px;
  }

  .md\:my-83 {
    margin-top: 83px;
    margin-bottom: 83px;
  }

  .md\:mx-83 {
    margin-left: 83px;
    margin-right: 83px;
  }

  .md\:my-100 {
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .md\:mx-100 {
    margin-left: 100px;
    margin-right: 100px;
  }

  .md\:my-118 {
    margin-top: 118px;
    margin-bottom: 118px;
  }

  .md\:mx-118 {
    margin-left: 118px;
    margin-right: 118px;
  }

  .md\:my-130 {
    margin-top: 130px;
    margin-bottom: 130px;
  }

  .md\:mx-130 {
    margin-left: 130px;
    margin-right: 130px;
  }

  .md\:my-150 {
    margin-top: 150px;
    margin-bottom: 150px;
  }

  .md\:mx-150 {
    margin-left: 150px;
    margin-right: 150px;
  }

  .md\:my-180 {
    margin-top: 180px;
    margin-bottom: 180px;
  }

  .md\:mx-180 {
    margin-left: 180px;
    margin-right: 180px;
  }

  .md\:my-213 {
    margin-top: 213px;
    margin-bottom: 213px;
  }

  .md\:mx-213 {
    margin-left: 213px;
    margin-right: 213px;
  }

  .md\:my-225 {
    margin-top: 225px;
    margin-bottom: 225px;
  }

  .md\:mx-225 {
    margin-left: 225px;
    margin-right: 225px;
  }

  .md\:my-250 {
    margin-top: 250px;
    margin-bottom: 250px;
  }

  .md\:mx-250 {
    margin-left: 250px;
    margin-right: 250px;
  }

  .md\:my-300 {
    margin-top: 300px;
    margin-bottom: 300px;
  }

  .md\:mx-300 {
    margin-left: 300px;
    margin-right: 300px;
  }

  .md\:my-320 {
    margin-top: 320px;
    margin-bottom: 320px;
  }

  .md\:mx-320 {
    margin-left: 320px;
    margin-right: 320px;
  }

  .md\:my-345 {
    margin-top: 345px;
    margin-bottom: 345px;
  }

  .md\:mx-345 {
    margin-left: 345px;
    margin-right: 345px;
  }

  .md\:my-485 {
    margin-top: 485px;
    margin-bottom: 485px;
  }

  .md\:mx-485 {
    margin-left: 485px;
    margin-right: 485px;
  }

  .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-135 {
    margin-top: -135px;
    margin-bottom: -135px;
  }

  .md\:-mx-135 {
    margin-left: -135px;
    margin-right: -135px;
  }

  .md\:my-0p {
    margin-top: 0%;
    margin-bottom: 0%;
  }

  .md\:mx-0p {
    margin-left: 0%;
    margin-right: 0%;
  }

  .md\:my-5p {
    margin-top: 5%;
    margin-bottom: 5%;
  }

  .md\:mx-5p {
    margin-left: 5%;
    margin-right: 5%;
  }

  .md\:my-10p {
    margin-top: 10%;
    margin-bottom: 10%;
  }

  .md\:mx-10p {
    margin-left: 10%;
    margin-right: 10%;
  }

  .md\:my-15p {
    margin-top: 15%;
    margin-bottom: 15%;
  }

  .md\:mx-15p {
    margin-left: 15%;
    margin-right: 15%;
  }

  .md\:my-20p {
    margin-top: 20%;
    margin-bottom: 20%;
  }

  .md\:mx-20p {
    margin-left: 20%;
    margin-right: 20%;
  }

  .md\:my-25p {
    margin-top: 25%;
    margin-bottom: 25%;
  }

  .md\:mx-25p {
    margin-left: 25%;
    margin-right: 25%;
  }

  .md\:my-30p {
    margin-top: 30%;
    margin-bottom: 30%;
  }

  .md\:mx-30p {
    margin-left: 30%;
    margin-right: 30%;
  }

  .md\:my-35p {
    margin-top: 35%;
    margin-bottom: 35%;
  }

  .md\:mx-35p {
    margin-left: 35%;
    margin-right: 35%;
  }

  .md\:my-40p {
    margin-top: 40%;
    margin-bottom: 40%;
  }

  .md\:mx-40p {
    margin-left: 40%;
    margin-right: 40%;
  }

  .md\:my-45p {
    margin-top: 45%;
    margin-bottom: 45%;
  }

  .md\:mx-45p {
    margin-left: 45%;
    margin-right: 45%;
  }

  .md\:my-50p {
    margin-top: 50%;
    margin-bottom: 50%;
  }

  .md\:mx-50p {
    margin-left: 50%;
    margin-right: 50%;
  }

  .md\:my-55p {
    margin-top: 55%;
    margin-bottom: 55%;
  }

  .md\:mx-55p {
    margin-left: 55%;
    margin-right: 55%;
  }

  .md\:my-60p {
    margin-top: 60%;
    margin-bottom: 60%;
  }

  .md\:mx-60p {
    margin-left: 60%;
    margin-right: 60%;
  }

  .md\:my-65p {
    margin-top: 65%;
    margin-bottom: 65%;
  }

  .md\:mx-65p {
    margin-left: 65%;
    margin-right: 65%;
  }

  .md\:my-70p {
    margin-top: 70%;
    margin-bottom: 70%;
  }

  .md\:mx-70p {
    margin-left: 70%;
    margin-right: 70%;
  }

  .md\:my-75p {
    margin-top: 75%;
    margin-bottom: 75%;
  }

  .md\:mx-75p {
    margin-left: 75%;
    margin-right: 75%;
  }

  .md\:my-80p {
    margin-top: 80%;
    margin-bottom: 80%;
  }

  .md\:mx-80p {
    margin-left: 80%;
    margin-right: 80%;
  }

  .md\:my-85p {
    margin-top: 85%;
    margin-bottom: 85%;
  }

  .md\:mx-85p {
    margin-left: 85%;
    margin-right: 85%;
  }

  .md\:my-90p {
    margin-top: 90%;
    margin-bottom: 90%;
  }

  .md\:mx-90p {
    margin-left: 90%;
    margin-right: 90%;
  }

  .md\:my-95p {
    margin-top: 95%;
    margin-bottom: 95%;
  }

  .md\:mx-95p {
    margin-left: 95%;
    margin-right: 95%;
  }

  .md\:my-100p {
    margin-top: 100%;
    margin-bottom: 100%;
  }

  .md\:mx-100p {
    margin-left: 100%;
    margin-right: 100%;
  }

  .md\:my-66\.5p {
    margin-top: 66.5%;
    margin-bottom: 66.5%;
  }

  .md\:mx-66\.5p {
    margin-left: 66.5%;
    margin-right: 66.5%;
  }

  .md\:my-67\.5p {
    margin-top: 67.5%;
    margin-bottom: 67.5%;
  }

  .md\:mx-67\.5p {
    margin-left: 67.5%;
    margin-right: 67.5%;
  }

  .md\:-my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .md\:-mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .md\:-my-3 {
    margin-top: -3px;
    margin-bottom: -3px;
  }

  .md\:-mx-3 {
    margin-left: -3px;
    margin-right: -3px;
  }

  .md\:-my-5 {
    margin-top: -5px;
    margin-bottom: -5px;
  }

  .md\:-mx-5 {
    margin-left: -5px;
    margin-right: -5px;
  }

  .md\:-my-8 {
    margin-top: -8px;
    margin-bottom: -8px;
  }

  .md\:-mx-8 {
    margin-left: -8px;
    margin-right: -8px;
  }

  .md\:-my-10 {
    margin-top: -10px;
    margin-bottom: -10px;
  }

  .md\:-mx-10 {
    margin-left: -10px;
    margin-right: -10px;
  }

  .md\:-my-12 {
    margin-top: -12px;
    margin-bottom: -12px;
  }

  .md\:-mx-12 {
    margin-left: -12px;
    margin-right: -12px;
  }

  .md\:-my-14 {
    margin-top: -14px;
    margin-bottom: -14px;
  }

  .md\:-mx-14 {
    margin-left: -14px;
    margin-right: -14px;
  }

  .md\:-my-15 {
    margin-top: -15px;
    margin-bottom: -15px;
  }

  .md\:-mx-15 {
    margin-left: -15px;
    margin-right: -15px;
  }

  .md\:-my-16 {
    margin-top: -16px;
    margin-bottom: -16px;
  }

  .md\:-mx-16 {
    margin-left: -16px;
    margin-right: -16px;
  }

  .md\:-my-20 {
    margin-top: -20px;
    margin-bottom: -20px;
  }

  .md\:-mx-20 {
    margin-left: -20px;
    margin-right: -20px;
  }

  .md\:-my-24 {
    margin-top: -24px;
    margin-bottom: -24px;
  }

  .md\:-mx-24 {
    margin-left: -24px;
    margin-right: -24px;
  }

  .md\:-my-28 {
    margin-top: -28px;
    margin-bottom: -28px;
  }

  .md\:-mx-28 {
    margin-left: -28px;
    margin-right: -28px;
  }

  .md\:-my-29 {
    margin-top: -29px;
    margin-bottom: -29px;
  }

  .md\:-mx-29 {
    margin-left: -29px;
    margin-right: -29px;
  }

  .md\:-my-30 {
    margin-top: -30px;
    margin-bottom: -30px;
  }

  .md\:-mx-30 {
    margin-left: -30px;
    margin-right: -30px;
  }

  .md\:-my-32 {
    margin-top: -32px;
    margin-bottom: -32px;
  }

  .md\:-mx-32 {
    margin-left: -32px;
    margin-right: -32px;
  }

  .md\:-my-35 {
    margin-top: -35px;
    margin-bottom: -35px;
  }

  .md\:-mx-35 {
    margin-left: -35px;
    margin-right: -35px;
  }

  .md\:-my-36 {
    margin-top: -36px;
    margin-bottom: -36px;
  }

  .md\:-mx-36 {
    margin-left: -36px;
    margin-right: -36px;
  }

  .md\:-my-37 {
    margin-top: -37px;
    margin-bottom: -37px;
  }

  .md\:-mx-37 {
    margin-left: -37px;
    margin-right: -37px;
  }

  .md\:-my-39 {
    margin-top: -39px;
    margin-bottom: -39px;
  }

  .md\:-mx-39 {
    margin-left: -39px;
    margin-right: -39px;
  }

  .md\:-my-40 {
    margin-top: -40px;
    margin-bottom: -40px;
  }

  .md\:-mx-40 {
    margin-left: -40px;
    margin-right: -40px;
  }

  .md\:-my-47 {
    margin-top: -47px;
    margin-bottom: -47px;
  }

  .md\:-mx-47 {
    margin-left: -47px;
    margin-right: -47px;
  }

  .md\:-my-50 {
    margin-top: -50px;
    margin-bottom: -50px;
  }

  .md\:-mx-50 {
    margin-left: -50px;
    margin-right: -50px;
  }

  .md\:-my-56 {
    margin-top: -56px;
    margin-bottom: -56px;
  }

  .md\:-mx-56 {
    margin-left: -56px;
    margin-right: -56px;
  }

  .md\:-my-64 {
    margin-top: -64px;
    margin-bottom: -64px;
  }

  .md\:-mx-64 {
    margin-left: -64px;
    margin-right: -64px;
  }

  .md\:-my-70 {
    margin-top: -70px;
    margin-bottom: -70px;
  }

  .md\:-mx-70 {
    margin-left: -70px;
    margin-right: -70px;
  }

  .md\:-my-72 {
    margin-top: -72px;
    margin-bottom: -72px;
  }

  .md\:-mx-72 {
    margin-left: -72px;
    margin-right: -72px;
  }

  .md\:-my-75 {
    margin-top: -75px;
    margin-bottom: -75px;
  }

  .md\:-mx-75 {
    margin-left: -75px;
    margin-right: -75px;
  }

  .md\:-my-80 {
    margin-top: -80px;
    margin-bottom: -80px;
  }

  .md\:-mx-80 {
    margin-left: -80px;
    margin-right: -80px;
  }

  .md\:-my-83 {
    margin-top: -83px;
    margin-bottom: -83px;
  }

  .md\:-mx-83 {
    margin-left: -83px;
    margin-right: -83px;
  }

  .md\:-my-100 {
    margin-top: -100px;
    margin-bottom: -100px;
  }

  .md\:-mx-100 {
    margin-left: -100px;
    margin-right: -100px;
  }

  .md\:-my-118 {
    margin-top: -118px;
    margin-bottom: -118px;
  }

  .md\:-mx-118 {
    margin-left: -118px;
    margin-right: -118px;
  }

  .md\:-my-130 {
    margin-top: -130px;
    margin-bottom: -130px;
  }

  .md\:-mx-130 {
    margin-left: -130px;
    margin-right: -130px;
  }

  .md\:-my-150 {
    margin-top: -150px;
    margin-bottom: -150px;
  }

  .md\:-mx-150 {
    margin-left: -150px;
    margin-right: -150px;
  }

  .md\:-my-180 {
    margin-top: -180px;
    margin-bottom: -180px;
  }

  .md\:-mx-180 {
    margin-left: -180px;
    margin-right: -180px;
  }

  .md\:-my-213 {
    margin-top: -213px;
    margin-bottom: -213px;
  }

  .md\:-mx-213 {
    margin-left: -213px;
    margin-right: -213px;
  }

  .md\:-my-225 {
    margin-top: -225px;
    margin-bottom: -225px;
  }

  .md\:-mx-225 {
    margin-left: -225px;
    margin-right: -225px;
  }

  .md\:-my-250 {
    margin-top: -250px;
    margin-bottom: -250px;
  }

  .md\:-mx-250 {
    margin-left: -250px;
    margin-right: -250px;
  }

  .md\:-my-300 {
    margin-top: -300px;
    margin-bottom: -300px;
  }

  .md\:-mx-300 {
    margin-left: -300px;
    margin-right: -300px;
  }

  .md\:-my-320 {
    margin-top: -320px;
    margin-bottom: -320px;
  }

  .md\:-mx-320 {
    margin-left: -320px;
    margin-right: -320px;
  }

  .md\:-my-345 {
    margin-top: -345px;
    margin-bottom: -345px;
  }

  .md\:-mx-345 {
    margin-left: -345px;
    margin-right: -345px;
  }

  .md\:-my-485 {
    margin-top: -485px;
    margin-bottom: -485px;
  }

  .md\:-mx-485 {
    margin-left: -485px;
    margin-right: -485px;
  }

  .md\:-my-px {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .md\:-mx-px {
    margin-left: -1px;
    margin-right: -1px;
  }

  .md\:-my--135 {
    margin-top: 135px;
    margin-bottom: 135px;
  }

  .md\:-mx--135 {
    margin-left: 135px;
    margin-right: 135px;
  }

  .md\:-my-0p {
    margin-top: 0%;
    margin-bottom: 0%;
  }

  .md\:-mx-0p {
    margin-left: 0%;
    margin-right: 0%;
  }

  .md\:-my-5p {
    margin-top: -5%;
    margin-bottom: -5%;
  }

  .md\:-mx-5p {
    margin-left: -5%;
    margin-right: -5%;
  }

  .md\:-my-10p {
    margin-top: -10%;
    margin-bottom: -10%;
  }

  .md\:-mx-10p {
    margin-left: -10%;
    margin-right: -10%;
  }

  .md\:-my-15p {
    margin-top: -15%;
    margin-bottom: -15%;
  }

  .md\:-mx-15p {
    margin-left: -15%;
    margin-right: -15%;
  }

  .md\:-my-20p {
    margin-top: -20%;
    margin-bottom: -20%;
  }

  .md\:-mx-20p {
    margin-left: -20%;
    margin-right: -20%;
  }

  .md\:-my-25p {
    margin-top: -25%;
    margin-bottom: -25%;
  }

  .md\:-mx-25p {
    margin-left: -25%;
    margin-right: -25%;
  }

  .md\:-my-30p {
    margin-top: -30%;
    margin-bottom: -30%;
  }

  .md\:-mx-30p {
    margin-left: -30%;
    margin-right: -30%;
  }

  .md\:-my-35p {
    margin-top: -35%;
    margin-bottom: -35%;
  }

  .md\:-mx-35p {
    margin-left: -35%;
    margin-right: -35%;
  }

  .md\:-my-40p {
    margin-top: -40%;
    margin-bottom: -40%;
  }

  .md\:-mx-40p {
    margin-left: -40%;
    margin-right: -40%;
  }

  .md\:-my-45p {
    margin-top: -45%;
    margin-bottom: -45%;
  }

  .md\:-mx-45p {
    margin-left: -45%;
    margin-right: -45%;
  }

  .md\:-my-50p {
    margin-top: -50%;
    margin-bottom: -50%;
  }

  .md\:-mx-50p {
    margin-left: -50%;
    margin-right: -50%;
  }

  .md\:-my-55p {
    margin-top: -55%;
    margin-bottom: -55%;
  }

  .md\:-mx-55p {
    margin-left: -55%;
    margin-right: -55%;
  }

  .md\:-my-60p {
    margin-top: -60%;
    margin-bottom: -60%;
  }

  .md\:-mx-60p {
    margin-left: -60%;
    margin-right: -60%;
  }

  .md\:-my-65p {
    margin-top: -65%;
    margin-bottom: -65%;
  }

  .md\:-mx-65p {
    margin-left: -65%;
    margin-right: -65%;
  }

  .md\:-my-70p {
    margin-top: -70%;
    margin-bottom: -70%;
  }

  .md\:-mx-70p {
    margin-left: -70%;
    margin-right: -70%;
  }

  .md\:-my-75p {
    margin-top: -75%;
    margin-bottom: -75%;
  }

  .md\:-mx-75p {
    margin-left: -75%;
    margin-right: -75%;
  }

  .md\:-my-80p {
    margin-top: -80%;
    margin-bottom: -80%;
  }

  .md\:-mx-80p {
    margin-left: -80%;
    margin-right: -80%;
  }

  .md\:-my-85p {
    margin-top: -85%;
    margin-bottom: -85%;
  }

  .md\:-mx-85p {
    margin-left: -85%;
    margin-right: -85%;
  }

  .md\:-my-90p {
    margin-top: -90%;
    margin-bottom: -90%;
  }

  .md\:-mx-90p {
    margin-left: -90%;
    margin-right: -90%;
  }

  .md\:-my-95p {
    margin-top: -95%;
    margin-bottom: -95%;
  }

  .md\:-mx-95p {
    margin-left: -95%;
    margin-right: -95%;
  }

  .md\:-my-100p {
    margin-top: -100%;
    margin-bottom: -100%;
  }

  .md\:-mx-100p {
    margin-left: -100%;
    margin-right: -100%;
  }

  .md\:-my-66\.5p {
    margin-top: -66.5%;
    margin-bottom: -66.5%;
  }

  .md\:-mx-66\.5p {
    margin-left: -66.5%;
    margin-right: -66.5%;
  }

  .md\:-my-67\.5p {
    margin-top: -67.5%;
    margin-bottom: -67.5%;
  }

  .md\:-mx-67\.5p {
    margin-left: -67.5%;
    margin-right: -67.5%;
  }

  .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-3 {
    margin-top: 3px;
  }

  .md\:mr-3 {
    margin-right: 3px;
  }

  .md\:mb-3 {
    margin-bottom: 3px;
  }

  .md\:ml-3 {
    margin-left: 3px;
  }

  .md\:mt-5 {
    margin-top: 5px;
  }

  .md\:mr-5 {
    margin-right: 5px;
  }

  .md\:mb-5 {
    margin-bottom: 5px;
  }

  .md\:ml-5 {
    margin-left: 5px;
  }

  .md\:mt-8 {
    margin-top: 8px;
  }

  .md\:mr-8 {
    margin-right: 8px;
  }

  .md\:mb-8 {
    margin-bottom: 8px;
  }

  .md\:ml-8 {
    margin-left: 8px;
  }

  .md\:mt-10 {
    margin-top: 10px;
  }

  .md\:mr-10 {
    margin-right: 10px;
  }

  .md\:mb-10 {
    margin-bottom: 10px;
  }

  .md\:ml-10 {
    margin-left: 10px;
  }

  .md\:mt-12 {
    margin-top: 12px;
  }

  .md\:mr-12 {
    margin-right: 12px;
  }

  .md\:mb-12 {
    margin-bottom: 12px;
  }

  .md\:ml-12 {
    margin-left: 12px;
  }

  .md\:mt-14 {
    margin-top: 14px;
  }

  .md\:mr-14 {
    margin-right: 14px;
  }

  .md\:mb-14 {
    margin-bottom: 14px;
  }

  .md\:ml-14 {
    margin-left: 14px;
  }

  .md\:mt-15 {
    margin-top: 15px;
  }

  .md\:mr-15 {
    margin-right: 15px;
  }

  .md\:mb-15 {
    margin-bottom: 15px;
  }

  .md\:ml-15 {
    margin-left: 15px;
  }

  .md\:mt-16 {
    margin-top: 16px;
  }

  .md\:mr-16 {
    margin-right: 16px;
  }

  .md\:mb-16 {
    margin-bottom: 16px;
  }

  .md\:ml-16 {
    margin-left: 16px;
  }

  .md\:mt-20 {
    margin-top: 20px;
  }

  .md\:mr-20 {
    margin-right: 20px;
  }

  .md\:mb-20 {
    margin-bottom: 20px;
  }

  .md\:ml-20 {
    margin-left: 20px;
  }

  .md\:mt-24 {
    margin-top: 24px;
  }

  .md\:mr-24 {
    margin-right: 24px;
  }

  .md\:mb-24 {
    margin-bottom: 24px;
  }

  .md\:ml-24 {
    margin-left: 24px;
  }

  .md\:mt-28 {
    margin-top: 28px;
  }

  .md\:mr-28 {
    margin-right: 28px;
  }

  .md\:mb-28 {
    margin-bottom: 28px;
  }

  .md\:ml-28 {
    margin-left: 28px;
  }

  .md\:mt-29 {
    margin-top: 29px;
  }

  .md\:mr-29 {
    margin-right: 29px;
  }

  .md\:mb-29 {
    margin-bottom: 29px;
  }

  .md\:ml-29 {
    margin-left: 29px;
  }

  .md\:mt-30 {
    margin-top: 30px;
  }

  .md\:mr-30 {
    margin-right: 30px;
  }

  .md\:mb-30 {
    margin-bottom: 30px;
  }

  .md\:ml-30 {
    margin-left: 30px;
  }

  .md\:mt-32 {
    margin-top: 32px;
  }

  .md\:mr-32 {
    margin-right: 32px;
  }

  .md\:mb-32 {
    margin-bottom: 32px;
  }

  .md\:ml-32 {
    margin-left: 32px;
  }

  .md\:mt-35 {
    margin-top: 35px;
  }

  .md\:mr-35 {
    margin-right: 35px;
  }

  .md\:mb-35 {
    margin-bottom: 35px;
  }

  .md\:ml-35 {
    margin-left: 35px;
  }

  .md\:mt-36 {
    margin-top: 36px;
  }

  .md\:mr-36 {
    margin-right: 36px;
  }

  .md\:mb-36 {
    margin-bottom: 36px;
  }

  .md\:ml-36 {
    margin-left: 36px;
  }

  .md\:mt-37 {
    margin-top: 37px;
  }

  .md\:mr-37 {
    margin-right: 37px;
  }

  .md\:mb-37 {
    margin-bottom: 37px;
  }

  .md\:ml-37 {
    margin-left: 37px;
  }

  .md\:mt-39 {
    margin-top: 39px;
  }

  .md\:mr-39 {
    margin-right: 39px;
  }

  .md\:mb-39 {
    margin-bottom: 39px;
  }

  .md\:ml-39 {
    margin-left: 39px;
  }

  .md\:mt-40 {
    margin-top: 40px;
  }

  .md\:mr-40 {
    margin-right: 40px;
  }

  .md\:mb-40 {
    margin-bottom: 40px;
  }

  .md\:ml-40 {
    margin-left: 40px;
  }

  .md\:mt-47 {
    margin-top: 47px;
  }

  .md\:mr-47 {
    margin-right: 47px;
  }

  .md\:mb-47 {
    margin-bottom: 47px;
  }

  .md\:ml-47 {
    margin-left: 47px;
  }

  .md\:mt-50 {
    margin-top: 50px;
  }

  .md\:mr-50 {
    margin-right: 50px;
  }

  .md\:mb-50 {
    margin-bottom: 50px;
  }

  .md\:ml-50 {
    margin-left: 50px;
  }

  .md\:mt-56 {
    margin-top: 56px;
  }

  .md\:mr-56 {
    margin-right: 56px;
  }

  .md\:mb-56 {
    margin-bottom: 56px;
  }

  .md\:ml-56 {
    margin-left: 56px;
  }

  .md\:mt-64 {
    margin-top: 64px;
  }

  .md\:mr-64 {
    margin-right: 64px;
  }

  .md\:mb-64 {
    margin-bottom: 64px;
  }

  .md\:ml-64 {
    margin-left: 64px;
  }

  .md\:mt-70 {
    margin-top: 70px;
  }

  .md\:mr-70 {
    margin-right: 70px;
  }

  .md\:mb-70 {
    margin-bottom: 70px;
  }

  .md\:ml-70 {
    margin-left: 70px;
  }

  .md\:mt-72 {
    margin-top: 72px;
  }

  .md\:mr-72 {
    margin-right: 72px;
  }

  .md\:mb-72 {
    margin-bottom: 72px;
  }

  .md\:ml-72 {
    margin-left: 72px;
  }

  .md\:mt-75 {
    margin-top: 75px;
  }

  .md\:mr-75 {
    margin-right: 75px;
  }

  .md\:mb-75 {
    margin-bottom: 75px;
  }

  .md\:ml-75 {
    margin-left: 75px;
  }

  .md\:mt-80 {
    margin-top: 80px;
  }

  .md\:mr-80 {
    margin-right: 80px;
  }

  .md\:mb-80 {
    margin-bottom: 80px;
  }

  .md\:ml-80 {
    margin-left: 80px;
  }

  .md\:mt-83 {
    margin-top: 83px;
  }

  .md\:mr-83 {
    margin-right: 83px;
  }

  .md\:mb-83 {
    margin-bottom: 83px;
  }

  .md\:ml-83 {
    margin-left: 83px;
  }

  .md\:mt-100 {
    margin-top: 100px;
  }

  .md\:mr-100 {
    margin-right: 100px;
  }

  .md\:mb-100 {
    margin-bottom: 100px;
  }

  .md\:ml-100 {
    margin-left: 100px;
  }

  .md\:mt-118 {
    margin-top: 118px;
  }

  .md\:mr-118 {
    margin-right: 118px;
  }

  .md\:mb-118 {
    margin-bottom: 118px;
  }

  .md\:ml-118 {
    margin-left: 118px;
  }

  .md\:mt-130 {
    margin-top: 130px;
  }

  .md\:mr-130 {
    margin-right: 130px;
  }

  .md\:mb-130 {
    margin-bottom: 130px;
  }

  .md\:ml-130 {
    margin-left: 130px;
  }

  .md\:mt-150 {
    margin-top: 150px;
  }

  .md\:mr-150 {
    margin-right: 150px;
  }

  .md\:mb-150 {
    margin-bottom: 150px;
  }

  .md\:ml-150 {
    margin-left: 150px;
  }

  .md\:mt-180 {
    margin-top: 180px;
  }

  .md\:mr-180 {
    margin-right: 180px;
  }

  .md\:mb-180 {
    margin-bottom: 180px;
  }

  .md\:ml-180 {
    margin-left: 180px;
  }

  .md\:mt-213 {
    margin-top: 213px;
  }

  .md\:mr-213 {
    margin-right: 213px;
  }

  .md\:mb-213 {
    margin-bottom: 213px;
  }

  .md\:ml-213 {
    margin-left: 213px;
  }

  .md\:mt-225 {
    margin-top: 225px;
  }

  .md\:mr-225 {
    margin-right: 225px;
  }

  .md\:mb-225 {
    margin-bottom: 225px;
  }

  .md\:ml-225 {
    margin-left: 225px;
  }

  .md\:mt-250 {
    margin-top: 250px;
  }

  .md\:mr-250 {
    margin-right: 250px;
  }

  .md\:mb-250 {
    margin-bottom: 250px;
  }

  .md\:ml-250 {
    margin-left: 250px;
  }

  .md\:mt-300 {
    margin-top: 300px;
  }

  .md\:mr-300 {
    margin-right: 300px;
  }

  .md\:mb-300 {
    margin-bottom: 300px;
  }

  .md\:ml-300 {
    margin-left: 300px;
  }

  .md\:mt-320 {
    margin-top: 320px;
  }

  .md\:mr-320 {
    margin-right: 320px;
  }

  .md\:mb-320 {
    margin-bottom: 320px;
  }

  .md\:ml-320 {
    margin-left: 320px;
  }

  .md\:mt-345 {
    margin-top: 345px;
  }

  .md\:mr-345 {
    margin-right: 345px;
  }

  .md\:mb-345 {
    margin-bottom: 345px;
  }

  .md\:ml-345 {
    margin-left: 345px;
  }

  .md\:mt-485 {
    margin-top: 485px;
  }

  .md\:mr-485 {
    margin-right: 485px;
  }

  .md\:mb-485 {
    margin-bottom: 485px;
  }

  .md\:ml-485 {
    margin-left: 485px;
  }

  .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-135 {
    margin-top: -135px;
  }

  .md\:-mr-135 {
    margin-right: -135px;
  }

  .md\:-mb-135 {
    margin-bottom: -135px;
  }

  .md\:-ml-135 {
    margin-left: -135px;
  }

  .md\:mt-0p {
    margin-top: 0%;
  }

  .md\:mr-0p {
    margin-right: 0%;
  }

  .md\:mb-0p {
    margin-bottom: 0%;
  }

  .md\:ml-0p {
    margin-left: 0%;
  }

  .md\:mt-5p {
    margin-top: 5%;
  }

  .md\:mr-5p {
    margin-right: 5%;
  }

  .md\:mb-5p {
    margin-bottom: 5%;
  }

  .md\:ml-5p {
    margin-left: 5%;
  }

  .md\:mt-10p {
    margin-top: 10%;
  }

  .md\:mr-10p {
    margin-right: 10%;
  }

  .md\:mb-10p {
    margin-bottom: 10%;
  }

  .md\:ml-10p {
    margin-left: 10%;
  }

  .md\:mt-15p {
    margin-top: 15%;
  }

  .md\:mr-15p {
    margin-right: 15%;
  }

  .md\:mb-15p {
    margin-bottom: 15%;
  }

  .md\:ml-15p {
    margin-left: 15%;
  }

  .md\:mt-20p {
    margin-top: 20%;
  }

  .md\:mr-20p {
    margin-right: 20%;
  }

  .md\:mb-20p {
    margin-bottom: 20%;
  }

  .md\:ml-20p {
    margin-left: 20%;
  }

  .md\:mt-25p {
    margin-top: 25%;
  }

  .md\:mr-25p {
    margin-right: 25%;
  }

  .md\:mb-25p {
    margin-bottom: 25%;
  }

  .md\:ml-25p {
    margin-left: 25%;
  }

  .md\:mt-30p {
    margin-top: 30%;
  }

  .md\:mr-30p {
    margin-right: 30%;
  }

  .md\:mb-30p {
    margin-bottom: 30%;
  }

  .md\:ml-30p {
    margin-left: 30%;
  }

  .md\:mt-35p {
    margin-top: 35%;
  }

  .md\:mr-35p {
    margin-right: 35%;
  }

  .md\:mb-35p {
    margin-bottom: 35%;
  }

  .md\:ml-35p {
    margin-left: 35%;
  }

  .md\:mt-40p {
    margin-top: 40%;
  }

  .md\:mr-40p {
    margin-right: 40%;
  }

  .md\:mb-40p {
    margin-bottom: 40%;
  }

  .md\:ml-40p {
    margin-left: 40%;
  }

  .md\:mt-45p {
    margin-top: 45%;
  }

  .md\:mr-45p {
    margin-right: 45%;
  }

  .md\:mb-45p {
    margin-bottom: 45%;
  }

  .md\:ml-45p {
    margin-left: 45%;
  }

  .md\:mt-50p {
    margin-top: 50%;
  }

  .md\:mr-50p {
    margin-right: 50%;
  }

  .md\:mb-50p {
    margin-bottom: 50%;
  }

  .md\:ml-50p {
    margin-left: 50%;
  }

  .md\:mt-55p {
    margin-top: 55%;
  }

  .md\:mr-55p {
    margin-right: 55%;
  }

  .md\:mb-55p {
    margin-bottom: 55%;
  }

  .md\:ml-55p {
    margin-left: 55%;
  }

  .md\:mt-60p {
    margin-top: 60%;
  }

  .md\:mr-60p {
    margin-right: 60%;
  }

  .md\:mb-60p {
    margin-bottom: 60%;
  }

  .md\:ml-60p {
    margin-left: 60%;
  }

  .md\:mt-65p {
    margin-top: 65%;
  }

  .md\:mr-65p {
    margin-right: 65%;
  }

  .md\:mb-65p {
    margin-bottom: 65%;
  }

  .md\:ml-65p {
    margin-left: 65%;
  }

  .md\:mt-70p {
    margin-top: 70%;
  }

  .md\:mr-70p {
    margin-right: 70%;
  }

  .md\:mb-70p {
    margin-bottom: 70%;
  }

  .md\:ml-70p {
    margin-left: 70%;
  }

  .md\:mt-75p {
    margin-top: 75%;
  }

  .md\:mr-75p {
    margin-right: 75%;
  }

  .md\:mb-75p {
    margin-bottom: 75%;
  }

  .md\:ml-75p {
    margin-left: 75%;
  }

  .md\:mt-80p {
    margin-top: 80%;
  }

  .md\:mr-80p {
    margin-right: 80%;
  }

  .md\:mb-80p {
    margin-bottom: 80%;
  }

  .md\:ml-80p {
    margin-left: 80%;
  }

  .md\:mt-85p {
    margin-top: 85%;
  }

  .md\:mr-85p {
    margin-right: 85%;
  }

  .md\:mb-85p {
    margin-bottom: 85%;
  }

  .md\:ml-85p {
    margin-left: 85%;
  }

  .md\:mt-90p {
    margin-top: 90%;
  }

  .md\:mr-90p {
    margin-right: 90%;
  }

  .md\:mb-90p {
    margin-bottom: 90%;
  }

  .md\:ml-90p {
    margin-left: 90%;
  }

  .md\:mt-95p {
    margin-top: 95%;
  }

  .md\:mr-95p {
    margin-right: 95%;
  }

  .md\:mb-95p {
    margin-bottom: 95%;
  }

  .md\:ml-95p {
    margin-left: 95%;
  }

  .md\:mt-100p {
    margin-top: 100%;
  }

  .md\:mr-100p {
    margin-right: 100%;
  }

  .md\:mb-100p {
    margin-bottom: 100%;
  }

  .md\:ml-100p {
    margin-left: 100%;
  }

  .md\:mt-66\.5p {
    margin-top: 66.5%;
  }

  .md\:mr-66\.5p {
    margin-right: 66.5%;
  }

  .md\:mb-66\.5p {
    margin-bottom: 66.5%;
  }

  .md\:ml-66\.5p {
    margin-left: 66.5%;
  }

  .md\:mt-67\.5p {
    margin-top: 67.5%;
  }

  .md\:mr-67\.5p {
    margin-right: 67.5%;
  }

  .md\:mb-67\.5p {
    margin-bottom: 67.5%;
  }

  .md\:ml-67\.5p {
    margin-left: 67.5%;
  }

  .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-3 {
    margin-top: -3px;
  }

  .md\:-mr-3 {
    margin-right: -3px;
  }

  .md\:-mb-3 {
    margin-bottom: -3px;
  }

  .md\:-ml-3 {
    margin-left: -3px;
  }

  .md\:-mt-5 {
    margin-top: -5px;
  }

  .md\:-mr-5 {
    margin-right: -5px;
  }

  .md\:-mb-5 {
    margin-bottom: -5px;
  }

  .md\:-ml-5 {
    margin-left: -5px;
  }

  .md\:-mt-8 {
    margin-top: -8px;
  }

  .md\:-mr-8 {
    margin-right: -8px;
  }

  .md\:-mb-8 {
    margin-bottom: -8px;
  }

  .md\:-ml-8 {
    margin-left: -8px;
  }

  .md\:-mt-10 {
    margin-top: -10px;
  }

  .md\:-mr-10 {
    margin-right: -10px;
  }

  .md\:-mb-10 {
    margin-bottom: -10px;
  }

  .md\:-ml-10 {
    margin-left: -10px;
  }

  .md\:-mt-12 {
    margin-top: -12px;
  }

  .md\:-mr-12 {
    margin-right: -12px;
  }

  .md\:-mb-12 {
    margin-bottom: -12px;
  }

  .md\:-ml-12 {
    margin-left: -12px;
  }

  .md\:-mt-14 {
    margin-top: -14px;
  }

  .md\:-mr-14 {
    margin-right: -14px;
  }

  .md\:-mb-14 {
    margin-bottom: -14px;
  }

  .md\:-ml-14 {
    margin-left: -14px;
  }

  .md\:-mt-15 {
    margin-top: -15px;
  }

  .md\:-mr-15 {
    margin-right: -15px;
  }

  .md\:-mb-15 {
    margin-bottom: -15px;
  }

  .md\:-ml-15 {
    margin-left: -15px;
  }

  .md\:-mt-16 {
    margin-top: -16px;
  }

  .md\:-mr-16 {
    margin-right: -16px;
  }

  .md\:-mb-16 {
    margin-bottom: -16px;
  }

  .md\:-ml-16 {
    margin-left: -16px;
  }

  .md\:-mt-20 {
    margin-top: -20px;
  }

  .md\:-mr-20 {
    margin-right: -20px;
  }

  .md\:-mb-20 {
    margin-bottom: -20px;
  }

  .md\:-ml-20 {
    margin-left: -20px;
  }

  .md\:-mt-24 {
    margin-top: -24px;
  }

  .md\:-mr-24 {
    margin-right: -24px;
  }

  .md\:-mb-24 {
    margin-bottom: -24px;
  }

  .md\:-ml-24 {
    margin-left: -24px;
  }

  .md\:-mt-28 {
    margin-top: -28px;
  }

  .md\:-mr-28 {
    margin-right: -28px;
  }

  .md\:-mb-28 {
    margin-bottom: -28px;
  }

  .md\:-ml-28 {
    margin-left: -28px;
  }

  .md\:-mt-29 {
    margin-top: -29px;
  }

  .md\:-mr-29 {
    margin-right: -29px;
  }

  .md\:-mb-29 {
    margin-bottom: -29px;
  }

  .md\:-ml-29 {
    margin-left: -29px;
  }

  .md\:-mt-30 {
    margin-top: -30px;
  }

  .md\:-mr-30 {
    margin-right: -30px;
  }

  .md\:-mb-30 {
    margin-bottom: -30px;
  }

  .md\:-ml-30 {
    margin-left: -30px;
  }

  .md\:-mt-32 {
    margin-top: -32px;
  }

  .md\:-mr-32 {
    margin-right: -32px;
  }

  .md\:-mb-32 {
    margin-bottom: -32px;
  }

  .md\:-ml-32 {
    margin-left: -32px;
  }

  .md\:-mt-35 {
    margin-top: -35px;
  }

  .md\:-mr-35 {
    margin-right: -35px;
  }

  .md\:-mb-35 {
    margin-bottom: -35px;
  }

  .md\:-ml-35 {
    margin-left: -35px;
  }

  .md\:-mt-36 {
    margin-top: -36px;
  }

  .md\:-mr-36 {
    margin-right: -36px;
  }

  .md\:-mb-36 {
    margin-bottom: -36px;
  }

  .md\:-ml-36 {
    margin-left: -36px;
  }

  .md\:-mt-37 {
    margin-top: -37px;
  }

  .md\:-mr-37 {
    margin-right: -37px;
  }

  .md\:-mb-37 {
    margin-bottom: -37px;
  }

  .md\:-ml-37 {
    margin-left: -37px;
  }

  .md\:-mt-39 {
    margin-top: -39px;
  }

  .md\:-mr-39 {
    margin-right: -39px;
  }

  .md\:-mb-39 {
    margin-bottom: -39px;
  }

  .md\:-ml-39 {
    margin-left: -39px;
  }

  .md\:-mt-40 {
    margin-top: -40px;
  }

  .md\:-mr-40 {
    margin-right: -40px;
  }

  .md\:-mb-40 {
    margin-bottom: -40px;
  }

  .md\:-ml-40 {
    margin-left: -40px;
  }

  .md\:-mt-47 {
    margin-top: -47px;
  }

  .md\:-mr-47 {
    margin-right: -47px;
  }

  .md\:-mb-47 {
    margin-bottom: -47px;
  }

  .md\:-ml-47 {
    margin-left: -47px;
  }

  .md\:-mt-50 {
    margin-top: -50px;
  }

  .md\:-mr-50 {
    margin-right: -50px;
  }

  .md\:-mb-50 {
    margin-bottom: -50px;
  }

  .md\:-ml-50 {
    margin-left: -50px;
  }

  .md\:-mt-56 {
    margin-top: -56px;
  }

  .md\:-mr-56 {
    margin-right: -56px;
  }

  .md\:-mb-56 {
    margin-bottom: -56px;
  }

  .md\:-ml-56 {
    margin-left: -56px;
  }

  .md\:-mt-64 {
    margin-top: -64px;
  }

  .md\:-mr-64 {
    margin-right: -64px;
  }

  .md\:-mb-64 {
    margin-bottom: -64px;
  }

  .md\:-ml-64 {
    margin-left: -64px;
  }

  .md\:-mt-70 {
    margin-top: -70px;
  }

  .md\:-mr-70 {
    margin-right: -70px;
  }

  .md\:-mb-70 {
    margin-bottom: -70px;
  }

  .md\:-ml-70 {
    margin-left: -70px;
  }

  .md\:-mt-72 {
    margin-top: -72px;
  }

  .md\:-mr-72 {
    margin-right: -72px;
  }

  .md\:-mb-72 {
    margin-bottom: -72px;
  }

  .md\:-ml-72 {
    margin-left: -72px;
  }

  .md\:-mt-75 {
    margin-top: -75px;
  }

  .md\:-mr-75 {
    margin-right: -75px;
  }

  .md\:-mb-75 {
    margin-bottom: -75px;
  }

  .md\:-ml-75 {
    margin-left: -75px;
  }

  .md\:-mt-80 {
    margin-top: -80px;
  }

  .md\:-mr-80 {
    margin-right: -80px;
  }

  .md\:-mb-80 {
    margin-bottom: -80px;
  }

  .md\:-ml-80 {
    margin-left: -80px;
  }

  .md\:-mt-83 {
    margin-top: -83px;
  }

  .md\:-mr-83 {
    margin-right: -83px;
  }

  .md\:-mb-83 {
    margin-bottom: -83px;
  }

  .md\:-ml-83 {
    margin-left: -83px;
  }

  .md\:-mt-100 {
    margin-top: -100px;
  }

  .md\:-mr-100 {
    margin-right: -100px;
  }

  .md\:-mb-100 {
    margin-bottom: -100px;
  }

  .md\:-ml-100 {
    margin-left: -100px;
  }

  .md\:-mt-118 {
    margin-top: -118px;
  }

  .md\:-mr-118 {
    margin-right: -118px;
  }

  .md\:-mb-118 {
    margin-bottom: -118px;
  }

  .md\:-ml-118 {
    margin-left: -118px;
  }

  .md\:-mt-130 {
    margin-top: -130px;
  }

  .md\:-mr-130 {
    margin-right: -130px;
  }

  .md\:-mb-130 {
    margin-bottom: -130px;
  }

  .md\:-ml-130 {
    margin-left: -130px;
  }

  .md\:-mt-150 {
    margin-top: -150px;
  }

  .md\:-mr-150 {
    margin-right: -150px;
  }

  .md\:-mb-150 {
    margin-bottom: -150px;
  }

  .md\:-ml-150 {
    margin-left: -150px;
  }

  .md\:-mt-180 {
    margin-top: -180px;
  }

  .md\:-mr-180 {
    margin-right: -180px;
  }

  .md\:-mb-180 {
    margin-bottom: -180px;
  }

  .md\:-ml-180 {
    margin-left: -180px;
  }

  .md\:-mt-213 {
    margin-top: -213px;
  }

  .md\:-mr-213 {
    margin-right: -213px;
  }

  .md\:-mb-213 {
    margin-bottom: -213px;
  }

  .md\:-ml-213 {
    margin-left: -213px;
  }

  .md\:-mt-225 {
    margin-top: -225px;
  }

  .md\:-mr-225 {
    margin-right: -225px;
  }

  .md\:-mb-225 {
    margin-bottom: -225px;
  }

  .md\:-ml-225 {
    margin-left: -225px;
  }

  .md\:-mt-250 {
    margin-top: -250px;
  }

  .md\:-mr-250 {
    margin-right: -250px;
  }

  .md\:-mb-250 {
    margin-bottom: -250px;
  }

  .md\:-ml-250 {
    margin-left: -250px;
  }

  .md\:-mt-300 {
    margin-top: -300px;
  }

  .md\:-mr-300 {
    margin-right: -300px;
  }

  .md\:-mb-300 {
    margin-bottom: -300px;
  }

  .md\:-ml-300 {
    margin-left: -300px;
  }

  .md\:-mt-320 {
    margin-top: -320px;
  }

  .md\:-mr-320 {
    margin-right: -320px;
  }

  .md\:-mb-320 {
    margin-bottom: -320px;
  }

  .md\:-ml-320 {
    margin-left: -320px;
  }

  .md\:-mt-345 {
    margin-top: -345px;
  }

  .md\:-mr-345 {
    margin-right: -345px;
  }

  .md\:-mb-345 {
    margin-bottom: -345px;
  }

  .md\:-ml-345 {
    margin-left: -345px;
  }

  .md\:-mt-485 {
    margin-top: -485px;
  }

  .md\:-mr-485 {
    margin-right: -485px;
  }

  .md\:-mb-485 {
    margin-bottom: -485px;
  }

  .md\:-ml-485 {
    margin-left: -485px;
  }

  .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--135 {
    margin-top: 135px;
  }

  .md\:-mr--135 {
    margin-right: 135px;
  }

  .md\:-mb--135 {
    margin-bottom: 135px;
  }

  .md\:-ml--135 {
    margin-left: 135px;
  }

  .md\:-mt-0p {
    margin-top: 0%;
  }

  .md\:-mr-0p {
    margin-right: 0%;
  }

  .md\:-mb-0p {
    margin-bottom: 0%;
  }

  .md\:-ml-0p {
    margin-left: 0%;
  }

  .md\:-mt-5p {
    margin-top: -5%;
  }

  .md\:-mr-5p {
    margin-right: -5%;
  }

  .md\:-mb-5p {
    margin-bottom: -5%;
  }

  .md\:-ml-5p {
    margin-left: -5%;
  }

  .md\:-mt-10p {
    margin-top: -10%;
  }

  .md\:-mr-10p {
    margin-right: -10%;
  }

  .md\:-mb-10p {
    margin-bottom: -10%;
  }

  .md\:-ml-10p {
    margin-left: -10%;
  }

  .md\:-mt-15p {
    margin-top: -15%;
  }

  .md\:-mr-15p {
    margin-right: -15%;
  }

  .md\:-mb-15p {
    margin-bottom: -15%;
  }

  .md\:-ml-15p {
    margin-left: -15%;
  }

  .md\:-mt-20p {
    margin-top: -20%;
  }

  .md\:-mr-20p {
    margin-right: -20%;
  }

  .md\:-mb-20p {
    margin-bottom: -20%;
  }

  .md\:-ml-20p {
    margin-left: -20%;
  }

  .md\:-mt-25p {
    margin-top: -25%;
  }

  .md\:-mr-25p {
    margin-right: -25%;
  }

  .md\:-mb-25p {
    margin-bottom: -25%;
  }

  .md\:-ml-25p {
    margin-left: -25%;
  }

  .md\:-mt-30p {
    margin-top: -30%;
  }

  .md\:-mr-30p {
    margin-right: -30%;
  }

  .md\:-mb-30p {
    margin-bottom: -30%;
  }

  .md\:-ml-30p {
    margin-left: -30%;
  }

  .md\:-mt-35p {
    margin-top: -35%;
  }

  .md\:-mr-35p {
    margin-right: -35%;
  }

  .md\:-mb-35p {
    margin-bottom: -35%;
  }

  .md\:-ml-35p {
    margin-left: -35%;
  }

  .md\:-mt-40p {
    margin-top: -40%;
  }

  .md\:-mr-40p {
    margin-right: -40%;
  }

  .md\:-mb-40p {
    margin-bottom: -40%;
  }

  .md\:-ml-40p {
    margin-left: -40%;
  }

  .md\:-mt-45p {
    margin-top: -45%;
  }

  .md\:-mr-45p {
    margin-right: -45%;
  }

  .md\:-mb-45p {
    margin-bottom: -45%;
  }

  .md\:-ml-45p {
    margin-left: -45%;
  }

  .md\:-mt-50p {
    margin-top: -50%;
  }

  .md\:-mr-50p {
    margin-right: -50%;
  }

  .md\:-mb-50p {
    margin-bottom: -50%;
  }

  .md\:-ml-50p {
    margin-left: -50%;
  }

  .md\:-mt-55p {
    margin-top: -55%;
  }

  .md\:-mr-55p {
    margin-right: -55%;
  }

  .md\:-mb-55p {
    margin-bottom: -55%;
  }

  .md\:-ml-55p {
    margin-left: -55%;
  }

  .md\:-mt-60p {
    margin-top: -60%;
  }

  .md\:-mr-60p {
    margin-right: -60%;
  }

  .md\:-mb-60p {
    margin-bottom: -60%;
  }

  .md\:-ml-60p {
    margin-left: -60%;
  }

  .md\:-mt-65p {
    margin-top: -65%;
  }

  .md\:-mr-65p {
    margin-right: -65%;
  }

  .md\:-mb-65p {
    margin-bottom: -65%;
  }

  .md\:-ml-65p {
    margin-left: -65%;
  }

  .md\:-mt-70p {
    margin-top: -70%;
  }

  .md\:-mr-70p {
    margin-right: -70%;
  }

  .md\:-mb-70p {
    margin-bottom: -70%;
  }

  .md\:-ml-70p {
    margin-left: -70%;
  }

  .md\:-mt-75p {
    margin-top: -75%;
  }

  .md\:-mr-75p {
    margin-right: -75%;
  }

  .md\:-mb-75p {
    margin-bottom: -75%;
  }

  .md\:-ml-75p {
    margin-left: -75%;
  }

  .md\:-mt-80p {
    margin-top: -80%;
  }

  .md\:-mr-80p {
    margin-right: -80%;
  }

  .md\:-mb-80p {
    margin-bottom: -80%;
  }

  .md\:-ml-80p {
    margin-left: -80%;
  }

  .md\:-mt-85p {
    margin-top: -85%;
  }

  .md\:-mr-85p {
    margin-right: -85%;
  }

  .md\:-mb-85p {
    margin-bottom: -85%;
  }

  .md\:-ml-85p {
    margin-left: -85%;
  }

  .md\:-mt-90p {
    margin-top: -90%;
  }

  .md\:-mr-90p {
    margin-right: -90%;
  }

  .md\:-mb-90p {
    margin-bottom: -90%;
  }

  .md\:-ml-90p {
    margin-left: -90%;
  }

  .md\:-mt-95p {
    margin-top: -95%;
  }

  .md\:-mr-95p {
    margin-right: -95%;
  }

  .md\:-mb-95p {
    margin-bottom: -95%;
  }

  .md\:-ml-95p {
    margin-left: -95%;
  }

  .md\:-mt-100p {
    margin-top: -100%;
  }

  .md\:-mr-100p {
    margin-right: -100%;
  }

  .md\:-mb-100p {
    margin-bottom: -100%;
  }

  .md\:-ml-100p {
    margin-left: -100%;
  }

  .md\:-mt-66\.5p {
    margin-top: -66.5%;
  }

  .md\:-mr-66\.5p {
    margin-right: -66.5%;
  }

  .md\:-mb-66\.5p {
    margin-bottom: -66.5%;
  }

  .md\:-ml-66\.5p {
    margin-left: -66.5%;
  }

  .md\:-mt-67\.5p {
    margin-top: -67.5%;
  }

  .md\:-mr-67\.5p {
    margin-right: -67.5%;
  }

  .md\:-mb-67\.5p {
    margin-bottom: -67.5%;
  }

  .md\:-ml-67\.5p {
    margin-left: -67.5%;
  }

  .md\:max-h-0 {
    max-height: 0px;
  }

  .md\:max-h-3 {
    max-height: 3px;
  }

  .md\:max-h-5 {
    max-height: 5px;
  }

  .md\:max-h-8 {
    max-height: 8px;
  }

  .md\:max-h-10 {
    max-height: 10px;
  }

  .md\:max-h-12 {
    max-height: 12px;
  }

  .md\:max-h-14 {
    max-height: 14px;
  }

  .md\:max-h-15 {
    max-height: 15px;
  }

  .md\:max-h-16 {
    max-height: 16px;
  }

  .md\:max-h-20 {
    max-height: 20px;
  }

  .md\:max-h-24 {
    max-height: 24px;
  }

  .md\:max-h-28 {
    max-height: 28px;
  }

  .md\:max-h-29 {
    max-height: 29px;
  }

  .md\:max-h-30 {
    max-height: 30px;
  }

  .md\:max-h-32 {
    max-height: 32px;
  }

  .md\:max-h-35 {
    max-height: 35px;
  }

  .md\:max-h-36 {
    max-height: 36px;
  }

  .md\:max-h-37 {
    max-height: 37px;
  }

  .md\:max-h-39 {
    max-height: 39px;
  }

  .md\:max-h-40 {
    max-height: 40px;
  }

  .md\:max-h-47 {
    max-height: 47px;
  }

  .md\:max-h-50 {
    max-height: 50px;
  }

  .md\:max-h-56 {
    max-height: 56px;
  }

  .md\:max-h-64 {
    max-height: 64px;
  }

  .md\:max-h-70 {
    max-height: 70px;
  }

  .md\:max-h-72 {
    max-height: 72px;
  }

  .md\:max-h-75 {
    max-height: 75px;
  }

  .md\:max-h-80 {
    max-height: 80px;
  }

  .md\:max-h-83 {
    max-height: 83px;
  }

  .md\:max-h-100 {
    max-height: 100px;
  }

  .md\:max-h-118 {
    max-height: 118px;
  }

  .md\:max-h-130 {
    max-height: 130px;
  }

  .md\:max-h-150 {
    max-height: 150px;
  }

  .md\:max-h-180 {
    max-height: 180px;
  }

  .md\:max-h-213 {
    max-height: 213px;
  }

  .md\:max-h-225 {
    max-height: 225px;
  }

  .md\:max-h-250 {
    max-height: 250px;
  }

  .md\:max-h-300 {
    max-height: 300px;
  }

  .md\:max-h-320 {
    max-height: 320px;
  }

  .md\:max-h-345 {
    max-height: 345px;
  }

  .md\:max-h-485 {
    max-height: 485px;
  }

  .md\:max-h-px {
    max-height: 1px;
  }

  .md\:-max-h-135 {
    max-height: -135px;
  }

  .md\:max-h-0p {
    max-height: 0%;
  }

  .md\:max-h-5p {
    max-height: 5%;
  }

  .md\:max-h-10p {
    max-height: 10%;
  }

  .md\:max-h-15p {
    max-height: 15%;
  }

  .md\:max-h-20p {
    max-height: 20%;
  }

  .md\:max-h-25p {
    max-height: 25%;
  }

  .md\:max-h-30p {
    max-height: 30%;
  }

  .md\:max-h-35p {
    max-height: 35%;
  }

  .md\:max-h-40p {
    max-height: 40%;
  }

  .md\:max-h-45p {
    max-height: 45%;
  }

  .md\:max-h-50p {
    max-height: 50%;
  }

  .md\:max-h-55p {
    max-height: 55%;
  }

  .md\:max-h-60p {
    max-height: 60%;
  }

  .md\:max-h-65p {
    max-height: 65%;
  }

  .md\:max-h-70p {
    max-height: 70%;
  }

  .md\:max-h-75p {
    max-height: 75%;
  }

  .md\:max-h-80p {
    max-height: 80%;
  }

  .md\:max-h-85p {
    max-height: 85%;
  }

  .md\:max-h-90p {
    max-height: 90%;
  }

  .md\:max-h-95p {
    max-height: 95%;
  }

  .md\:max-h-100p {
    max-height: 100%;
  }

  .md\:max-h-66\.5p {
    max-height: 66.5%;
  }

  .md\:max-h-67\.5p {
    max-height: 67.5%;
  }

  .md\:max-h-full {
    max-height: 100%;
  }

  .md\:max-h-screen {
    max-height: 100vh;
  }

  .md\:max-w-0 {
    max-width: 0rem;
  }

  .md\:max-w-570 {
    max-width: 570px;
  }

  .md\:max-w-670 {
    max-width: 670px;
  }

  .md\:max-w-700 {
    max-width: 700px;
  }

  .md\:max-w-770 {
    max-width: 770px;
  }

  .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: 640px;
  }

  .md\:max-w-screen-md {
    max-width: 768px;
  }

  .md\:max-w-screen-lg {
    max-width: 1024px;
  }

  .md\:max-w-screen-xl {
    max-width: 1280px;
  }

  .md\:max-w-screen-xxl {
    max-width: 2180px;
  }

  .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-600 {
    min-width: 600px;
  }

  .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\: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-20 {
    opacity: 0.2;
  }

  .md\:opacity-25 {
    opacity: 0.25;
  }

  .md\:opacity-30 {
    opacity: 0.3;
  }

  .md\:opacity-40 {
    opacity: 0.4;
  }

  .md\:opacity-50 {
    opacity: 0.5;
  }

  .md\:opacity-60 {
    opacity: 0.6;
  }

  .md\:opacity-70 {
    opacity: 0.7;
  }

  .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-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-50 {
    opacity: 0.5;
  }

  .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-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-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-50:focus-within {
    opacity: 0.5;
  }

  .md\:focus-within\:opacity-60:focus-within {
    opacity: 0.6;
  }

  .md\:focus-within\:opacity-70:focus-within {
    opacity: 0.7;
  }

  .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-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-50:hover {
    opacity: 0.5;
  }

  .md\:hover\:opacity-60:hover {
    opacity: 0.6;
  }

  .md\:hover\:opacity-70:hover {
    opacity: 0.7;
  }

  .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-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-50:focus {
    opacity: 0.5;
  }

  .md\:focus\:opacity-60:focus {
    opacity: 0.6;
  }

  .md\:focus\:opacity-70:focus {
    opacity: 0.7;
  }

  .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-3 {
    padding: 3px;
  }

  .md\:p-5 {
    padding: 5px;
  }

  .md\:p-8 {
    padding: 8px;
  }

  .md\:p-10 {
    padding: 10px;
  }

  .md\:p-12 {
    padding: 12px;
  }

  .md\:p-14 {
    padding: 14px;
  }

  .md\:p-15 {
    padding: 15px;
  }

  .md\:p-16 {
    padding: 16px;
  }

  .md\:p-20 {
    padding: 20px;
  }

  .md\:p-24 {
    padding: 24px;
  }

  .md\:p-28 {
    padding: 28px;
  }

  .md\:p-29 {
    padding: 29px;
  }

  .md\:p-30 {
    padding: 30px;
  }

  .md\:p-32 {
    padding: 32px;
  }

  .md\:p-35 {
    padding: 35px;
  }

  .md\:p-36 {
    padding: 36px;
  }

  .md\:p-37 {
    padding: 37px;
  }

  .md\:p-39 {
    padding: 39px;
  }

  .md\:p-40 {
    padding: 40px;
  }

  .md\:p-47 {
    padding: 47px;
  }

  .md\:p-50 {
    padding: 50px;
  }

  .md\:p-56 {
    padding: 56px;
  }

  .md\:p-64 {
    padding: 64px;
  }

  .md\:p-70 {
    padding: 70px;
  }

  .md\:p-72 {
    padding: 72px;
  }

  .md\:p-75 {
    padding: 75px;
  }

  .md\:p-80 {
    padding: 80px;
  }

  .md\:p-83 {
    padding: 83px;
  }

  .md\:p-100 {
    padding: 100px;
  }

  .md\:p-118 {
    padding: 118px;
  }

  .md\:p-130 {
    padding: 130px;
  }

  .md\:p-150 {
    padding: 150px;
  }

  .md\:p-180 {
    padding: 180px;
  }

  .md\:p-213 {
    padding: 213px;
  }

  .md\:p-225 {
    padding: 225px;
  }

  .md\:p-250 {
    padding: 250px;
  }

  .md\:p-300 {
    padding: 300px;
  }

  .md\:p-320 {
    padding: 320px;
  }

  .md\:p-345 {
    padding: 345px;
  }

  .md\:p-485 {
    padding: 485px;
  }

  .md\:p-px {
    padding: 1px;
  }

  .md\:-p-135 {
    padding: -135px;
  }

  .md\:p-0p {
    padding: 0%;
  }

  .md\:p-5p {
    padding: 5%;
  }

  .md\:p-10p {
    padding: 10%;
  }

  .md\:p-15p {
    padding: 15%;
  }

  .md\:p-20p {
    padding: 20%;
  }

  .md\:p-25p {
    padding: 25%;
  }

  .md\:p-30p {
    padding: 30%;
  }

  .md\:p-35p {
    padding: 35%;
  }

  .md\:p-40p {
    padding: 40%;
  }

  .md\:p-45p {
    padding: 45%;
  }

  .md\:p-50p {
    padding: 50%;
  }

  .md\:p-55p {
    padding: 55%;
  }

  .md\:p-60p {
    padding: 60%;
  }

  .md\:p-65p {
    padding: 65%;
  }

  .md\:p-70p {
    padding: 70%;
  }

  .md\:p-75p {
    padding: 75%;
  }

  .md\:p-80p {
    padding: 80%;
  }

  .md\:p-85p {
    padding: 85%;
  }

  .md\:p-90p {
    padding: 90%;
  }

  .md\:p-95p {
    padding: 95%;
  }

  .md\:p-100p {
    padding: 100%;
  }

  .md\:p-66\.5p {
    padding: 66.5%;
  }

  .md\:p-67\.5p {
    padding: 67.5%;
  }

  .md\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .md\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .md\:py-3 {
    padding-top: 3px;
    padding-bottom: 3px;
  }

  .md\:px-3 {
    padding-left: 3px;
    padding-right: 3px;
  }

  .md\:py-5 {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .md\:px-5 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .md\:py-8 {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .md\:px-8 {
    padding-left: 8px;
    padding-right: 8px;
  }

  .md\:py-10 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .md\:px-10 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .md\:py-12 {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .md\:px-12 {
    padding-left: 12px;
    padding-right: 12px;
  }

  .md\:py-14 {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .md\:px-14 {
    padding-left: 14px;
    padding-right: 14px;
  }

  .md\:py-15 {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .md\:px-15 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .md\:py-16 {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .md\:px-16 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .md\:py-20 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .md\:px-20 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .md\:py-24 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .md\:px-24 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .md\:py-28 {
    padding-top: 28px;
    padding-bottom: 28px;
  }

  .md\:px-28 {
    padding-left: 28px;
    padding-right: 28px;
  }

  .md\:py-29 {
    padding-top: 29px;
    padding-bottom: 29px;
  }

  .md\:px-29 {
    padding-left: 29px;
    padding-right: 29px;
  }

  .md\:py-30 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .md\:px-30 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .md\:py-32 {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .md\:px-32 {
    padding-left: 32px;
    padding-right: 32px;
  }

  .md\:py-35 {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .md\:px-35 {
    padding-left: 35px;
    padding-right: 35px;
  }

  .md\:py-36 {
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .md\:px-36 {
    padding-left: 36px;
    padding-right: 36px;
  }

  .md\:py-37 {
    padding-top: 37px;
    padding-bottom: 37px;
  }

  .md\:px-37 {
    padding-left: 37px;
    padding-right: 37px;
  }

  .md\:py-39 {
    padding-top: 39px;
    padding-bottom: 39px;
  }

  .md\:px-39 {
    padding-left: 39px;
    padding-right: 39px;
  }

  .md\:py-40 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .md\:px-40 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .md\:py-47 {
    padding-top: 47px;
    padding-bottom: 47px;
  }

  .md\:px-47 {
    padding-left: 47px;
    padding-right: 47px;
  }

  .md\:py-50 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .md\:px-50 {
    padding-left: 50px;
    padding-right: 50px;
  }

  .md\:py-56 {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .md\:px-56 {
    padding-left: 56px;
    padding-right: 56px;
  }

  .md\:py-64 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .md\:px-64 {
    padding-left: 64px;
    padding-right: 64px;
  }

  .md\:py-70 {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .md\:px-70 {
    padding-left: 70px;
    padding-right: 70px;
  }

  .md\:py-72 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .md\:px-72 {
    padding-left: 72px;
    padding-right: 72px;
  }

  .md\:py-75 {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .md\:px-75 {
    padding-left: 75px;
    padding-right: 75px;
  }

  .md\:py-80 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .md\:px-80 {
    padding-left: 80px;
    padding-right: 80px;
  }

  .md\:py-83 {
    padding-top: 83px;
    padding-bottom: 83px;
  }

  .md\:px-83 {
    padding-left: 83px;
    padding-right: 83px;
  }

  .md\:py-100 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .md\:px-100 {
    padding-left: 100px;
    padding-right: 100px;
  }

  .md\:py-118 {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .md\:px-118 {
    padding-left: 118px;
    padding-right: 118px;
  }

  .md\:py-130 {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .md\:px-130 {
    padding-left: 130px;
    padding-right: 130px;
  }

  .md\:py-150 {
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .md\:px-150 {
    padding-left: 150px;
    padding-right: 150px;
  }

  .md\:py-180 {
    padding-top: 180px;
    padding-bottom: 180px;
  }

  .md\:px-180 {
    padding-left: 180px;
    padding-right: 180px;
  }

  .md\:py-213 {
    padding-top: 213px;
    padding-bottom: 213px;
  }

  .md\:px-213 {
    padding-left: 213px;
    padding-right: 213px;
  }

  .md\:py-225 {
    padding-top: 225px;
    padding-bottom: 225px;
  }

  .md\:px-225 {
    padding-left: 225px;
    padding-right: 225px;
  }

  .md\:py-250 {
    padding-top: 250px;
    padding-bottom: 250px;
  }

  .md\:px-250 {
    padding-left: 250px;
    padding-right: 250px;
  }

  .md\:py-300 {
    padding-top: 300px;
    padding-bottom: 300px;
  }

  .md\:px-300 {
    padding-left: 300px;
    padding-right: 300px;
  }

  .md\:py-320 {
    padding-top: 320px;
    padding-bottom: 320px;
  }

  .md\:px-320 {
    padding-left: 320px;
    padding-right: 320px;
  }

  .md\:py-345 {
    padding-top: 345px;
    padding-bottom: 345px;
  }

  .md\:px-345 {
    padding-left: 345px;
    padding-right: 345px;
  }

  .md\:py-485 {
    padding-top: 485px;
    padding-bottom: 485px;
  }

  .md\:px-485 {
    padding-left: 485px;
    padding-right: 485px;
  }

  .md\:py-px {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .md\:px-px {
    padding-left: 1px;
    padding-right: 1px;
  }

  .md\:-py-135 {
    padding-top: -135px;
    padding-bottom: -135px;
  }

  .md\:-px-135 {
    padding-left: -135px;
    padding-right: -135px;
  }

  .md\:py-0p {
    padding-top: 0%;
    padding-bottom: 0%;
  }

  .md\:px-0p {
    padding-left: 0%;
    padding-right: 0%;
  }

  .md\:py-5p {
    padding-top: 5%;
    padding-bottom: 5%;
  }

  .md\:px-5p {
    padding-left: 5%;
    padding-right: 5%;
  }

  .md\:py-10p {
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .md\:px-10p {
    padding-left: 10%;
    padding-right: 10%;
  }

  .md\:py-15p {
    padding-top: 15%;
    padding-bottom: 15%;
  }

  .md\:px-15p {
    padding-left: 15%;
    padding-right: 15%;
  }

  .md\:py-20p {
    padding-top: 20%;
    padding-bottom: 20%;
  }

  .md\:px-20p {
    padding-left: 20%;
    padding-right: 20%;
  }

  .md\:py-25p {
    padding-top: 25%;
    padding-bottom: 25%;
  }

  .md\:px-25p {
    padding-left: 25%;
    padding-right: 25%;
  }

  .md\:py-30p {
    padding-top: 30%;
    padding-bottom: 30%;
  }

  .md\:px-30p {
    padding-left: 30%;
    padding-right: 30%;
  }

  .md\:py-35p {
    padding-top: 35%;
    padding-bottom: 35%;
  }

  .md\:px-35p {
    padding-left: 35%;
    padding-right: 35%;
  }

  .md\:py-40p {
    padding-top: 40%;
    padding-bottom: 40%;
  }

  .md\:px-40p {
    padding-left: 40%;
    padding-right: 40%;
  }

  .md\:py-45p {
    padding-top: 45%;
    padding-bottom: 45%;
  }

  .md\:px-45p {
    padding-left: 45%;
    padding-right: 45%;
  }

  .md\:py-50p {
    padding-top: 50%;
    padding-bottom: 50%;
  }

  .md\:px-50p {
    padding-left: 50%;
    padding-right: 50%;
  }

  .md\:py-55p {
    padding-top: 55%;
    padding-bottom: 55%;
  }

  .md\:px-55p {
    padding-left: 55%;
    padding-right: 55%;
  }

  .md\:py-60p {
    padding-top: 60%;
    padding-bottom: 60%;
  }

  .md\:px-60p {
    padding-left: 60%;
    padding-right: 60%;
  }

  .md\:py-65p {
    padding-top: 65%;
    padding-bottom: 65%;
  }

  .md\:px-65p {
    padding-left: 65%;
    padding-right: 65%;
  }

  .md\:py-70p {
    padding-top: 70%;
    padding-bottom: 70%;
  }

  .md\:px-70p {
    padding-left: 70%;
    padding-right: 70%;
  }

  .md\:py-75p {
    padding-top: 75%;
    padding-bottom: 75%;
  }

  .md\:px-75p {
    padding-left: 75%;
    padding-right: 75%;
  }

  .md\:py-80p {
    padding-top: 80%;
    padding-bottom: 80%;
  }

  .md\:px-80p {
    padding-left: 80%;
    padding-right: 80%;
  }

  .md\:py-85p {
    padding-top: 85%;
    padding-bottom: 85%;
  }

  .md\:px-85p {
    padding-left: 85%;
    padding-right: 85%;
  }

  .md\:py-90p {
    padding-top: 90%;
    padding-bottom: 90%;
  }

  .md\:px-90p {
    padding-left: 90%;
    padding-right: 90%;
  }

  .md\:py-95p {
    padding-top: 95%;
    padding-bottom: 95%;
  }

  .md\:px-95p {
    padding-left: 95%;
    padding-right: 95%;
  }

  .md\:py-100p {
    padding-top: 100%;
    padding-bottom: 100%;
  }

  .md\:px-100p {
    padding-left: 100%;
    padding-right: 100%;
  }

  .md\:py-66\.5p {
    padding-top: 66.5%;
    padding-bottom: 66.5%;
  }

  .md\:px-66\.5p {
    padding-left: 66.5%;
    padding-right: 66.5%;
  }

  .md\:py-67\.5p {
    padding-top: 67.5%;
    padding-bottom: 67.5%;
  }

  .md\:px-67\.5p {
    padding-left: 67.5%;
    padding-right: 67.5%;
  }

  .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-3 {
    padding-top: 3px;
  }

  .md\:pr-3 {
    padding-right: 3px;
  }

  .md\:pb-3 {
    padding-bottom: 3px;
  }

  .md\:pl-3 {
    padding-left: 3px;
  }

  .md\:pt-5 {
    padding-top: 5px;
  }

  .md\:pr-5 {
    padding-right: 5px;
  }

  .md\:pb-5 {
    padding-bottom: 5px;
  }

  .md\:pl-5 {
    padding-left: 5px;
  }

  .md\:pt-8 {
    padding-top: 8px;
  }

  .md\:pr-8 {
    padding-right: 8px;
  }

  .md\:pb-8 {
    padding-bottom: 8px;
  }

  .md\:pl-8 {
    padding-left: 8px;
  }

  .md\:pt-10 {
    padding-top: 10px;
  }

  .md\:pr-10 {
    padding-right: 10px;
  }

  .md\:pb-10 {
    padding-bottom: 10px;
  }

  .md\:pl-10 {
    padding-left: 10px;
  }

  .md\:pt-12 {
    padding-top: 12px;
  }

  .md\:pr-12 {
    padding-right: 12px;
  }

  .md\:pb-12 {
    padding-bottom: 12px;
  }

  .md\:pl-12 {
    padding-left: 12px;
  }

  .md\:pt-14 {
    padding-top: 14px;
  }

  .md\:pr-14 {
    padding-right: 14px;
  }

  .md\:pb-14 {
    padding-bottom: 14px;
  }

  .md\:pl-14 {
    padding-left: 14px;
  }

  .md\:pt-15 {
    padding-top: 15px;
  }

  .md\:pr-15 {
    padding-right: 15px;
  }

  .md\:pb-15 {
    padding-bottom: 15px;
  }

  .md\:pl-15 {
    padding-left: 15px;
  }

  .md\:pt-16 {
    padding-top: 16px;
  }

  .md\:pr-16 {
    padding-right: 16px;
  }

  .md\:pb-16 {
    padding-bottom: 16px;
  }

  .md\:pl-16 {
    padding-left: 16px;
  }

  .md\:pt-20 {
    padding-top: 20px;
  }

  .md\:pr-20 {
    padding-right: 20px;
  }

  .md\:pb-20 {
    padding-bottom: 20px;
  }

  .md\:pl-20 {
    padding-left: 20px;
  }

  .md\:pt-24 {
    padding-top: 24px;
  }

  .md\:pr-24 {
    padding-right: 24px;
  }

  .md\:pb-24 {
    padding-bottom: 24px;
  }

  .md\:pl-24 {
    padding-left: 24px;
  }

  .md\:pt-28 {
    padding-top: 28px;
  }

  .md\:pr-28 {
    padding-right: 28px;
  }

  .md\:pb-28 {
    padding-bottom: 28px;
  }

  .md\:pl-28 {
    padding-left: 28px;
  }

  .md\:pt-29 {
    padding-top: 29px;
  }

  .md\:pr-29 {
    padding-right: 29px;
  }

  .md\:pb-29 {
    padding-bottom: 29px;
  }

  .md\:pl-29 {
    padding-left: 29px;
  }

  .md\:pt-30 {
    padding-top: 30px;
  }

  .md\:pr-30 {
    padding-right: 30px;
  }

  .md\:pb-30 {
    padding-bottom: 30px;
  }

  .md\:pl-30 {
    padding-left: 30px;
  }

  .md\:pt-32 {
    padding-top: 32px;
  }

  .md\:pr-32 {
    padding-right: 32px;
  }

  .md\:pb-32 {
    padding-bottom: 32px;
  }

  .md\:pl-32 {
    padding-left: 32px;
  }

  .md\:pt-35 {
    padding-top: 35px;
  }

  .md\:pr-35 {
    padding-right: 35px;
  }

  .md\:pb-35 {
    padding-bottom: 35px;
  }

  .md\:pl-35 {
    padding-left: 35px;
  }

  .md\:pt-36 {
    padding-top: 36px;
  }

  .md\:pr-36 {
    padding-right: 36px;
  }

  .md\:pb-36 {
    padding-bottom: 36px;
  }

  .md\:pl-36 {
    padding-left: 36px;
  }

  .md\:pt-37 {
    padding-top: 37px;
  }

  .md\:pr-37 {
    padding-right: 37px;
  }

  .md\:pb-37 {
    padding-bottom: 37px;
  }

  .md\:pl-37 {
    padding-left: 37px;
  }

  .md\:pt-39 {
    padding-top: 39px;
  }

  .md\:pr-39 {
    padding-right: 39px;
  }

  .md\:pb-39 {
    padding-bottom: 39px;
  }

  .md\:pl-39 {
    padding-left: 39px;
  }

  .md\:pt-40 {
    padding-top: 40px;
  }

  .md\:pr-40 {
    padding-right: 40px;
  }

  .md\:pb-40 {
    padding-bottom: 40px;
  }

  .md\:pl-40 {
    padding-left: 40px;
  }

  .md\:pt-47 {
    padding-top: 47px;
  }

  .md\:pr-47 {
    padding-right: 47px;
  }

  .md\:pb-47 {
    padding-bottom: 47px;
  }

  .md\:pl-47 {
    padding-left: 47px;
  }

  .md\:pt-50 {
    padding-top: 50px;
  }

  .md\:pr-50 {
    padding-right: 50px;
  }

  .md\:pb-50 {
    padding-bottom: 50px;
  }

  .md\:pl-50 {
    padding-left: 50px;
  }

  .md\:pt-56 {
    padding-top: 56px;
  }

  .md\:pr-56 {
    padding-right: 56px;
  }

  .md\:pb-56 {
    padding-bottom: 56px;
  }

  .md\:pl-56 {
    padding-left: 56px;
  }

  .md\:pt-64 {
    padding-top: 64px;
  }

  .md\:pr-64 {
    padding-right: 64px;
  }

  .md\:pb-64 {
    padding-bottom: 64px;
  }

  .md\:pl-64 {
    padding-left: 64px;
  }

  .md\:pt-70 {
    padding-top: 70px;
  }

  .md\:pr-70 {
    padding-right: 70px;
  }

  .md\:pb-70 {
    padding-bottom: 70px;
  }

  .md\:pl-70 {
    padding-left: 70px;
  }

  .md\:pt-72 {
    padding-top: 72px;
  }

  .md\:pr-72 {
    padding-right: 72px;
  }

  .md\:pb-72 {
    padding-bottom: 72px;
  }

  .md\:pl-72 {
    padding-left: 72px;
  }

  .md\:pt-75 {
    padding-top: 75px;
  }

  .md\:pr-75 {
    padding-right: 75px;
  }

  .md\:pb-75 {
    padding-bottom: 75px;
  }

  .md\:pl-75 {
    padding-left: 75px;
  }

  .md\:pt-80 {
    padding-top: 80px;
  }

  .md\:pr-80 {
    padding-right: 80px;
  }

  .md\:pb-80 {
    padding-bottom: 80px;
  }

  .md\:pl-80 {
    padding-left: 80px;
  }

  .md\:pt-83 {
    padding-top: 83px;
  }

  .md\:pr-83 {
    padding-right: 83px;
  }

  .md\:pb-83 {
    padding-bottom: 83px;
  }

  .md\:pl-83 {
    padding-left: 83px;
  }

  .md\:pt-100 {
    padding-top: 100px;
  }

  .md\:pr-100 {
    padding-right: 100px;
  }

  .md\:pb-100 {
    padding-bottom: 100px;
  }

  .md\:pl-100 {
    padding-left: 100px;
  }

  .md\:pt-118 {
    padding-top: 118px;
  }

  .md\:pr-118 {
    padding-right: 118px;
  }

  .md\:pb-118 {
    padding-bottom: 118px;
  }

  .md\:pl-118 {
    padding-left: 118px;
  }

  .md\:pt-130 {
    padding-top: 130px;
  }

  .md\:pr-130 {
    padding-right: 130px;
  }

  .md\:pb-130 {
    padding-bottom: 130px;
  }

  .md\:pl-130 {
    padding-left: 130px;
  }

  .md\:pt-150 {
    padding-top: 150px;
  }

  .md\:pr-150 {
    padding-right: 150px;
  }

  .md\:pb-150 {
    padding-bottom: 150px;
  }

  .md\:pl-150 {
    padding-left: 150px;
  }

  .md\:pt-180 {
    padding-top: 180px;
  }

  .md\:pr-180 {
    padding-right: 180px;
  }

  .md\:pb-180 {
    padding-bottom: 180px;
  }

  .md\:pl-180 {
    padding-left: 180px;
  }

  .md\:pt-213 {
    padding-top: 213px;
  }

  .md\:pr-213 {
    padding-right: 213px;
  }

  .md\:pb-213 {
    padding-bottom: 213px;
  }

  .md\:pl-213 {
    padding-left: 213px;
  }

  .md\:pt-225 {
    padding-top: 225px;
  }

  .md\:pr-225 {
    padding-right: 225px;
  }

  .md\:pb-225 {
    padding-bottom: 225px;
  }

  .md\:pl-225 {
    padding-left: 225px;
  }

  .md\:pt-250 {
    padding-top: 250px;
  }

  .md\:pr-250 {
    padding-right: 250px;
  }

  .md\:pb-250 {
    padding-bottom: 250px;
  }

  .md\:pl-250 {
    padding-left: 250px;
  }

  .md\:pt-300 {
    padding-top: 300px;
  }

  .md\:pr-300 {
    padding-right: 300px;
  }

  .md\:pb-300 {
    padding-bottom: 300px;
  }

  .md\:pl-300 {
    padding-left: 300px;
  }

  .md\:pt-320 {
    padding-top: 320px;
  }

  .md\:pr-320 {
    padding-right: 320px;
  }

  .md\:pb-320 {
    padding-bottom: 320px;
  }

  .md\:pl-320 {
    padding-left: 320px;
  }

  .md\:pt-345 {
    padding-top: 345px;
  }

  .md\:pr-345 {
    padding-right: 345px;
  }

  .md\:pb-345 {
    padding-bottom: 345px;
  }

  .md\:pl-345 {
    padding-left: 345px;
  }

  .md\:pt-485 {
    padding-top: 485px;
  }

  .md\:pr-485 {
    padding-right: 485px;
  }

  .md\:pb-485 {
    padding-bottom: 485px;
  }

  .md\:pl-485 {
    padding-left: 485px;
  }

  .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-135 {
    padding-top: -135px;
  }

  .md\:-pr-135 {
    padding-right: -135px;
  }

  .md\:-pb-135 {
    padding-bottom: -135px;
  }

  .md\:-pl-135 {
    padding-left: -135px;
  }

  .md\:pt-0p {
    padding-top: 0%;
  }

  .md\:pr-0p {
    padding-right: 0%;
  }

  .md\:pb-0p {
    padding-bottom: 0%;
  }

  .md\:pl-0p {
    padding-left: 0%;
  }

  .md\:pt-5p {
    padding-top: 5%;
  }

  .md\:pr-5p {
    padding-right: 5%;
  }

  .md\:pb-5p {
    padding-bottom: 5%;
  }

  .md\:pl-5p {
    padding-left: 5%;
  }

  .md\:pt-10p {
    padding-top: 10%;
  }

  .md\:pr-10p {
    padding-right: 10%;
  }

  .md\:pb-10p {
    padding-bottom: 10%;
  }

  .md\:pl-10p {
    padding-left: 10%;
  }

  .md\:pt-15p {
    padding-top: 15%;
  }

  .md\:pr-15p {
    padding-right: 15%;
  }

  .md\:pb-15p {
    padding-bottom: 15%;
  }

  .md\:pl-15p {
    padding-left: 15%;
  }

  .md\:pt-20p {
    padding-top: 20%;
  }

  .md\:pr-20p {
    padding-right: 20%;
  }

  .md\:pb-20p {
    padding-bottom: 20%;
  }

  .md\:pl-20p {
    padding-left: 20%;
  }

  .md\:pt-25p {
    padding-top: 25%;
  }

  .md\:pr-25p {
    padding-right: 25%;
  }

  .md\:pb-25p {
    padding-bottom: 25%;
  }

  .md\:pl-25p {
    padding-left: 25%;
  }

  .md\:pt-30p {
    padding-top: 30%;
  }

  .md\:pr-30p {
    padding-right: 30%;
  }

  .md\:pb-30p {
    padding-bottom: 30%;
  }

  .md\:pl-30p {
    padding-left: 30%;
  }

  .md\:pt-35p {
    padding-top: 35%;
  }

  .md\:pr-35p {
    padding-right: 35%;
  }

  .md\:pb-35p {
    padding-bottom: 35%;
  }

  .md\:pl-35p {
    padding-left: 35%;
  }

  .md\:pt-40p {
    padding-top: 40%;
  }

  .md\:pr-40p {
    padding-right: 40%;
  }

  .md\:pb-40p {
    padding-bottom: 40%;
  }

  .md\:pl-40p {
    padding-left: 40%;
  }

  .md\:pt-45p {
    padding-top: 45%;
  }

  .md\:pr-45p {
    padding-right: 45%;
  }

  .md\:pb-45p {
    padding-bottom: 45%;
  }

  .md\:pl-45p {
    padding-left: 45%;
  }

  .md\:pt-50p {
    padding-top: 50%;
  }

  .md\:pr-50p {
    padding-right: 50%;
  }

  .md\:pb-50p {
    padding-bottom: 50%;
  }

  .md\:pl-50p {
    padding-left: 50%;
  }

  .md\:pt-55p {
    padding-top: 55%;
  }

  .md\:pr-55p {
    padding-right: 55%;
  }

  .md\:pb-55p {
    padding-bottom: 55%;
  }

  .md\:pl-55p {
    padding-left: 55%;
  }

  .md\:pt-60p {
    padding-top: 60%;
  }

  .md\:pr-60p {
    padding-right: 60%;
  }

  .md\:pb-60p {
    padding-bottom: 60%;
  }

  .md\:pl-60p {
    padding-left: 60%;
  }

  .md\:pt-65p {
    padding-top: 65%;
  }

  .md\:pr-65p {
    padding-right: 65%;
  }

  .md\:pb-65p {
    padding-bottom: 65%;
  }

  .md\:pl-65p {
    padding-left: 65%;
  }

  .md\:pt-70p {
    padding-top: 70%;
  }

  .md\:pr-70p {
    padding-right: 70%;
  }

  .md\:pb-70p {
    padding-bottom: 70%;
  }

  .md\:pl-70p {
    padding-left: 70%;
  }

  .md\:pt-75p {
    padding-top: 75%;
  }

  .md\:pr-75p {
    padding-right: 75%;
  }

  .md\:pb-75p {
    padding-bottom: 75%;
  }

  .md\:pl-75p {
    padding-left: 75%;
  }

  .md\:pt-80p {
    padding-top: 80%;
  }

  .md\:pr-80p {
    padding-right: 80%;
  }

  .md\:pb-80p {
    padding-bottom: 80%;
  }

  .md\:pl-80p {
    padding-left: 80%;
  }

  .md\:pt-85p {
    padding-top: 85%;
  }

  .md\:pr-85p {
    padding-right: 85%;
  }

  .md\:pb-85p {
    padding-bottom: 85%;
  }

  .md\:pl-85p {
    padding-left: 85%;
  }

  .md\:pt-90p {
    padding-top: 90%;
  }

  .md\:pr-90p {
    padding-right: 90%;
  }

  .md\:pb-90p {
    padding-bottom: 90%;
  }

  .md\:pl-90p {
    padding-left: 90%;
  }

  .md\:pt-95p {
    padding-top: 95%;
  }

  .md\:pr-95p {
    padding-right: 95%;
  }

  .md\:pb-95p {
    padding-bottom: 95%;
  }

  .md\:pl-95p {
    padding-left: 95%;
  }

  .md\:pt-100p {
    padding-top: 100%;
  }

  .md\:pr-100p {
    padding-right: 100%;
  }

  .md\:pb-100p {
    padding-bottom: 100%;
  }

  .md\:pl-100p {
    padding-left: 100%;
  }

  .md\:pt-66\.5p {
    padding-top: 66.5%;
  }

  .md\:pr-66\.5p {
    padding-right: 66.5%;
  }

  .md\:pb-66\.5p {
    padding-bottom: 66.5%;
  }

  .md\:pl-66\.5p {
    padding-left: 66.5%;
  }

  .md\:pt-67\.5p {
    padding-top: 67.5%;
  }

  .md\:pr-67\.5p {
    padding-right: 67.5%;
  }

  .md\:pb-67\.5p {
    padding-bottom: 67.5%;
  }

  .md\:pl-67\.5p {
    padding-left: 67.5%;
  }

  .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-1::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(70, 70, 70, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-black-1:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(70, 70, 70, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-black-1::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(70, 70, 70, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-black-2::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(215, 215, 215, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-black-2:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(215, 215, 215, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-black-2::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(215, 215, 215, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-black-3::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-black-3:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-black-3::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-black-4::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 237, 237, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-black-4:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 237, 237, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-black-4::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 237, 237, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-black-5::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(68, 68, 68, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-black-5:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(68, 68, 68, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-black-5::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(68, 68, 68, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-black-6::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(108, 108, 108, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-black-6:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(108, 108, 108, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-black-6::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(108, 108, 108, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-black::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-black:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-black::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-white-1::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 244, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-white-1:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 244, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-white-1::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 244, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-white::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-white:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-white::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-pink-1::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 101, 147, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-pink-1:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 101, 147, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-pink-1::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 101, 147, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-pink::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 139, 174, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-pink:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 139, 174, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-pink::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 139, 174, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-red-1::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(231, 6, 31, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-red-1:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(231, 6, 31, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-red-1::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(231, 6, 31, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-red::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 0, 22, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-red:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 0, 22, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-red::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 0, 22, 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-1:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(70, 70, 70, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-black-1:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(70, 70, 70, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-black-1:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(70, 70, 70, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-black-2:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(215, 215, 215, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-black-2:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(215, 215, 215, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-black-2:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(215, 215, 215, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-black-3:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-black-3:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-black-3:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-black-4:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 237, 237, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-black-4:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 237, 237, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-black-4:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 237, 237, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-black-5:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(68, 68, 68, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-black-5:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(68, 68, 68, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-black-5:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(68, 68, 68, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-black-6:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(108, 108, 108, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-black-6:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(108, 108, 108, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-black-6:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(108, 108, 108, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-black:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-black:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-black:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-white-1:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 244, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-white-1:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 244, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-white-1:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 244, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-white:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-white:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-white:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-pink-1:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 101, 147, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-pink-1:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 101, 147, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-pink-1:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 101, 147, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-pink:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 139, 174, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-pink:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 139, 174, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-pink:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 139, 174, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-red-1:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(231, 6, 31, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-red-1:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(231, 6, 31, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-red-1:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(231, 6, 31, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-red:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 0, 22, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-red:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 0, 22, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-red:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 0, 22, 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-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-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-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-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-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-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-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-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: sticky;
  }

  .md\:inset-0 {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }

  .md\:inset-3 {
    top: 3px;
    right: 3px;
    bottom: 3px;
    left: 3px;
  }

  .md\:inset-5 {
    top: 5px;
    right: 5px;
    bottom: 5px;
    left: 5px;
  }

  .md\:inset-8 {
    top: 8px;
    right: 8px;
    bottom: 8px;
    left: 8px;
  }

  .md\:inset-10 {
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
  }

  .md\:inset-12 {
    top: 12px;
    right: 12px;
    bottom: 12px;
    left: 12px;
  }

  .md\:inset-14 {
    top: 14px;
    right: 14px;
    bottom: 14px;
    left: 14px;
  }

  .md\:inset-15 {
    top: 15px;
    right: 15px;
    bottom: 15px;
    left: 15px;
  }

  .md\:inset-16 {
    top: 16px;
    right: 16px;
    bottom: 16px;
    left: 16px;
  }

  .md\:inset-20 {
    top: 20px;
    right: 20px;
    bottom: 20px;
    left: 20px;
  }

  .md\:inset-24 {
    top: 24px;
    right: 24px;
    bottom: 24px;
    left: 24px;
  }

  .md\:inset-28 {
    top: 28px;
    right: 28px;
    bottom: 28px;
    left: 28px;
  }

  .md\:inset-29 {
    top: 29px;
    right: 29px;
    bottom: 29px;
    left: 29px;
  }

  .md\:inset-30 {
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
  }

  .md\:inset-32 {
    top: 32px;
    right: 32px;
    bottom: 32px;
    left: 32px;
  }

  .md\:inset-35 {
    top: 35px;
    right: 35px;
    bottom: 35px;
    left: 35px;
  }

  .md\:inset-36 {
    top: 36px;
    right: 36px;
    bottom: 36px;
    left: 36px;
  }

  .md\:inset-37 {
    top: 37px;
    right: 37px;
    bottom: 37px;
    left: 37px;
  }

  .md\:inset-39 {
    top: 39px;
    right: 39px;
    bottom: 39px;
    left: 39px;
  }

  .md\:inset-40 {
    top: 40px;
    right: 40px;
    bottom: 40px;
    left: 40px;
  }

  .md\:inset-47 {
    top: 47px;
    right: 47px;
    bottom: 47px;
    left: 47px;
  }

  .md\:inset-50 {
    top: 50px;
    right: 50px;
    bottom: 50px;
    left: 50px;
  }

  .md\:inset-56 {
    top: 56px;
    right: 56px;
    bottom: 56px;
    left: 56px;
  }

  .md\:inset-64 {
    top: 64px;
    right: 64px;
    bottom: 64px;
    left: 64px;
  }

  .md\:inset-70 {
    top: 70px;
    right: 70px;
    bottom: 70px;
    left: 70px;
  }

  .md\:inset-72 {
    top: 72px;
    right: 72px;
    bottom: 72px;
    left: 72px;
  }

  .md\:inset-75 {
    top: 75px;
    right: 75px;
    bottom: 75px;
    left: 75px;
  }

  .md\:inset-80 {
    top: 80px;
    right: 80px;
    bottom: 80px;
    left: 80px;
  }

  .md\:inset-83 {
    top: 83px;
    right: 83px;
    bottom: 83px;
    left: 83px;
  }

  .md\:inset-100 {
    top: 100px;
    right: 100px;
    bottom: 100px;
    left: 100px;
  }

  .md\:inset-118 {
    top: 118px;
    right: 118px;
    bottom: 118px;
    left: 118px;
  }

  .md\:inset-130 {
    top: 130px;
    right: 130px;
    bottom: 130px;
    left: 130px;
  }

  .md\:inset-150 {
    top: 150px;
    right: 150px;
    bottom: 150px;
    left: 150px;
  }

  .md\:inset-180 {
    top: 180px;
    right: 180px;
    bottom: 180px;
    left: 180px;
  }

  .md\:inset-213 {
    top: 213px;
    right: 213px;
    bottom: 213px;
    left: 213px;
  }

  .md\:inset-225 {
    top: 225px;
    right: 225px;
    bottom: 225px;
    left: 225px;
  }

  .md\:inset-250 {
    top: 250px;
    right: 250px;
    bottom: 250px;
    left: 250px;
  }

  .md\:inset-300 {
    top: 300px;
    right: 300px;
    bottom: 300px;
    left: 300px;
  }

  .md\:inset-320 {
    top: 320px;
    right: 320px;
    bottom: 320px;
    left: 320px;
  }

  .md\:inset-345 {
    top: 345px;
    right: 345px;
    bottom: 345px;
    left: 345px;
  }

  .md\:inset-485 {
    top: 485px;
    right: 485px;
    bottom: 485px;
    left: 485px;
  }

  .md\:inset-auto {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .md\:inset-px {
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: 1px;
  }

  .md\:-inset-135 {
    top: -135px;
    right: -135px;
    bottom: -135px;
    left: -135px;
  }

  .md\:inset-0p {
    top: 0%;
    right: 0%;
    bottom: 0%;
    left: 0%;
  }

  .md\:inset-5p {
    top: 5%;
    right: 5%;
    bottom: 5%;
    left: 5%;
  }

  .md\:inset-10p {
    top: 10%;
    right: 10%;
    bottom: 10%;
    left: 10%;
  }

  .md\:inset-15p {
    top: 15%;
    right: 15%;
    bottom: 15%;
    left: 15%;
  }

  .md\:inset-20p {
    top: 20%;
    right: 20%;
    bottom: 20%;
    left: 20%;
  }

  .md\:inset-25p {
    top: 25%;
    right: 25%;
    bottom: 25%;
    left: 25%;
  }

  .md\:inset-30p {
    top: 30%;
    right: 30%;
    bottom: 30%;
    left: 30%;
  }

  .md\:inset-35p {
    top: 35%;
    right: 35%;
    bottom: 35%;
    left: 35%;
  }

  .md\:inset-40p {
    top: 40%;
    right: 40%;
    bottom: 40%;
    left: 40%;
  }

  .md\:inset-45p {
    top: 45%;
    right: 45%;
    bottom: 45%;
    left: 45%;
  }

  .md\:inset-50p {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .md\:inset-55p {
    top: 55%;
    right: 55%;
    bottom: 55%;
    left: 55%;
  }

  .md\:inset-60p {
    top: 60%;
    right: 60%;
    bottom: 60%;
    left: 60%;
  }

  .md\:inset-65p {
    top: 65%;
    right: 65%;
    bottom: 65%;
    left: 65%;
  }

  .md\:inset-70p {
    top: 70%;
    right: 70%;
    bottom: 70%;
    left: 70%;
  }

  .md\:inset-75p {
    top: 75%;
    right: 75%;
    bottom: 75%;
    left: 75%;
  }

  .md\:inset-80p {
    top: 80%;
    right: 80%;
    bottom: 80%;
    left: 80%;
  }

  .md\:inset-85p {
    top: 85%;
    right: 85%;
    bottom: 85%;
    left: 85%;
  }

  .md\:inset-90p {
    top: 90%;
    right: 90%;
    bottom: 90%;
    left: 90%;
  }

  .md\:inset-95p {
    top: 95%;
    right: 95%;
    bottom: 95%;
    left: 95%;
  }

  .md\:inset-100p {
    top: 100%;
    right: 100%;
    bottom: 100%;
    left: 100%;
  }

  .md\:inset-66\.5p {
    top: 66.5%;
    right: 66.5%;
    bottom: 66.5%;
    left: 66.5%;
  }

  .md\:inset-67\.5p {
    top: 67.5%;
    right: 67.5%;
    bottom: 67.5%;
    left: 67.5%;
  }

  .md\:-inset-0 {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }

  .md\:-inset-3 {
    top: -3px;
    right: -3px;
    bottom: -3px;
    left: -3px;
  }

  .md\:-inset-5 {
    top: -5px;
    right: -5px;
    bottom: -5px;
    left: -5px;
  }

  .md\:-inset-8 {
    top: -8px;
    right: -8px;
    bottom: -8px;
    left: -8px;
  }

  .md\:-inset-10 {
    top: -10px;
    right: -10px;
    bottom: -10px;
    left: -10px;
  }

  .md\:-inset-12 {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
  }

  .md\:-inset-14 {
    top: -14px;
    right: -14px;
    bottom: -14px;
    left: -14px;
  }

  .md\:-inset-15 {
    top: -15px;
    right: -15px;
    bottom: -15px;
    left: -15px;
  }

  .md\:-inset-16 {
    top: -16px;
    right: -16px;
    bottom: -16px;
    left: -16px;
  }

  .md\:-inset-20 {
    top: -20px;
    right: -20px;
    bottom: -20px;
    left: -20px;
  }

  .md\:-inset-24 {
    top: -24px;
    right: -24px;
    bottom: -24px;
    left: -24px;
  }

  .md\:-inset-28 {
    top: -28px;
    right: -28px;
    bottom: -28px;
    left: -28px;
  }

  .md\:-inset-29 {
    top: -29px;
    right: -29px;
    bottom: -29px;
    left: -29px;
  }

  .md\:-inset-30 {
    top: -30px;
    right: -30px;
    bottom: -30px;
    left: -30px;
  }

  .md\:-inset-32 {
    top: -32px;
    right: -32px;
    bottom: -32px;
    left: -32px;
  }

  .md\:-inset-35 {
    top: -35px;
    right: -35px;
    bottom: -35px;
    left: -35px;
  }

  .md\:-inset-36 {
    top: -36px;
    right: -36px;
    bottom: -36px;
    left: -36px;
  }

  .md\:-inset-37 {
    top: -37px;
    right: -37px;
    bottom: -37px;
    left: -37px;
  }

  .md\:-inset-39 {
    top: -39px;
    right: -39px;
    bottom: -39px;
    left: -39px;
  }

  .md\:-inset-40 {
    top: -40px;
    right: -40px;
    bottom: -40px;
    left: -40px;
  }

  .md\:-inset-47 {
    top: -47px;
    right: -47px;
    bottom: -47px;
    left: -47px;
  }

  .md\:-inset-50 {
    top: -50px;
    right: -50px;
    bottom: -50px;
    left: -50px;
  }

  .md\:-inset-56 {
    top: -56px;
    right: -56px;
    bottom: -56px;
    left: -56px;
  }

  .md\:-inset-64 {
    top: -64px;
    right: -64px;
    bottom: -64px;
    left: -64px;
  }

  .md\:-inset-70 {
    top: -70px;
    right: -70px;
    bottom: -70px;
    left: -70px;
  }

  .md\:-inset-72 {
    top: -72px;
    right: -72px;
    bottom: -72px;
    left: -72px;
  }

  .md\:-inset-75 {
    top: -75px;
    right: -75px;
    bottom: -75px;
    left: -75px;
  }

  .md\:-inset-80 {
    top: -80px;
    right: -80px;
    bottom: -80px;
    left: -80px;
  }

  .md\:-inset-83 {
    top: -83px;
    right: -83px;
    bottom: -83px;
    left: -83px;
  }

  .md\:-inset-100 {
    top: -100px;
    right: -100px;
    bottom: -100px;
    left: -100px;
  }

  .md\:-inset-118 {
    top: -118px;
    right: -118px;
    bottom: -118px;
    left: -118px;
  }

  .md\:-inset-130 {
    top: -130px;
    right: -130px;
    bottom: -130px;
    left: -130px;
  }

  .md\:-inset-150 {
    top: -150px;
    right: -150px;
    bottom: -150px;
    left: -150px;
  }

  .md\:-inset-180 {
    top: -180px;
    right: -180px;
    bottom: -180px;
    left: -180px;
  }

  .md\:-inset-213 {
    top: -213px;
    right: -213px;
    bottom: -213px;
    left: -213px;
  }

  .md\:-inset-225 {
    top: -225px;
    right: -225px;
    bottom: -225px;
    left: -225px;
  }

  .md\:-inset-250 {
    top: -250px;
    right: -250px;
    bottom: -250px;
    left: -250px;
  }

  .md\:-inset-300 {
    top: -300px;
    right: -300px;
    bottom: -300px;
    left: -300px;
  }

  .md\:-inset-320 {
    top: -320px;
    right: -320px;
    bottom: -320px;
    left: -320px;
  }

  .md\:-inset-345 {
    top: -345px;
    right: -345px;
    bottom: -345px;
    left: -345px;
  }

  .md\:-inset-485 {
    top: -485px;
    right: -485px;
    bottom: -485px;
    left: -485px;
  }

  .md\:-inset-px {
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
  }

  .md\:-inset--135 {
    top: 135px;
    right: 135px;
    bottom: 135px;
    left: 135px;
  }

  .md\:-inset-0p {
    top: 0%;
    right: 0%;
    bottom: 0%;
    left: 0%;
  }

  .md\:-inset-5p {
    top: -5%;
    right: -5%;
    bottom: -5%;
    left: -5%;
  }

  .md\:-inset-10p {
    top: -10%;
    right: -10%;
    bottom: -10%;
    left: -10%;
  }

  .md\:-inset-15p {
    top: -15%;
    right: -15%;
    bottom: -15%;
    left: -15%;
  }

  .md\:-inset-20p {
    top: -20%;
    right: -20%;
    bottom: -20%;
    left: -20%;
  }

  .md\:-inset-25p {
    top: -25%;
    right: -25%;
    bottom: -25%;
    left: -25%;
  }

  .md\:-inset-30p {
    top: -30%;
    right: -30%;
    bottom: -30%;
    left: -30%;
  }

  .md\:-inset-35p {
    top: -35%;
    right: -35%;
    bottom: -35%;
    left: -35%;
  }

  .md\:-inset-40p {
    top: -40%;
    right: -40%;
    bottom: -40%;
    left: -40%;
  }

  .md\:-inset-45p {
    top: -45%;
    right: -45%;
    bottom: -45%;
    left: -45%;
  }

  .md\:-inset-50p {
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .md\:-inset-55p {
    top: -55%;
    right: -55%;
    bottom: -55%;
    left: -55%;
  }

  .md\:-inset-60p {
    top: -60%;
    right: -60%;
    bottom: -60%;
    left: -60%;
  }

  .md\:-inset-65p {
    top: -65%;
    right: -65%;
    bottom: -65%;
    left: -65%;
  }

  .md\:-inset-70p {
    top: -70%;
    right: -70%;
    bottom: -70%;
    left: -70%;
  }

  .md\:-inset-75p {
    top: -75%;
    right: -75%;
    bottom: -75%;
    left: -75%;
  }

  .md\:-inset-80p {
    top: -80%;
    right: -80%;
    bottom: -80%;
    left: -80%;
  }

  .md\:-inset-85p {
    top: -85%;
    right: -85%;
    bottom: -85%;
    left: -85%;
  }

  .md\:-inset-90p {
    top: -90%;
    right: -90%;
    bottom: -90%;
    left: -90%;
  }

  .md\:-inset-95p {
    top: -95%;
    right: -95%;
    bottom: -95%;
    left: -95%;
  }

  .md\:-inset-100p {
    top: -100%;
    right: -100%;
    bottom: -100%;
    left: -100%;
  }

  .md\:-inset-66\.5p {
    top: -66.5%;
    right: -66.5%;
    bottom: -66.5%;
    left: -66.5%;
  }

  .md\:-inset-67\.5p {
    top: -67.5%;
    right: -67.5%;
    bottom: -67.5%;
    left: -67.5%;
  }

  .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-3 {
    top: 3px;
    bottom: 3px;
  }

  .md\:inset-x-3 {
    right: 3px;
    left: 3px;
  }

  .md\:inset-y-5 {
    top: 5px;
    bottom: 5px;
  }

  .md\:inset-x-5 {
    right: 5px;
    left: 5px;
  }

  .md\:inset-y-8 {
    top: 8px;
    bottom: 8px;
  }

  .md\:inset-x-8 {
    right: 8px;
    left: 8px;
  }

  .md\:inset-y-10 {
    top: 10px;
    bottom: 10px;
  }

  .md\:inset-x-10 {
    right: 10px;
    left: 10px;
  }

  .md\:inset-y-12 {
    top: 12px;
    bottom: 12px;
  }

  .md\:inset-x-12 {
    right: 12px;
    left: 12px;
  }

  .md\:inset-y-14 {
    top: 14px;
    bottom: 14px;
  }

  .md\:inset-x-14 {
    right: 14px;
    left: 14px;
  }

  .md\:inset-y-15 {
    top: 15px;
    bottom: 15px;
  }

  .md\:inset-x-15 {
    right: 15px;
    left: 15px;
  }

  .md\:inset-y-16 {
    top: 16px;
    bottom: 16px;
  }

  .md\:inset-x-16 {
    right: 16px;
    left: 16px;
  }

  .md\:inset-y-20 {
    top: 20px;
    bottom: 20px;
  }

  .md\:inset-x-20 {
    right: 20px;
    left: 20px;
  }

  .md\:inset-y-24 {
    top: 24px;
    bottom: 24px;
  }

  .md\:inset-x-24 {
    right: 24px;
    left: 24px;
  }

  .md\:inset-y-28 {
    top: 28px;
    bottom: 28px;
  }

  .md\:inset-x-28 {
    right: 28px;
    left: 28px;
  }

  .md\:inset-y-29 {
    top: 29px;
    bottom: 29px;
  }

  .md\:inset-x-29 {
    right: 29px;
    left: 29px;
  }

  .md\:inset-y-30 {
    top: 30px;
    bottom: 30px;
  }

  .md\:inset-x-30 {
    right: 30px;
    left: 30px;
  }

  .md\:inset-y-32 {
    top: 32px;
    bottom: 32px;
  }

  .md\:inset-x-32 {
    right: 32px;
    left: 32px;
  }

  .md\:inset-y-35 {
    top: 35px;
    bottom: 35px;
  }

  .md\:inset-x-35 {
    right: 35px;
    left: 35px;
  }

  .md\:inset-y-36 {
    top: 36px;
    bottom: 36px;
  }

  .md\:inset-x-36 {
    right: 36px;
    left: 36px;
  }

  .md\:inset-y-37 {
    top: 37px;
    bottom: 37px;
  }

  .md\:inset-x-37 {
    right: 37px;
    left: 37px;
  }

  .md\:inset-y-39 {
    top: 39px;
    bottom: 39px;
  }

  .md\:inset-x-39 {
    right: 39px;
    left: 39px;
  }

  .md\:inset-y-40 {
    top: 40px;
    bottom: 40px;
  }

  .md\:inset-x-40 {
    right: 40px;
    left: 40px;
  }

  .md\:inset-y-47 {
    top: 47px;
    bottom: 47px;
  }

  .md\:inset-x-47 {
    right: 47px;
    left: 47px;
  }

  .md\:inset-y-50 {
    top: 50px;
    bottom: 50px;
  }

  .md\:inset-x-50 {
    right: 50px;
    left: 50px;
  }

  .md\:inset-y-56 {
    top: 56px;
    bottom: 56px;
  }

  .md\:inset-x-56 {
    right: 56px;
    left: 56px;
  }

  .md\:inset-y-64 {
    top: 64px;
    bottom: 64px;
  }

  .md\:inset-x-64 {
    right: 64px;
    left: 64px;
  }

  .md\:inset-y-70 {
    top: 70px;
    bottom: 70px;
  }

  .md\:inset-x-70 {
    right: 70px;
    left: 70px;
  }

  .md\:inset-y-72 {
    top: 72px;
    bottom: 72px;
  }

  .md\:inset-x-72 {
    right: 72px;
    left: 72px;
  }

  .md\:inset-y-75 {
    top: 75px;
    bottom: 75px;
  }

  .md\:inset-x-75 {
    right: 75px;
    left: 75px;
  }

  .md\:inset-y-80 {
    top: 80px;
    bottom: 80px;
  }

  .md\:inset-x-80 {
    right: 80px;
    left: 80px;
  }

  .md\:inset-y-83 {
    top: 83px;
    bottom: 83px;
  }

  .md\:inset-x-83 {
    right: 83px;
    left: 83px;
  }

  .md\:inset-y-100 {
    top: 100px;
    bottom: 100px;
  }

  .md\:inset-x-100 {
    right: 100px;
    left: 100px;
  }

  .md\:inset-y-118 {
    top: 118px;
    bottom: 118px;
  }

  .md\:inset-x-118 {
    right: 118px;
    left: 118px;
  }

  .md\:inset-y-130 {
    top: 130px;
    bottom: 130px;
  }

  .md\:inset-x-130 {
    right: 130px;
    left: 130px;
  }

  .md\:inset-y-150 {
    top: 150px;
    bottom: 150px;
  }

  .md\:inset-x-150 {
    right: 150px;
    left: 150px;
  }

  .md\:inset-y-180 {
    top: 180px;
    bottom: 180px;
  }

  .md\:inset-x-180 {
    right: 180px;
    left: 180px;
  }

  .md\:inset-y-213 {
    top: 213px;
    bottom: 213px;
  }

  .md\:inset-x-213 {
    right: 213px;
    left: 213px;
  }

  .md\:inset-y-225 {
    top: 225px;
    bottom: 225px;
  }

  .md\:inset-x-225 {
    right: 225px;
    left: 225px;
  }

  .md\:inset-y-250 {
    top: 250px;
    bottom: 250px;
  }

  .md\:inset-x-250 {
    right: 250px;
    left: 250px;
  }

  .md\:inset-y-300 {
    top: 300px;
    bottom: 300px;
  }

  .md\:inset-x-300 {
    right: 300px;
    left: 300px;
  }

  .md\:inset-y-320 {
    top: 320px;
    bottom: 320px;
  }

  .md\:inset-x-320 {
    right: 320px;
    left: 320px;
  }

  .md\:inset-y-345 {
    top: 345px;
    bottom: 345px;
  }

  .md\:inset-x-345 {
    right: 345px;
    left: 345px;
  }

  .md\:inset-y-485 {
    top: 485px;
    bottom: 485px;
  }

  .md\:inset-x-485 {
    right: 485px;
    left: 485px;
  }

  .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-135 {
    top: -135px;
    bottom: -135px;
  }

  .md\:-inset-x-135 {
    right: -135px;
    left: -135px;
  }

  .md\:inset-y-0p {
    top: 0%;
    bottom: 0%;
  }

  .md\:inset-x-0p {
    right: 0%;
    left: 0%;
  }

  .md\:inset-y-5p {
    top: 5%;
    bottom: 5%;
  }

  .md\:inset-x-5p {
    right: 5%;
    left: 5%;
  }

  .md\:inset-y-10p {
    top: 10%;
    bottom: 10%;
  }

  .md\:inset-x-10p {
    right: 10%;
    left: 10%;
  }

  .md\:inset-y-15p {
    top: 15%;
    bottom: 15%;
  }

  .md\:inset-x-15p {
    right: 15%;
    left: 15%;
  }

  .md\:inset-y-20p {
    top: 20%;
    bottom: 20%;
  }

  .md\:inset-x-20p {
    right: 20%;
    left: 20%;
  }

  .md\:inset-y-25p {
    top: 25%;
    bottom: 25%;
  }

  .md\:inset-x-25p {
    right: 25%;
    left: 25%;
  }

  .md\:inset-y-30p {
    top: 30%;
    bottom: 30%;
  }

  .md\:inset-x-30p {
    right: 30%;
    left: 30%;
  }

  .md\:inset-y-35p {
    top: 35%;
    bottom: 35%;
  }

  .md\:inset-x-35p {
    right: 35%;
    left: 35%;
  }

  .md\:inset-y-40p {
    top: 40%;
    bottom: 40%;
  }

  .md\:inset-x-40p {
    right: 40%;
    left: 40%;
  }

  .md\:inset-y-45p {
    top: 45%;
    bottom: 45%;
  }

  .md\:inset-x-45p {
    right: 45%;
    left: 45%;
  }

  .md\:inset-y-50p {
    top: 50%;
    bottom: 50%;
  }

  .md\:inset-x-50p {
    right: 50%;
    left: 50%;
  }

  .md\:inset-y-55p {
    top: 55%;
    bottom: 55%;
  }

  .md\:inset-x-55p {
    right: 55%;
    left: 55%;
  }

  .md\:inset-y-60p {
    top: 60%;
    bottom: 60%;
  }

  .md\:inset-x-60p {
    right: 60%;
    left: 60%;
  }

  .md\:inset-y-65p {
    top: 65%;
    bottom: 65%;
  }

  .md\:inset-x-65p {
    right: 65%;
    left: 65%;
  }

  .md\:inset-y-70p {
    top: 70%;
    bottom: 70%;
  }

  .md\:inset-x-70p {
    right: 70%;
    left: 70%;
  }

  .md\:inset-y-75p {
    top: 75%;
    bottom: 75%;
  }

  .md\:inset-x-75p {
    right: 75%;
    left: 75%;
  }

  .md\:inset-y-80p {
    top: 80%;
    bottom: 80%;
  }

  .md\:inset-x-80p {
    right: 80%;
    left: 80%;
  }

  .md\:inset-y-85p {
    top: 85%;
    bottom: 85%;
  }

  .md\:inset-x-85p {
    right: 85%;
    left: 85%;
  }

  .md\:inset-y-90p {
    top: 90%;
    bottom: 90%;
  }

  .md\:inset-x-90p {
    right: 90%;
    left: 90%;
  }

  .md\:inset-y-95p {
    top: 95%;
    bottom: 95%;
  }

  .md\:inset-x-95p {
    right: 95%;
    left: 95%;
  }

  .md\:inset-y-100p {
    top: 100%;
    bottom: 100%;
  }

  .md\:inset-x-100p {
    right: 100%;
    left: 100%;
  }

  .md\:inset-y-66\.5p {
    top: 66.5%;
    bottom: 66.5%;
  }

  .md\:inset-x-66\.5p {
    right: 66.5%;
    left: 66.5%;
  }

  .md\:inset-y-67\.5p {
    top: 67.5%;
    bottom: 67.5%;
  }

  .md\:inset-x-67\.5p {
    right: 67.5%;
    left: 67.5%;
  }

  .md\:-inset-y-0 {
    top: 0px;
    bottom: 0px;
  }

  .md\:-inset-x-0 {
    right: 0px;
    left: 0px;
  }

  .md\:-inset-y-3 {
    top: -3px;
    bottom: -3px;
  }

  .md\:-inset-x-3 {
    right: -3px;
    left: -3px;
  }

  .md\:-inset-y-5 {
    top: -5px;
    bottom: -5px;
  }

  .md\:-inset-x-5 {
    right: -5px;
    left: -5px;
  }

  .md\:-inset-y-8 {
    top: -8px;
    bottom: -8px;
  }

  .md\:-inset-x-8 {
    right: -8px;
    left: -8px;
  }

  .md\:-inset-y-10 {
    top: -10px;
    bottom: -10px;
  }

  .md\:-inset-x-10 {
    right: -10px;
    left: -10px;
  }

  .md\:-inset-y-12 {
    top: -12px;
    bottom: -12px;
  }

  .md\:-inset-x-12 {
    right: -12px;
    left: -12px;
  }

  .md\:-inset-y-14 {
    top: -14px;
    bottom: -14px;
  }

  .md\:-inset-x-14 {
    right: -14px;
    left: -14px;
  }

  .md\:-inset-y-15 {
    top: -15px;
    bottom: -15px;
  }

  .md\:-inset-x-15 {
    right: -15px;
    left: -15px;
  }

  .md\:-inset-y-16 {
    top: -16px;
    bottom: -16px;
  }

  .md\:-inset-x-16 {
    right: -16px;
    left: -16px;
  }

  .md\:-inset-y-20 {
    top: -20px;
    bottom: -20px;
  }

  .md\:-inset-x-20 {
    right: -20px;
    left: -20px;
  }

  .md\:-inset-y-24 {
    top: -24px;
    bottom: -24px;
  }

  .md\:-inset-x-24 {
    right: -24px;
    left: -24px;
  }

  .md\:-inset-y-28 {
    top: -28px;
    bottom: -28px;
  }

  .md\:-inset-x-28 {
    right: -28px;
    left: -28px;
  }

  .md\:-inset-y-29 {
    top: -29px;
    bottom: -29px;
  }

  .md\:-inset-x-29 {
    right: -29px;
    left: -29px;
  }

  .md\:-inset-y-30 {
    top: -30px;
    bottom: -30px;
  }

  .md\:-inset-x-30 {
    right: -30px;
    left: -30px;
  }

  .md\:-inset-y-32 {
    top: -32px;
    bottom: -32px;
  }

  .md\:-inset-x-32 {
    right: -32px;
    left: -32px;
  }

  .md\:-inset-y-35 {
    top: -35px;
    bottom: -35px;
  }

  .md\:-inset-x-35 {
    right: -35px;
    left: -35px;
  }

  .md\:-inset-y-36 {
    top: -36px;
    bottom: -36px;
  }

  .md\:-inset-x-36 {
    right: -36px;
    left: -36px;
  }

  .md\:-inset-y-37 {
    top: -37px;
    bottom: -37px;
  }

  .md\:-inset-x-37 {
    right: -37px;
    left: -37px;
  }

  .md\:-inset-y-39 {
    top: -39px;
    bottom: -39px;
  }

  .md\:-inset-x-39 {
    right: -39px;
    left: -39px;
  }

  .md\:-inset-y-40 {
    top: -40px;
    bottom: -40px;
  }

  .md\:-inset-x-40 {
    right: -40px;
    left: -40px;
  }

  .md\:-inset-y-47 {
    top: -47px;
    bottom: -47px;
  }

  .md\:-inset-x-47 {
    right: -47px;
    left: -47px;
  }

  .md\:-inset-y-50 {
    top: -50px;
    bottom: -50px;
  }

  .md\:-inset-x-50 {
    right: -50px;
    left: -50px;
  }

  .md\:-inset-y-56 {
    top: -56px;
    bottom: -56px;
  }

  .md\:-inset-x-56 {
    right: -56px;
    left: -56px;
  }

  .md\:-inset-y-64 {
    top: -64px;
    bottom: -64px;
  }

  .md\:-inset-x-64 {
    right: -64px;
    left: -64px;
  }

  .md\:-inset-y-70 {
    top: -70px;
    bottom: -70px;
  }

  .md\:-inset-x-70 {
    right: -70px;
    left: -70px;
  }

  .md\:-inset-y-72 {
    top: -72px;
    bottom: -72px;
  }

  .md\:-inset-x-72 {
    right: -72px;
    left: -72px;
  }

  .md\:-inset-y-75 {
    top: -75px;
    bottom: -75px;
  }

  .md\:-inset-x-75 {
    right: -75px;
    left: -75px;
  }

  .md\:-inset-y-80 {
    top: -80px;
    bottom: -80px;
  }

  .md\:-inset-x-80 {
    right: -80px;
    left: -80px;
  }

  .md\:-inset-y-83 {
    top: -83px;
    bottom: -83px;
  }

  .md\:-inset-x-83 {
    right: -83px;
    left: -83px;
  }

  .md\:-inset-y-100 {
    top: -100px;
    bottom: -100px;
  }

  .md\:-inset-x-100 {
    right: -100px;
    left: -100px;
  }

  .md\:-inset-y-118 {
    top: -118px;
    bottom: -118px;
  }

  .md\:-inset-x-118 {
    right: -118px;
    left: -118px;
  }

  .md\:-inset-y-130 {
    top: -130px;
    bottom: -130px;
  }

  .md\:-inset-x-130 {
    right: -130px;
    left: -130px;
  }

  .md\:-inset-y-150 {
    top: -150px;
    bottom: -150px;
  }

  .md\:-inset-x-150 {
    right: -150px;
    left: -150px;
  }

  .md\:-inset-y-180 {
    top: -180px;
    bottom: -180px;
  }

  .md\:-inset-x-180 {
    right: -180px;
    left: -180px;
  }

  .md\:-inset-y-213 {
    top: -213px;
    bottom: -213px;
  }

  .md\:-inset-x-213 {
    right: -213px;
    left: -213px;
  }

  .md\:-inset-y-225 {
    top: -225px;
    bottom: -225px;
  }

  .md\:-inset-x-225 {
    right: -225px;
    left: -225px;
  }

  .md\:-inset-y-250 {
    top: -250px;
    bottom: -250px;
  }

  .md\:-inset-x-250 {
    right: -250px;
    left: -250px;
  }

  .md\:-inset-y-300 {
    top: -300px;
    bottom: -300px;
  }

  .md\:-inset-x-300 {
    right: -300px;
    left: -300px;
  }

  .md\:-inset-y-320 {
    top: -320px;
    bottom: -320px;
  }

  .md\:-inset-x-320 {
    right: -320px;
    left: -320px;
  }

  .md\:-inset-y-345 {
    top: -345px;
    bottom: -345px;
  }

  .md\:-inset-x-345 {
    right: -345px;
    left: -345px;
  }

  .md\:-inset-y-485 {
    top: -485px;
    bottom: -485px;
  }

  .md\:-inset-x-485 {
    right: -485px;
    left: -485px;
  }

  .md\:-inset-y-px {
    top: -1px;
    bottom: -1px;
  }

  .md\:-inset-x-px {
    right: -1px;
    left: -1px;
  }

  .md\:-inset-y--135 {
    top: 135px;
    bottom: 135px;
  }

  .md\:-inset-x--135 {
    right: 135px;
    left: 135px;
  }

  .md\:-inset-y-0p {
    top: 0%;
    bottom: 0%;
  }

  .md\:-inset-x-0p {
    right: 0%;
    left: 0%;
  }

  .md\:-inset-y-5p {
    top: -5%;
    bottom: -5%;
  }

  .md\:-inset-x-5p {
    right: -5%;
    left: -5%;
  }

  .md\:-inset-y-10p {
    top: -10%;
    bottom: -10%;
  }

  .md\:-inset-x-10p {
    right: -10%;
    left: -10%;
  }

  .md\:-inset-y-15p {
    top: -15%;
    bottom: -15%;
  }

  .md\:-inset-x-15p {
    right: -15%;
    left: -15%;
  }

  .md\:-inset-y-20p {
    top: -20%;
    bottom: -20%;
  }

  .md\:-inset-x-20p {
    right: -20%;
    left: -20%;
  }

  .md\:-inset-y-25p {
    top: -25%;
    bottom: -25%;
  }

  .md\:-inset-x-25p {
    right: -25%;
    left: -25%;
  }

  .md\:-inset-y-30p {
    top: -30%;
    bottom: -30%;
  }

  .md\:-inset-x-30p {
    right: -30%;
    left: -30%;
  }

  .md\:-inset-y-35p {
    top: -35%;
    bottom: -35%;
  }

  .md\:-inset-x-35p {
    right: -35%;
    left: -35%;
  }

  .md\:-inset-y-40p {
    top: -40%;
    bottom: -40%;
  }

  .md\:-inset-x-40p {
    right: -40%;
    left: -40%;
  }

  .md\:-inset-y-45p {
    top: -45%;
    bottom: -45%;
  }

  .md\:-inset-x-45p {
    right: -45%;
    left: -45%;
  }

  .md\:-inset-y-50p {
    top: -50%;
    bottom: -50%;
  }

  .md\:-inset-x-50p {
    right: -50%;
    left: -50%;
  }

  .md\:-inset-y-55p {
    top: -55%;
    bottom: -55%;
  }

  .md\:-inset-x-55p {
    right: -55%;
    left: -55%;
  }

  .md\:-inset-y-60p {
    top: -60%;
    bottom: -60%;
  }

  .md\:-inset-x-60p {
    right: -60%;
    left: -60%;
  }

  .md\:-inset-y-65p {
    top: -65%;
    bottom: -65%;
  }

  .md\:-inset-x-65p {
    right: -65%;
    left: -65%;
  }

  .md\:-inset-y-70p {
    top: -70%;
    bottom: -70%;
  }

  .md\:-inset-x-70p {
    right: -70%;
    left: -70%;
  }

  .md\:-inset-y-75p {
    top: -75%;
    bottom: -75%;
  }

  .md\:-inset-x-75p {
    right: -75%;
    left: -75%;
  }

  .md\:-inset-y-80p {
    top: -80%;
    bottom: -80%;
  }

  .md\:-inset-x-80p {
    right: -80%;
    left: -80%;
  }

  .md\:-inset-y-85p {
    top: -85%;
    bottom: -85%;
  }

  .md\:-inset-x-85p {
    right: -85%;
    left: -85%;
  }

  .md\:-inset-y-90p {
    top: -90%;
    bottom: -90%;
  }

  .md\:-inset-x-90p {
    right: -90%;
    left: -90%;
  }

  .md\:-inset-y-95p {
    top: -95%;
    bottom: -95%;
  }

  .md\:-inset-x-95p {
    right: -95%;
    left: -95%;
  }

  .md\:-inset-y-100p {
    top: -100%;
    bottom: -100%;
  }

  .md\:-inset-x-100p {
    right: -100%;
    left: -100%;
  }

  .md\:-inset-y-66\.5p {
    top: -66.5%;
    bottom: -66.5%;
  }

  .md\:-inset-x-66\.5p {
    right: -66.5%;
    left: -66.5%;
  }

  .md\:-inset-y-67\.5p {
    top: -67.5%;
    bottom: -67.5%;
  }

  .md\:-inset-x-67\.5p {
    right: -67.5%;
    left: -67.5%;
  }

  .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-3 {
    top: 3px;
  }

  .md\:right-3 {
    right: 3px;
  }

  .md\:bottom-3 {
    bottom: 3px;
  }

  .md\:left-3 {
    left: 3px;
  }

  .md\:top-5 {
    top: 5px;
  }

  .md\:right-5 {
    right: 5px;
  }

  .md\:bottom-5 {
    bottom: 5px;
  }

  .md\:left-5 {
    left: 5px;
  }

  .md\:top-8 {
    top: 8px;
  }

  .md\:right-8 {
    right: 8px;
  }

  .md\:bottom-8 {
    bottom: 8px;
  }

  .md\:left-8 {
    left: 8px;
  }

  .md\:top-10 {
    top: 10px;
  }

  .md\:right-10 {
    right: 10px;
  }

  .md\:bottom-10 {
    bottom: 10px;
  }

  .md\:left-10 {
    left: 10px;
  }

  .md\:top-12 {
    top: 12px;
  }

  .md\:right-12 {
    right: 12px;
  }

  .md\:bottom-12 {
    bottom: 12px;
  }

  .md\:left-12 {
    left: 12px;
  }

  .md\:top-14 {
    top: 14px;
  }

  .md\:right-14 {
    right: 14px;
  }

  .md\:bottom-14 {
    bottom: 14px;
  }

  .md\:left-14 {
    left: 14px;
  }

  .md\:top-15 {
    top: 15px;
  }

  .md\:right-15 {
    right: 15px;
  }

  .md\:bottom-15 {
    bottom: 15px;
  }

  .md\:left-15 {
    left: 15px;
  }

  .md\:top-16 {
    top: 16px;
  }

  .md\:right-16 {
    right: 16px;
  }

  .md\:bottom-16 {
    bottom: 16px;
  }

  .md\:left-16 {
    left: 16px;
  }

  .md\:top-20 {
    top: 20px;
  }

  .md\:right-20 {
    right: 20px;
  }

  .md\:bottom-20 {
    bottom: 20px;
  }

  .md\:left-20 {
    left: 20px;
  }

  .md\:top-24 {
    top: 24px;
  }

  .md\:right-24 {
    right: 24px;
  }

  .md\:bottom-24 {
    bottom: 24px;
  }

  .md\:left-24 {
    left: 24px;
  }

  .md\:top-28 {
    top: 28px;
  }

  .md\:right-28 {
    right: 28px;
  }

  .md\:bottom-28 {
    bottom: 28px;
  }

  .md\:left-28 {
    left: 28px;
  }

  .md\:top-29 {
    top: 29px;
  }

  .md\:right-29 {
    right: 29px;
  }

  .md\:bottom-29 {
    bottom: 29px;
  }

  .md\:left-29 {
    left: 29px;
  }

  .md\:top-30 {
    top: 30px;
  }

  .md\:right-30 {
    right: 30px;
  }

  .md\:bottom-30 {
    bottom: 30px;
  }

  .md\:left-30 {
    left: 30px;
  }

  .md\:top-32 {
    top: 32px;
  }

  .md\:right-32 {
    right: 32px;
  }

  .md\:bottom-32 {
    bottom: 32px;
  }

  .md\:left-32 {
    left: 32px;
  }

  .md\:top-35 {
    top: 35px;
  }

  .md\:right-35 {
    right: 35px;
  }

  .md\:bottom-35 {
    bottom: 35px;
  }

  .md\:left-35 {
    left: 35px;
  }

  .md\:top-36 {
    top: 36px;
  }

  .md\:right-36 {
    right: 36px;
  }

  .md\:bottom-36 {
    bottom: 36px;
  }

  .md\:left-36 {
    left: 36px;
  }

  .md\:top-37 {
    top: 37px;
  }

  .md\:right-37 {
    right: 37px;
  }

  .md\:bottom-37 {
    bottom: 37px;
  }

  .md\:left-37 {
    left: 37px;
  }

  .md\:top-39 {
    top: 39px;
  }

  .md\:right-39 {
    right: 39px;
  }

  .md\:bottom-39 {
    bottom: 39px;
  }

  .md\:left-39 {
    left: 39px;
  }

  .md\:top-40 {
    top: 40px;
  }

  .md\:right-40 {
    right: 40px;
  }

  .md\:bottom-40 {
    bottom: 40px;
  }

  .md\:left-40 {
    left: 40px;
  }

  .md\:top-47 {
    top: 47px;
  }

  .md\:right-47 {
    right: 47px;
  }

  .md\:bottom-47 {
    bottom: 47px;
  }

  .md\:left-47 {
    left: 47px;
  }

  .md\:top-50 {
    top: 50px;
  }

  .md\:right-50 {
    right: 50px;
  }

  .md\:bottom-50 {
    bottom: 50px;
  }

  .md\:left-50 {
    left: 50px;
  }

  .md\:top-56 {
    top: 56px;
  }

  .md\:right-56 {
    right: 56px;
  }

  .md\:bottom-56 {
    bottom: 56px;
  }

  .md\:left-56 {
    left: 56px;
  }

  .md\:top-64 {
    top: 64px;
  }

  .md\:right-64 {
    right: 64px;
  }

  .md\:bottom-64 {
    bottom: 64px;
  }

  .md\:left-64 {
    left: 64px;
  }

  .md\:top-70 {
    top: 70px;
  }

  .md\:right-70 {
    right: 70px;
  }

  .md\:bottom-70 {
    bottom: 70px;
  }

  .md\:left-70 {
    left: 70px;
  }

  .md\:top-72 {
    top: 72px;
  }

  .md\:right-72 {
    right: 72px;
  }

  .md\:bottom-72 {
    bottom: 72px;
  }

  .md\:left-72 {
    left: 72px;
  }

  .md\:top-75 {
    top: 75px;
  }

  .md\:right-75 {
    right: 75px;
  }

  .md\:bottom-75 {
    bottom: 75px;
  }

  .md\:left-75 {
    left: 75px;
  }

  .md\:top-80 {
    top: 80px;
  }

  .md\:right-80 {
    right: 80px;
  }

  .md\:bottom-80 {
    bottom: 80px;
  }

  .md\:left-80 {
    left: 80px;
  }

  .md\:top-83 {
    top: 83px;
  }

  .md\:right-83 {
    right: 83px;
  }

  .md\:bottom-83 {
    bottom: 83px;
  }

  .md\:left-83 {
    left: 83px;
  }

  .md\:top-100 {
    top: 100px;
  }

  .md\:right-100 {
    right: 100px;
  }

  .md\:bottom-100 {
    bottom: 100px;
  }

  .md\:left-100 {
    left: 100px;
  }

  .md\:top-118 {
    top: 118px;
  }

  .md\:right-118 {
    right: 118px;
  }

  .md\:bottom-118 {
    bottom: 118px;
  }

  .md\:left-118 {
    left: 118px;
  }

  .md\:top-130 {
    top: 130px;
  }

  .md\:right-130 {
    right: 130px;
  }

  .md\:bottom-130 {
    bottom: 130px;
  }

  .md\:left-130 {
    left: 130px;
  }

  .md\:top-150 {
    top: 150px;
  }

  .md\:right-150 {
    right: 150px;
  }

  .md\:bottom-150 {
    bottom: 150px;
  }

  .md\:left-150 {
    left: 150px;
  }

  .md\:top-180 {
    top: 180px;
  }

  .md\:right-180 {
    right: 180px;
  }

  .md\:bottom-180 {
    bottom: 180px;
  }

  .md\:left-180 {
    left: 180px;
  }

  .md\:top-213 {
    top: 213px;
  }

  .md\:right-213 {
    right: 213px;
  }

  .md\:bottom-213 {
    bottom: 213px;
  }

  .md\:left-213 {
    left: 213px;
  }

  .md\:top-225 {
    top: 225px;
  }

  .md\:right-225 {
    right: 225px;
  }

  .md\:bottom-225 {
    bottom: 225px;
  }

  .md\:left-225 {
    left: 225px;
  }

  .md\:top-250 {
    top: 250px;
  }

  .md\:right-250 {
    right: 250px;
  }

  .md\:bottom-250 {
    bottom: 250px;
  }

  .md\:left-250 {
    left: 250px;
  }

  .md\:top-300 {
    top: 300px;
  }

  .md\:right-300 {
    right: 300px;
  }

  .md\:bottom-300 {
    bottom: 300px;
  }

  .md\:left-300 {
    left: 300px;
  }

  .md\:top-320 {
    top: 320px;
  }

  .md\:right-320 {
    right: 320px;
  }

  .md\:bottom-320 {
    bottom: 320px;
  }

  .md\:left-320 {
    left: 320px;
  }

  .md\:top-345 {
    top: 345px;
  }

  .md\:right-345 {
    right: 345px;
  }

  .md\:bottom-345 {
    bottom: 345px;
  }

  .md\:left-345 {
    left: 345px;
  }

  .md\:top-485 {
    top: 485px;
  }

  .md\:right-485 {
    right: 485px;
  }

  .md\:bottom-485 {
    bottom: 485px;
  }

  .md\:left-485 {
    left: 485px;
  }

  .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-135 {
    top: -135px;
  }

  .md\:-right-135 {
    right: -135px;
  }

  .md\:-bottom-135 {
    bottom: -135px;
  }

  .md\:-left-135 {
    left: -135px;
  }

  .md\:top-0p {
    top: 0%;
  }

  .md\:right-0p {
    right: 0%;
  }

  .md\:bottom-0p {
    bottom: 0%;
  }

  .md\:left-0p {
    left: 0%;
  }

  .md\:top-5p {
    top: 5%;
  }

  .md\:right-5p {
    right: 5%;
  }

  .md\:bottom-5p {
    bottom: 5%;
  }

  .md\:left-5p {
    left: 5%;
  }

  .md\:top-10p {
    top: 10%;
  }

  .md\:right-10p {
    right: 10%;
  }

  .md\:bottom-10p {
    bottom: 10%;
  }

  .md\:left-10p {
    left: 10%;
  }

  .md\:top-15p {
    top: 15%;
  }

  .md\:right-15p {
    right: 15%;
  }

  .md\:bottom-15p {
    bottom: 15%;
  }

  .md\:left-15p {
    left: 15%;
  }

  .md\:top-20p {
    top: 20%;
  }

  .md\:right-20p {
    right: 20%;
  }

  .md\:bottom-20p {
    bottom: 20%;
  }

  .md\:left-20p {
    left: 20%;
  }

  .md\:top-25p {
    top: 25%;
  }

  .md\:right-25p {
    right: 25%;
  }

  .md\:bottom-25p {
    bottom: 25%;
  }

  .md\:left-25p {
    left: 25%;
  }

  .md\:top-30p {
    top: 30%;
  }

  .md\:right-30p {
    right: 30%;
  }

  .md\:bottom-30p {
    bottom: 30%;
  }

  .md\:left-30p {
    left: 30%;
  }

  .md\:top-35p {
    top: 35%;
  }

  .md\:right-35p {
    right: 35%;
  }

  .md\:bottom-35p {
    bottom: 35%;
  }

  .md\:left-35p {
    left: 35%;
  }

  .md\:top-40p {
    top: 40%;
  }

  .md\:right-40p {
    right: 40%;
  }

  .md\:bottom-40p {
    bottom: 40%;
  }

  .md\:left-40p {
    left: 40%;
  }

  .md\:top-45p {
    top: 45%;
  }

  .md\:right-45p {
    right: 45%;
  }

  .md\:bottom-45p {
    bottom: 45%;
  }

  .md\:left-45p {
    left: 45%;
  }

  .md\:top-50p {
    top: 50%;
  }

  .md\:right-50p {
    right: 50%;
  }

  .md\:bottom-50p {
    bottom: 50%;
  }

  .md\:left-50p {
    left: 50%;
  }

  .md\:top-55p {
    top: 55%;
  }

  .md\:right-55p {
    right: 55%;
  }

  .md\:bottom-55p {
    bottom: 55%;
  }

  .md\:left-55p {
    left: 55%;
  }

  .md\:top-60p {
    top: 60%;
  }

  .md\:right-60p {
    right: 60%;
  }

  .md\:bottom-60p {
    bottom: 60%;
  }

  .md\:left-60p {
    left: 60%;
  }

  .md\:top-65p {
    top: 65%;
  }

  .md\:right-65p {
    right: 65%;
  }

  .md\:bottom-65p {
    bottom: 65%;
  }

  .md\:left-65p {
    left: 65%;
  }

  .md\:top-70p {
    top: 70%;
  }

  .md\:right-70p {
    right: 70%;
  }

  .md\:bottom-70p {
    bottom: 70%;
  }

  .md\:left-70p {
    left: 70%;
  }

  .md\:top-75p {
    top: 75%;
  }

  .md\:right-75p {
    right: 75%;
  }

  .md\:bottom-75p {
    bottom: 75%;
  }

  .md\:left-75p {
    left: 75%;
  }

  .md\:top-80p {
    top: 80%;
  }

  .md\:right-80p {
    right: 80%;
  }

  .md\:bottom-80p {
    bottom: 80%;
  }

  .md\:left-80p {
    left: 80%;
  }

  .md\:top-85p {
    top: 85%;
  }

  .md\:right-85p {
    right: 85%;
  }

  .md\:bottom-85p {
    bottom: 85%;
  }

  .md\:left-85p {
    left: 85%;
  }

  .md\:top-90p {
    top: 90%;
  }

  .md\:right-90p {
    right: 90%;
  }

  .md\:bottom-90p {
    bottom: 90%;
  }

  .md\:left-90p {
    left: 90%;
  }

  .md\:top-95p {
    top: 95%;
  }

  .md\:right-95p {
    right: 95%;
  }

  .md\:bottom-95p {
    bottom: 95%;
  }

  .md\:left-95p {
    left: 95%;
  }

  .md\:top-100p {
    top: 100%;
  }

  .md\:right-100p {
    right: 100%;
  }

  .md\:bottom-100p {
    bottom: 100%;
  }

  .md\:left-100p {
    left: 100%;
  }

  .md\:top-66\.5p {
    top: 66.5%;
  }

  .md\:right-66\.5p {
    right: 66.5%;
  }

  .md\:bottom-66\.5p {
    bottom: 66.5%;
  }

  .md\:left-66\.5p {
    left: 66.5%;
  }

  .md\:top-67\.5p {
    top: 67.5%;
  }

  .md\:right-67\.5p {
    right: 67.5%;
  }

  .md\:bottom-67\.5p {
    bottom: 67.5%;
  }

  .md\:left-67\.5p {
    left: 67.5%;
  }

  .md\:-top-0 {
    top: 0px;
  }

  .md\:-right-0 {
    right: 0px;
  }

  .md\:-bottom-0 {
    bottom: 0px;
  }

  .md\:-left-0 {
    left: 0px;
  }

  .md\:-top-3 {
    top: -3px;
  }

  .md\:-right-3 {
    right: -3px;
  }

  .md\:-bottom-3 {
    bottom: -3px;
  }

  .md\:-left-3 {
    left: -3px;
  }

  .md\:-top-5 {
    top: -5px;
  }

  .md\:-right-5 {
    right: -5px;
  }

  .md\:-bottom-5 {
    bottom: -5px;
  }

  .md\:-left-5 {
    left: -5px;
  }

  .md\:-top-8 {
    top: -8px;
  }

  .md\:-right-8 {
    right: -8px;
  }

  .md\:-bottom-8 {
    bottom: -8px;
  }

  .md\:-left-8 {
    left: -8px;
  }

  .md\:-top-10 {
    top: -10px;
  }

  .md\:-right-10 {
    right: -10px;
  }

  .md\:-bottom-10 {
    bottom: -10px;
  }

  .md\:-left-10 {
    left: -10px;
  }

  .md\:-top-12 {
    top: -12px;
  }

  .md\:-right-12 {
    right: -12px;
  }

  .md\:-bottom-12 {
    bottom: -12px;
  }

  .md\:-left-12 {
    left: -12px;
  }

  .md\:-top-14 {
    top: -14px;
  }

  .md\:-right-14 {
    right: -14px;
  }

  .md\:-bottom-14 {
    bottom: -14px;
  }

  .md\:-left-14 {
    left: -14px;
  }

  .md\:-top-15 {
    top: -15px;
  }

  .md\:-right-15 {
    right: -15px;
  }

  .md\:-bottom-15 {
    bottom: -15px;
  }

  .md\:-left-15 {
    left: -15px;
  }

  .md\:-top-16 {
    top: -16px;
  }

  .md\:-right-16 {
    right: -16px;
  }

  .md\:-bottom-16 {
    bottom: -16px;
  }

  .md\:-left-16 {
    left: -16px;
  }

  .md\:-top-20 {
    top: -20px;
  }

  .md\:-right-20 {
    right: -20px;
  }

  .md\:-bottom-20 {
    bottom: -20px;
  }

  .md\:-left-20 {
    left: -20px;
  }

  .md\:-top-24 {
    top: -24px;
  }

  .md\:-right-24 {
    right: -24px;
  }

  .md\:-bottom-24 {
    bottom: -24px;
  }

  .md\:-left-24 {
    left: -24px;
  }

  .md\:-top-28 {
    top: -28px;
  }

  .md\:-right-28 {
    right: -28px;
  }

  .md\:-bottom-28 {
    bottom: -28px;
  }

  .md\:-left-28 {
    left: -28px;
  }

  .md\:-top-29 {
    top: -29px;
  }

  .md\:-right-29 {
    right: -29px;
  }

  .md\:-bottom-29 {
    bottom: -29px;
  }

  .md\:-left-29 {
    left: -29px;
  }

  .md\:-top-30 {
    top: -30px;
  }

  .md\:-right-30 {
    right: -30px;
  }

  .md\:-bottom-30 {
    bottom: -30px;
  }

  .md\:-left-30 {
    left: -30px;
  }

  .md\:-top-32 {
    top: -32px;
  }

  .md\:-right-32 {
    right: -32px;
  }

  .md\:-bottom-32 {
    bottom: -32px;
  }

  .md\:-left-32 {
    left: -32px;
  }

  .md\:-top-35 {
    top: -35px;
  }

  .md\:-right-35 {
    right: -35px;
  }

  .md\:-bottom-35 {
    bottom: -35px;
  }

  .md\:-left-35 {
    left: -35px;
  }

  .md\:-top-36 {
    top: -36px;
  }

  .md\:-right-36 {
    right: -36px;
  }

  .md\:-bottom-36 {
    bottom: -36px;
  }

  .md\:-left-36 {
    left: -36px;
  }

  .md\:-top-37 {
    top: -37px;
  }

  .md\:-right-37 {
    right: -37px;
  }

  .md\:-bottom-37 {
    bottom: -37px;
  }

  .md\:-left-37 {
    left: -37px;
  }

  .md\:-top-39 {
    top: -39px;
  }

  .md\:-right-39 {
    right: -39px;
  }

  .md\:-bottom-39 {
    bottom: -39px;
  }

  .md\:-left-39 {
    left: -39px;
  }

  .md\:-top-40 {
    top: -40px;
  }

  .md\:-right-40 {
    right: -40px;
  }

  .md\:-bottom-40 {
    bottom: -40px;
  }

  .md\:-left-40 {
    left: -40px;
  }

  .md\:-top-47 {
    top: -47px;
  }

  .md\:-right-47 {
    right: -47px;
  }

  .md\:-bottom-47 {
    bottom: -47px;
  }

  .md\:-left-47 {
    left: -47px;
  }

  .md\:-top-50 {
    top: -50px;
  }

  .md\:-right-50 {
    right: -50px;
  }

  .md\:-bottom-50 {
    bottom: -50px;
  }

  .md\:-left-50 {
    left: -50px;
  }

  .md\:-top-56 {
    top: -56px;
  }

  .md\:-right-56 {
    right: -56px;
  }

  .md\:-bottom-56 {
    bottom: -56px;
  }

  .md\:-left-56 {
    left: -56px;
  }

  .md\:-top-64 {
    top: -64px;
  }

  .md\:-right-64 {
    right: -64px;
  }

  .md\:-bottom-64 {
    bottom: -64px;
  }

  .md\:-left-64 {
    left: -64px;
  }

  .md\:-top-70 {
    top: -70px;
  }

  .md\:-right-70 {
    right: -70px;
  }

  .md\:-bottom-70 {
    bottom: -70px;
  }

  .md\:-left-70 {
    left: -70px;
  }

  .md\:-top-72 {
    top: -72px;
  }

  .md\:-right-72 {
    right: -72px;
  }

  .md\:-bottom-72 {
    bottom: -72px;
  }

  .md\:-left-72 {
    left: -72px;
  }

  .md\:-top-75 {
    top: -75px;
  }

  .md\:-right-75 {
    right: -75px;
  }

  .md\:-bottom-75 {
    bottom: -75px;
  }

  .md\:-left-75 {
    left: -75px;
  }

  .md\:-top-80 {
    top: -80px;
  }

  .md\:-right-80 {
    right: -80px;
  }

  .md\:-bottom-80 {
    bottom: -80px;
  }

  .md\:-left-80 {
    left: -80px;
  }

  .md\:-top-83 {
    top: -83px;
  }

  .md\:-right-83 {
    right: -83px;
  }

  .md\:-bottom-83 {
    bottom: -83px;
  }

  .md\:-left-83 {
    left: -83px;
  }

  .md\:-top-100 {
    top: -100px;
  }

  .md\:-right-100 {
    right: -100px;
  }

  .md\:-bottom-100 {
    bottom: -100px;
  }

  .md\:-left-100 {
    left: -100px;
  }

  .md\:-top-118 {
    top: -118px;
  }

  .md\:-right-118 {
    right: -118px;
  }

  .md\:-bottom-118 {
    bottom: -118px;
  }

  .md\:-left-118 {
    left: -118px;
  }

  .md\:-top-130 {
    top: -130px;
  }

  .md\:-right-130 {
    right: -130px;
  }

  .md\:-bottom-130 {
    bottom: -130px;
  }

  .md\:-left-130 {
    left: -130px;
  }

  .md\:-top-150 {
    top: -150px;
  }

  .md\:-right-150 {
    right: -150px;
  }

  .md\:-bottom-150 {
    bottom: -150px;
  }

  .md\:-left-150 {
    left: -150px;
  }

  .md\:-top-180 {
    top: -180px;
  }

  .md\:-right-180 {
    right: -180px;
  }

  .md\:-bottom-180 {
    bottom: -180px;
  }

  .md\:-left-180 {
    left: -180px;
  }

  .md\:-top-213 {
    top: -213px;
  }

  .md\:-right-213 {
    right: -213px;
  }

  .md\:-bottom-213 {
    bottom: -213px;
  }

  .md\:-left-213 {
    left: -213px;
  }

  .md\:-top-225 {
    top: -225px;
  }

  .md\:-right-225 {
    right: -225px;
  }

  .md\:-bottom-225 {
    bottom: -225px;
  }

  .md\:-left-225 {
    left: -225px;
  }

  .md\:-top-250 {
    top: -250px;
  }

  .md\:-right-250 {
    right: -250px;
  }

  .md\:-bottom-250 {
    bottom: -250px;
  }

  .md\:-left-250 {
    left: -250px;
  }

  .md\:-top-300 {
    top: -300px;
  }

  .md\:-right-300 {
    right: -300px;
  }

  .md\:-bottom-300 {
    bottom: -300px;
  }

  .md\:-left-300 {
    left: -300px;
  }

  .md\:-top-320 {
    top: -320px;
  }

  .md\:-right-320 {
    right: -320px;
  }

  .md\:-bottom-320 {
    bottom: -320px;
  }

  .md\:-left-320 {
    left: -320px;
  }

  .md\:-top-345 {
    top: -345px;
  }

  .md\:-right-345 {
    right: -345px;
  }

  .md\:-bottom-345 {
    bottom: -345px;
  }

  .md\:-left-345 {
    left: -345px;
  }

  .md\:-top-485 {
    top: -485px;
  }

  .md\:-right-485 {
    right: -485px;
  }

  .md\:-bottom-485 {
    bottom: -485px;
  }

  .md\:-left-485 {
    left: -485px;
  }

  .md\:-top-px {
    top: -1px;
  }

  .md\:-right-px {
    right: -1px;
  }

  .md\:-bottom-px {
    bottom: -1px;
  }

  .md\:-left-px {
    left: -1px;
  }

  .md\:-top--135 {
    top: 135px;
  }

  .md\:-right--135 {
    right: 135px;
  }

  .md\:-bottom--135 {
    bottom: 135px;
  }

  .md\:-left--135 {
    left: 135px;
  }

  .md\:-top-0p {
    top: 0%;
  }

  .md\:-right-0p {
    right: 0%;
  }

  .md\:-bottom-0p {
    bottom: 0%;
  }

  .md\:-left-0p {
    left: 0%;
  }

  .md\:-top-5p {
    top: -5%;
  }

  .md\:-right-5p {
    right: -5%;
  }

  .md\:-bottom-5p {
    bottom: -5%;
  }

  .md\:-left-5p {
    left: -5%;
  }

  .md\:-top-10p {
    top: -10%;
  }

  .md\:-right-10p {
    right: -10%;
  }

  .md\:-bottom-10p {
    bottom: -10%;
  }

  .md\:-left-10p {
    left: -10%;
  }

  .md\:-top-15p {
    top: -15%;
  }

  .md\:-right-15p {
    right: -15%;
  }

  .md\:-bottom-15p {
    bottom: -15%;
  }

  .md\:-left-15p {
    left: -15%;
  }

  .md\:-top-20p {
    top: -20%;
  }

  .md\:-right-20p {
    right: -20%;
  }

  .md\:-bottom-20p {
    bottom: -20%;
  }

  .md\:-left-20p {
    left: -20%;
  }

  .md\:-top-25p {
    top: -25%;
  }

  .md\:-right-25p {
    right: -25%;
  }

  .md\:-bottom-25p {
    bottom: -25%;
  }

  .md\:-left-25p {
    left: -25%;
  }

  .md\:-top-30p {
    top: -30%;
  }

  .md\:-right-30p {
    right: -30%;
  }

  .md\:-bottom-30p {
    bottom: -30%;
  }

  .md\:-left-30p {
    left: -30%;
  }

  .md\:-top-35p {
    top: -35%;
  }

  .md\:-right-35p {
    right: -35%;
  }

  .md\:-bottom-35p {
    bottom: -35%;
  }

  .md\:-left-35p {
    left: -35%;
  }

  .md\:-top-40p {
    top: -40%;
  }

  .md\:-right-40p {
    right: -40%;
  }

  .md\:-bottom-40p {
    bottom: -40%;
  }

  .md\:-left-40p {
    left: -40%;
  }

  .md\:-top-45p {
    top: -45%;
  }

  .md\:-right-45p {
    right: -45%;
  }

  .md\:-bottom-45p {
    bottom: -45%;
  }

  .md\:-left-45p {
    left: -45%;
  }

  .md\:-top-50p {
    top: -50%;
  }

  .md\:-right-50p {
    right: -50%;
  }

  .md\:-bottom-50p {
    bottom: -50%;
  }

  .md\:-left-50p {
    left: -50%;
  }

  .md\:-top-55p {
    top: -55%;
  }

  .md\:-right-55p {
    right: -55%;
  }

  .md\:-bottom-55p {
    bottom: -55%;
  }

  .md\:-left-55p {
    left: -55%;
  }

  .md\:-top-60p {
    top: -60%;
  }

  .md\:-right-60p {
    right: -60%;
  }

  .md\:-bottom-60p {
    bottom: -60%;
  }

  .md\:-left-60p {
    left: -60%;
  }

  .md\:-top-65p {
    top: -65%;
  }

  .md\:-right-65p {
    right: -65%;
  }

  .md\:-bottom-65p {
    bottom: -65%;
  }

  .md\:-left-65p {
    left: -65%;
  }

  .md\:-top-70p {
    top: -70%;
  }

  .md\:-right-70p {
    right: -70%;
  }

  .md\:-bottom-70p {
    bottom: -70%;
  }

  .md\:-left-70p {
    left: -70%;
  }

  .md\:-top-75p {
    top: -75%;
  }

  .md\:-right-75p {
    right: -75%;
  }

  .md\:-bottom-75p {
    bottom: -75%;
  }

  .md\:-left-75p {
    left: -75%;
  }

  .md\:-top-80p {
    top: -80%;
  }

  .md\:-right-80p {
    right: -80%;
  }

  .md\:-bottom-80p {
    bottom: -80%;
  }

  .md\:-left-80p {
    left: -80%;
  }

  .md\:-top-85p {
    top: -85%;
  }

  .md\:-right-85p {
    right: -85%;
  }

  .md\:-bottom-85p {
    bottom: -85%;
  }

  .md\:-left-85p {
    left: -85%;
  }

  .md\:-top-90p {
    top: -90%;
  }

  .md\:-right-90p {
    right: -90%;
  }

  .md\:-bottom-90p {
    bottom: -90%;
  }

  .md\:-left-90p {
    left: -90%;
  }

  .md\:-top-95p {
    top: -95%;
  }

  .md\:-right-95p {
    right: -95%;
  }

  .md\:-bottom-95p {
    bottom: -95%;
  }

  .md\:-left-95p {
    left: -95%;
  }

  .md\:-top-100p {
    top: -100%;
  }

  .md\:-right-100p {
    right: -100%;
  }

  .md\:-bottom-100p {
    bottom: -100%;
  }

  .md\:-left-100p {
    left: -100%;
  }

  .md\:-top-66\.5p {
    top: -66.5%;
  }

  .md\:-right-66\.5p {
    right: -66.5%;
  }

  .md\:-bottom-66\.5p {
    bottom: -66.5%;
  }

  .md\:-left-66\.5p {
    left: -66.5%;
  }

  .md\:-top-67\.5p {
    top: -67.5%;
  }

  .md\:-right-67\.5p {
    right: -67.5%;
  }

  .md\:-bottom-67\.5p {
    bottom: -67.5%;
  }

  .md\:-left-67\.5p {
    left: -67.5%;
  }

  .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-header {
    --tw-shadow: 0 8px 32px rgba(0, 0, 0, 0.32);
    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-header {
    --tw-shadow: 0 8px 32px rgba(0, 0, 0, 0.32);
    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-header:focus-within {
    --tw-shadow: 0 8px 32px rgba(0, 0, 0, 0.32);
    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-header:hover {
    --tw-shadow: 0 8px 32px rgba(0, 0, 0, 0.32);
    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-header:focus {
    --tw-shadow: 0 8px 32px rgba(0, 0, 0, 0.32);
    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-1 {
    --tw-ring-offset-color: #464646;
  }

  .md\:ring-offset-black-2 {
    --tw-ring-offset-color: #d7d7d7;
  }

  .md\:ring-offset-black-3 {
    --tw-ring-offset-color: #262626;
  }

  .md\:ring-offset-black-4 {
    --tw-ring-offset-color: #ededed;
  }

  .md\:ring-offset-black-5 {
    --tw-ring-offset-color: #444444;
  }

  .md\:ring-offset-black-6 {
    --tw-ring-offset-color: #6c6c6c;
  }

  .md\:ring-offset-black {
    --tw-ring-offset-color: #000;
  }

  .md\:ring-offset-white-1 {
    --tw-ring-offset-color: #f4f4f4;
  }

  .md\:ring-offset-white {
    --tw-ring-offset-color: #fff;
  }

  .md\:ring-offset-pink-1 {
    --tw-ring-offset-color: #e96593;
  }

  .md\:ring-offset-pink {
    --tw-ring-offset-color: #ee8bae;
  }

  .md\:ring-offset-red-1 {
    --tw-ring-offset-color: #e7061f;
  }

  .md\:ring-offset-red {
    --tw-ring-offset-color: #ef0016;
  }

  .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-1:focus-within {
    --tw-ring-offset-color: #464646;
  }

  .md\:focus-within\:ring-offset-black-2:focus-within {
    --tw-ring-offset-color: #d7d7d7;
  }

  .md\:focus-within\:ring-offset-black-3:focus-within {
    --tw-ring-offset-color: #262626;
  }

  .md\:focus-within\:ring-offset-black-4:focus-within {
    --tw-ring-offset-color: #ededed;
  }

  .md\:focus-within\:ring-offset-black-5:focus-within {
    --tw-ring-offset-color: #444444;
  }

  .md\:focus-within\:ring-offset-black-6:focus-within {
    --tw-ring-offset-color: #6c6c6c;
  }

  .md\:focus-within\:ring-offset-black:focus-within {
    --tw-ring-offset-color: #000;
  }

  .md\:focus-within\:ring-offset-white-1:focus-within {
    --tw-ring-offset-color: #f4f4f4;
  }

  .md\:focus-within\:ring-offset-white:focus-within {
    --tw-ring-offset-color: #fff;
  }

  .md\:focus-within\:ring-offset-pink-1:focus-within {
    --tw-ring-offset-color: #e96593;
  }

  .md\:focus-within\:ring-offset-pink:focus-within {
    --tw-ring-offset-color: #ee8bae;
  }

  .md\:focus-within\:ring-offset-red-1:focus-within {
    --tw-ring-offset-color: #e7061f;
  }

  .md\:focus-within\:ring-offset-red:focus-within {
    --tw-ring-offset-color: #ef0016;
  }

  .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-1:focus {
    --tw-ring-offset-color: #464646;
  }

  .md\:focus\:ring-offset-black-2:focus {
    --tw-ring-offset-color: #d7d7d7;
  }

  .md\:focus\:ring-offset-black-3:focus {
    --tw-ring-offset-color: #262626;
  }

  .md\:focus\:ring-offset-black-4:focus {
    --tw-ring-offset-color: #ededed;
  }

  .md\:focus\:ring-offset-black-5:focus {
    --tw-ring-offset-color: #444444;
  }

  .md\:focus\:ring-offset-black-6:focus {
    --tw-ring-offset-color: #6c6c6c;
  }

  .md\:focus\:ring-offset-black:focus {
    --tw-ring-offset-color: #000;
  }

  .md\:focus\:ring-offset-white-1:focus {
    --tw-ring-offset-color: #f4f4f4;
  }

  .md\:focus\:ring-offset-white:focus {
    --tw-ring-offset-color: #fff;
  }

  .md\:focus\:ring-offset-pink-1:focus {
    --tw-ring-offset-color: #e96593;
  }

  .md\:focus\:ring-offset-pink:focus {
    --tw-ring-offset-color: #ee8bae;
  }

  .md\:focus\:ring-offset-red-1:focus {
    --tw-ring-offset-color: #e7061f;
  }

  .md\:focus\:ring-offset-red:focus {
    --tw-ring-offset-color: #ef0016;
  }

  .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-1 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(70, 70, 70, var(--tw-ring-opacity));
  }

  .md\:ring-black-2 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(215, 215, 215, var(--tw-ring-opacity));
  }

  .md\:ring-black-3 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(38, 38, 38, var(--tw-ring-opacity));
  }

  .md\:ring-black-4 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 237, 237, var(--tw-ring-opacity));
  }

  .md\:ring-black-5 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(68, 68, 68, var(--tw-ring-opacity));
  }

  .md\:ring-black-6 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(108, 108, 108, var(--tw-ring-opacity));
  }

  .md\:ring-black {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .md\:ring-white-1 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 244, 244, var(--tw-ring-opacity));
  }

  .md\:ring-white {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .md\:ring-pink-1 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(233, 101, 147, var(--tw-ring-opacity));
  }

  .md\:ring-pink {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 139, 174, var(--tw-ring-opacity));
  }

  .md\:ring-red-1 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(231, 6, 31, var(--tw-ring-opacity));
  }

  .md\:ring-red {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 0, 22, 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-1:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(70, 70, 70, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-black-2:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(215, 215, 215, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-black-3:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(38, 38, 38, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-black-4:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 237, 237, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-black-5:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(68, 68, 68, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-black-6:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(108, 108, 108, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-black:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-white-1:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 244, 244, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-white:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-pink-1:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(233, 101, 147, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-pink:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 139, 174, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-red-1:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(231, 6, 31, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-red:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 0, 22, 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-1:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(70, 70, 70, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-black-2:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(215, 215, 215, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-black-3:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(38, 38, 38, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-black-4:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 237, 237, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-black-5:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(68, 68, 68, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-black-6:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(108, 108, 108, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-black:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-white-1:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 244, 244, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-white:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-pink-1:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(233, 101, 147, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-pink:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 139, 174, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-red-1:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(231, 6, 31, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-red:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 0, 22, 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-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-50 {
    --tw-ring-opacity: 0.5;
  }

  .md\:ring-opacity-60 {
    --tw-ring-opacity: 0.6;
  }

  .md\:ring-opacity-70 {
    --tw-ring-opacity: 0.7;
  }

  .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-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-50:focus-within {
    --tw-ring-opacity: 0.5;
  }

  .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-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-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-50:focus {
    --tw-ring-opacity: 0.5;
  }

  .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-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-1 {
    --tw-text-opacity: 1;
    color: rgba(70, 70, 70, var(--tw-text-opacity));
  }

  .md\:text-black-2 {
    --tw-text-opacity: 1;
    color: rgba(215, 215, 215, var(--tw-text-opacity));
  }

  .md\:text-black-3 {
    --tw-text-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-text-opacity));
  }

  .md\:text-black-4 {
    --tw-text-opacity: 1;
    color: rgba(237, 237, 237, var(--tw-text-opacity));
  }

  .md\:text-black-5 {
    --tw-text-opacity: 1;
    color: rgba(68, 68, 68, var(--tw-text-opacity));
  }

  .md\:text-black-6 {
    --tw-text-opacity: 1;
    color: rgba(108, 108, 108, var(--tw-text-opacity));
  }

  .md\:text-black {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .md\:text-white-1 {
    --tw-text-opacity: 1;
    color: rgba(244, 244, 244, var(--tw-text-opacity));
  }

  .md\:text-white {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .md\:text-pink-1 {
    --tw-text-opacity: 1;
    color: rgba(233, 101, 147, var(--tw-text-opacity));
  }

  .md\:text-pink {
    --tw-text-opacity: 1;
    color: rgba(238, 139, 174, var(--tw-text-opacity));
  }

  .md\:text-red-1 {
    --tw-text-opacity: 1;
    color: rgba(231, 6, 31, var(--tw-text-opacity));
  }

  .md\:text-red {
    --tw-text-opacity: 1;
    color: rgba(239, 0, 22, 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-1 {
    --tw-text-opacity: 1;
    color: rgba(70, 70, 70, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-black-2 {
    --tw-text-opacity: 1;
    color: rgba(215, 215, 215, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-black-3 {
    --tw-text-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-black-4 {
    --tw-text-opacity: 1;
    color: rgba(237, 237, 237, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-black-5 {
    --tw-text-opacity: 1;
    color: rgba(68, 68, 68, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-black-6 {
    --tw-text-opacity: 1;
    color: rgba(108, 108, 108, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-black {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-white-1 {
    --tw-text-opacity: 1;
    color: rgba(244, 244, 244, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-white {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-pink-1 {
    --tw-text-opacity: 1;
    color: rgba(233, 101, 147, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-pink {
    --tw-text-opacity: 1;
    color: rgba(238, 139, 174, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-red-1 {
    --tw-text-opacity: 1;
    color: rgba(231, 6, 31, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-red {
    --tw-text-opacity: 1;
    color: rgba(239, 0, 22, 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-1:focus-within {
    --tw-text-opacity: 1;
    color: rgba(70, 70, 70, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-black-2:focus-within {
    --tw-text-opacity: 1;
    color: rgba(215, 215, 215, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-black-3:focus-within {
    --tw-text-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-black-4:focus-within {
    --tw-text-opacity: 1;
    color: rgba(237, 237, 237, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-black-5:focus-within {
    --tw-text-opacity: 1;
    color: rgba(68, 68, 68, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-black-6:focus-within {
    --tw-text-opacity: 1;
    color: rgba(108, 108, 108, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-black:focus-within {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-white-1:focus-within {
    --tw-text-opacity: 1;
    color: rgba(244, 244, 244, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-white:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-pink-1:focus-within {
    --tw-text-opacity: 1;
    color: rgba(233, 101, 147, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-pink:focus-within {
    --tw-text-opacity: 1;
    color: rgba(238, 139, 174, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-red-1:focus-within {
    --tw-text-opacity: 1;
    color: rgba(231, 6, 31, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-red:focus-within {
    --tw-text-opacity: 1;
    color: rgba(239, 0, 22, var(--tw-text-opacity));
  }

  .md\:hover\:text-transparent:hover {
    color: transparent;
  }

  .md\:hover\:text-current:hover {
    color: currentColor;
  }

  .md\:hover\:text-black-1:hover {
    --tw-text-opacity: 1;
    color: rgba(70, 70, 70, var(--tw-text-opacity));
  }

  .md\:hover\:text-black-2:hover {
    --tw-text-opacity: 1;
    color: rgba(215, 215, 215, var(--tw-text-opacity));
  }

  .md\:hover\:text-black-3:hover {
    --tw-text-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-text-opacity));
  }

  .md\:hover\:text-black-4:hover {
    --tw-text-opacity: 1;
    color: rgba(237, 237, 237, var(--tw-text-opacity));
  }

  .md\:hover\:text-black-5:hover {
    --tw-text-opacity: 1;
    color: rgba(68, 68, 68, var(--tw-text-opacity));
  }

  .md\:hover\:text-black-6:hover {
    --tw-text-opacity: 1;
    color: rgba(108, 108, 108, var(--tw-text-opacity));
  }

  .md\:hover\:text-black:hover {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .md\:hover\:text-white-1:hover {
    --tw-text-opacity: 1;
    color: rgba(244, 244, 244, var(--tw-text-opacity));
  }

  .md\:hover\:text-white:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .md\:hover\:text-pink-1:hover {
    --tw-text-opacity: 1;
    color: rgba(233, 101, 147, var(--tw-text-opacity));
  }

  .md\:hover\:text-pink:hover {
    --tw-text-opacity: 1;
    color: rgba(238, 139, 174, var(--tw-text-opacity));
  }

  .md\:hover\:text-red-1:hover {
    --tw-text-opacity: 1;
    color: rgba(231, 6, 31, var(--tw-text-opacity));
  }

  .md\:hover\:text-red:hover {
    --tw-text-opacity: 1;
    color: rgba(239, 0, 22, var(--tw-text-opacity));
  }

  .md\:focus\:text-transparent:focus {
    color: transparent;
  }

  .md\:focus\:text-current:focus {
    color: currentColor;
  }

  .md\:focus\:text-black-1:focus {
    --tw-text-opacity: 1;
    color: rgba(70, 70, 70, var(--tw-text-opacity));
  }

  .md\:focus\:text-black-2:focus {
    --tw-text-opacity: 1;
    color: rgba(215, 215, 215, var(--tw-text-opacity));
  }

  .md\:focus\:text-black-3:focus {
    --tw-text-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-text-opacity));
  }

  .md\:focus\:text-black-4:focus {
    --tw-text-opacity: 1;
    color: rgba(237, 237, 237, var(--tw-text-opacity));
  }

  .md\:focus\:text-black-5:focus {
    --tw-text-opacity: 1;
    color: rgba(68, 68, 68, var(--tw-text-opacity));
  }

  .md\:focus\:text-black-6:focus {
    --tw-text-opacity: 1;
    color: rgba(108, 108, 108, var(--tw-text-opacity));
  }

  .md\:focus\:text-black:focus {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .md\:focus\:text-white-1:focus {
    --tw-text-opacity: 1;
    color: rgba(244, 244, 244, var(--tw-text-opacity));
  }

  .md\:focus\:text-white:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .md\:focus\:text-pink-1:focus {
    --tw-text-opacity: 1;
    color: rgba(233, 101, 147, var(--tw-text-opacity));
  }

  .md\:focus\:text-pink:focus {
    --tw-text-opacity: 1;
    color: rgba(238, 139, 174, var(--tw-text-opacity));
  }

  .md\:focus\:text-red-1:focus {
    --tw-text-opacity: 1;
    color: rgba(231, 6, 31, var(--tw-text-opacity));
  }

  .md\:focus\:text-red:focus {
    --tw-text-opacity: 1;
    color: rgba(239, 0, 22, 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-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-50 {
    --tw-text-opacity: 0.5;
  }

  .md\:text-opacity-60 {
    --tw-text-opacity: 0.6;
  }

  .md\:text-opacity-70 {
    --tw-text-opacity: 0.7;
  }

  .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-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-50 {
    --tw-text-opacity: 0.5;
  }

  .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-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-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-50:focus-within {
    --tw-text-opacity: 0.5;
  }

  .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-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-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-50:hover {
    --tw-text-opacity: 0.5;
  }

  .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-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-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-50:focus {
    --tw-text-opacity: 0.5;
  }

  .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-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\: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-3 {
    width: 3px;
  }

  .md\:w-5 {
    width: 5px;
  }

  .md\:w-8 {
    width: 8px;
  }

  .md\:w-10 {
    width: 10px;
  }

  .md\:w-12 {
    width: 12px;
  }

  .md\:w-14 {
    width: 14px;
  }

  .md\:w-15 {
    width: 15px;
  }

  .md\:w-16 {
    width: 16px;
  }

  .md\:w-20 {
    width: 20px;
  }

  .md\:w-24 {
    width: 24px;
  }

  .md\:w-28 {
    width: 28px;
  }

  .md\:w-29 {
    width: 29px;
  }

  .md\:w-30 {
    width: 30px;
  }

  .md\:w-32 {
    width: 32px;
  }

  .md\:w-35 {
    width: 35px;
  }

  .md\:w-36 {
    width: 36px;
  }

  .md\:w-37 {
    width: 37px;
  }

  .md\:w-39 {
    width: 39px;
  }

  .md\:w-40 {
    width: 40px;
  }

  .md\:w-47 {
    width: 47px;
  }

  .md\:w-50 {
    width: 50px;
  }

  .md\:w-56 {
    width: 56px;
  }

  .md\:w-64 {
    width: 64px;
  }

  .md\:w-70 {
    width: 70px;
  }

  .md\:w-72 {
    width: 72px;
  }

  .md\:w-75 {
    width: 75px;
  }

  .md\:w-80 {
    width: 80px;
  }

  .md\:w-83 {
    width: 83px;
  }

  .md\:w-100 {
    width: 100px;
  }

  .md\:w-118 {
    width: 118px;
  }

  .md\:w-130 {
    width: 130px;
  }

  .md\:w-150 {
    width: 150px;
  }

  .md\:w-180 {
    width: 180px;
  }

  .md\:w-213 {
    width: 213px;
  }

  .md\:w-225 {
    width: 225px;
  }

  .md\:w-250 {
    width: 250px;
  }

  .md\:w-300 {
    width: 300px;
  }

  .md\:w-320 {
    width: 320px;
  }

  .md\:w-345 {
    width: 345px;
  }

  .md\:w-485 {
    width: 485px;
  }

  .md\:w-auto {
    width: auto;
  }

  .md\:w-px {
    width: 1px;
  }

  .md\:-w-135 {
    width: -135px;
  }

  .md\:w-0p {
    width: 0%;
  }

  .md\:w-5p {
    width: 5%;
  }

  .md\:w-10p {
    width: 10%;
  }

  .md\:w-15p {
    width: 15%;
  }

  .md\:w-20p {
    width: 20%;
  }

  .md\:w-25p {
    width: 25%;
  }

  .md\:w-30p {
    width: 30%;
  }

  .md\:w-35p {
    width: 35%;
  }

  .md\:w-40p {
    width: 40%;
  }

  .md\:w-45p {
    width: 45%;
  }

  .md\:w-50p {
    width: 50%;
  }

  .md\:w-55p {
    width: 55%;
  }

  .md\:w-60p {
    width: 60%;
  }

  .md\:w-65p {
    width: 65%;
  }

  .md\:w-70p {
    width: 70%;
  }

  .md\:w-75p {
    width: 75%;
  }

  .md\:w-80p {
    width: 80%;
  }

  .md\:w-85p {
    width: 85%;
  }

  .md\:w-90p {
    width: 90%;
  }

  .md\:w-95p {
    width: 95%;
  }

  .md\:w-100p {
    width: 100%;
  }

  .md\:w-66\.5p {
    width: 66.5%;
  }

  .md\:w-67\.5p {
    width: 67.5%;
  }

  .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\:z-0 {
    z-index: 0;
  }

  .md\:z-10 {
    z-index: 10;
  }

  .md\:z-20 {
    z-index: 20;
  }

  .md\:z-30 {
    z-index: 30;
  }

  .md\:z-40 {
    z-index: 40;
  }

  .md\:z-50 {
    z-index: 50;
  }

  .md\:z-auto {
    z-index: auto;
  }

  .md\:-z-1 {
    z-index: -1;
  }

  .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-auto:focus-within {
    z-index: auto;
  }

  .md\:focus-within\:-z-1:focus-within {
    z-index: -1;
  }

  .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-auto:focus {
    z-index: auto;
  }

  .md\:focus\:-z-1:focus {
    z-index: -1;
  }

  .md\:gap-0 {
    gap: 0px;
  }

  .md\:gap-3 {
    gap: 3px;
  }

  .md\:gap-5 {
    gap: 5px;
  }

  .md\:gap-8 {
    gap: 8px;
  }

  .md\:gap-10 {
    gap: 10px;
  }

  .md\:gap-12 {
    gap: 12px;
  }

  .md\:gap-14 {
    gap: 14px;
  }

  .md\:gap-15 {
    gap: 15px;
  }

  .md\:gap-16 {
    gap: 16px;
  }

  .md\:gap-20 {
    gap: 20px;
  }

  .md\:gap-24 {
    gap: 24px;
  }

  .md\:gap-28 {
    gap: 28px;
  }

  .md\:gap-29 {
    gap: 29px;
  }

  .md\:gap-30 {
    gap: 30px;
  }

  .md\:gap-32 {
    gap: 32px;
  }

  .md\:gap-35 {
    gap: 35px;
  }

  .md\:gap-36 {
    gap: 36px;
  }

  .md\:gap-37 {
    gap: 37px;
  }

  .md\:gap-39 {
    gap: 39px;
  }

  .md\:gap-40 {
    gap: 40px;
  }

  .md\:gap-47 {
    gap: 47px;
  }

  .md\:gap-50 {
    gap: 50px;
  }

  .md\:gap-56 {
    gap: 56px;
  }

  .md\:gap-64 {
    gap: 64px;
  }

  .md\:gap-70 {
    gap: 70px;
  }

  .md\:gap-72 {
    gap: 72px;
  }

  .md\:gap-75 {
    gap: 75px;
  }

  .md\:gap-80 {
    gap: 80px;
  }

  .md\:gap-83 {
    gap: 83px;
  }

  .md\:gap-100 {
    gap: 100px;
  }

  .md\:gap-118 {
    gap: 118px;
  }

  .md\:gap-130 {
    gap: 130px;
  }

  .md\:gap-150 {
    gap: 150px;
  }

  .md\:gap-180 {
    gap: 180px;
  }

  .md\:gap-213 {
    gap: 213px;
  }

  .md\:gap-225 {
    gap: 225px;
  }

  .md\:gap-250 {
    gap: 250px;
  }

  .md\:gap-300 {
    gap: 300px;
  }

  .md\:gap-320 {
    gap: 320px;
  }

  .md\:gap-345 {
    gap: 345px;
  }

  .md\:gap-485 {
    gap: 485px;
  }

  .md\:gap-px {
    gap: 1px;
  }

  .md\:-gap-135 {
    gap: -135px;
  }

  .md\:gap-0p {
    gap: 0%;
  }

  .md\:gap-5p {
    gap: 5%;
  }

  .md\:gap-10p {
    gap: 10%;
  }

  .md\:gap-15p {
    gap: 15%;
  }

  .md\:gap-20p {
    gap: 20%;
  }

  .md\:gap-25p {
    gap: 25%;
  }

  .md\:gap-30p {
    gap: 30%;
  }

  .md\:gap-35p {
    gap: 35%;
  }

  .md\:gap-40p {
    gap: 40%;
  }

  .md\:gap-45p {
    gap: 45%;
  }

  .md\:gap-50p {
    gap: 50%;
  }

  .md\:gap-55p {
    gap: 55%;
  }

  .md\:gap-60p {
    gap: 60%;
  }

  .md\:gap-65p {
    gap: 65%;
  }

  .md\:gap-70p {
    gap: 70%;
  }

  .md\:gap-75p {
    gap: 75%;
  }

  .md\:gap-80p {
    gap: 80%;
  }

  .md\:gap-85p {
    gap: 85%;
  }

  .md\:gap-90p {
    gap: 90%;
  }

  .md\:gap-95p {
    gap: 95%;
  }

  .md\:gap-100p {
    gap: 100%;
  }

  .md\:gap-66\.5p {
    gap: 66.5%;
  }

  .md\:gap-67\.5p {
    gap: 67.5%;
  }

  .md\:gap-x-0 {
    -moz-column-gap: 0px;
         column-gap: 0px;
  }

  .md\:gap-x-3 {
    -moz-column-gap: 3px;
         column-gap: 3px;
  }

  .md\:gap-x-5 {
    -moz-column-gap: 5px;
         column-gap: 5px;
  }

  .md\:gap-x-8 {
    -moz-column-gap: 8px;
         column-gap: 8px;
  }

  .md\:gap-x-10 {
    -moz-column-gap: 10px;
         column-gap: 10px;
  }

  .md\:gap-x-12 {
    -moz-column-gap: 12px;
         column-gap: 12px;
  }

  .md\:gap-x-14 {
    -moz-column-gap: 14px;
         column-gap: 14px;
  }

  .md\:gap-x-15 {
    -moz-column-gap: 15px;
         column-gap: 15px;
  }

  .md\:gap-x-16 {
    -moz-column-gap: 16px;
         column-gap: 16px;
  }

  .md\:gap-x-20 {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }

  .md\:gap-x-24 {
    -moz-column-gap: 24px;
         column-gap: 24px;
  }

  .md\:gap-x-28 {
    -moz-column-gap: 28px;
         column-gap: 28px;
  }

  .md\:gap-x-29 {
    -moz-column-gap: 29px;
         column-gap: 29px;
  }

  .md\:gap-x-30 {
    -moz-column-gap: 30px;
         column-gap: 30px;
  }

  .md\:gap-x-32 {
    -moz-column-gap: 32px;
         column-gap: 32px;
  }

  .md\:gap-x-35 {
    -moz-column-gap: 35px;
         column-gap: 35px;
  }

  .md\:gap-x-36 {
    -moz-column-gap: 36px;
         column-gap: 36px;
  }

  .md\:gap-x-37 {
    -moz-column-gap: 37px;
         column-gap: 37px;
  }

  .md\:gap-x-39 {
    -moz-column-gap: 39px;
         column-gap: 39px;
  }

  .md\:gap-x-40 {
    -moz-column-gap: 40px;
         column-gap: 40px;
  }

  .md\:gap-x-47 {
    -moz-column-gap: 47px;
         column-gap: 47px;
  }

  .md\:gap-x-50 {
    -moz-column-gap: 50px;
         column-gap: 50px;
  }

  .md\:gap-x-56 {
    -moz-column-gap: 56px;
         column-gap: 56px;
  }

  .md\:gap-x-64 {
    -moz-column-gap: 64px;
         column-gap: 64px;
  }

  .md\:gap-x-70 {
    -moz-column-gap: 70px;
         column-gap: 70px;
  }

  .md\:gap-x-72 {
    -moz-column-gap: 72px;
         column-gap: 72px;
  }

  .md\:gap-x-75 {
    -moz-column-gap: 75px;
         column-gap: 75px;
  }

  .md\:gap-x-80 {
    -moz-column-gap: 80px;
         column-gap: 80px;
  }

  .md\:gap-x-83 {
    -moz-column-gap: 83px;
         column-gap: 83px;
  }

  .md\:gap-x-100 {
    -moz-column-gap: 100px;
         column-gap: 100px;
  }

  .md\:gap-x-118 {
    -moz-column-gap: 118px;
         column-gap: 118px;
  }

  .md\:gap-x-130 {
    -moz-column-gap: 130px;
         column-gap: 130px;
  }

  .md\:gap-x-150 {
    -moz-column-gap: 150px;
         column-gap: 150px;
  }

  .md\:gap-x-180 {
    -moz-column-gap: 180px;
         column-gap: 180px;
  }

  .md\:gap-x-213 {
    -moz-column-gap: 213px;
         column-gap: 213px;
  }

  .md\:gap-x-225 {
    -moz-column-gap: 225px;
         column-gap: 225px;
  }

  .md\:gap-x-250 {
    -moz-column-gap: 250px;
         column-gap: 250px;
  }

  .md\:gap-x-300 {
    -moz-column-gap: 300px;
         column-gap: 300px;
  }

  .md\:gap-x-320 {
    -moz-column-gap: 320px;
         column-gap: 320px;
  }

  .md\:gap-x-345 {
    -moz-column-gap: 345px;
         column-gap: 345px;
  }

  .md\:gap-x-485 {
    -moz-column-gap: 485px;
         column-gap: 485px;
  }

  .md\:gap-x-px {
    -moz-column-gap: 1px;
         column-gap: 1px;
  }

  .md\:-gap-x-135 {
    -moz-column-gap: -135px;
         column-gap: -135px;
  }

  .md\:gap-x-0p {
    -moz-column-gap: 0%;
         column-gap: 0%;
  }

  .md\:gap-x-5p {
    -moz-column-gap: 5%;
         column-gap: 5%;
  }

  .md\:gap-x-10p {
    -moz-column-gap: 10%;
         column-gap: 10%;
  }

  .md\:gap-x-15p {
    -moz-column-gap: 15%;
         column-gap: 15%;
  }

  .md\:gap-x-20p {
    -moz-column-gap: 20%;
         column-gap: 20%;
  }

  .md\:gap-x-25p {
    -moz-column-gap: 25%;
         column-gap: 25%;
  }

  .md\:gap-x-30p {
    -moz-column-gap: 30%;
         column-gap: 30%;
  }

  .md\:gap-x-35p {
    -moz-column-gap: 35%;
         column-gap: 35%;
  }

  .md\:gap-x-40p {
    -moz-column-gap: 40%;
         column-gap: 40%;
  }

  .md\:gap-x-45p {
    -moz-column-gap: 45%;
         column-gap: 45%;
  }

  .md\:gap-x-50p {
    -moz-column-gap: 50%;
         column-gap: 50%;
  }

  .md\:gap-x-55p {
    -moz-column-gap: 55%;
         column-gap: 55%;
  }

  .md\:gap-x-60p {
    -moz-column-gap: 60%;
         column-gap: 60%;
  }

  .md\:gap-x-65p {
    -moz-column-gap: 65%;
         column-gap: 65%;
  }

  .md\:gap-x-70p {
    -moz-column-gap: 70%;
         column-gap: 70%;
  }

  .md\:gap-x-75p {
    -moz-column-gap: 75%;
         column-gap: 75%;
  }

  .md\:gap-x-80p {
    -moz-column-gap: 80%;
         column-gap: 80%;
  }

  .md\:gap-x-85p {
    -moz-column-gap: 85%;
         column-gap: 85%;
  }

  .md\:gap-x-90p {
    -moz-column-gap: 90%;
         column-gap: 90%;
  }

  .md\:gap-x-95p {
    -moz-column-gap: 95%;
         column-gap: 95%;
  }

  .md\:gap-x-100p {
    -moz-column-gap: 100%;
         column-gap: 100%;
  }

  .md\:gap-x-66\.5p {
    -moz-column-gap: 66.5%;
         column-gap: 66.5%;
  }

  .md\:gap-x-67\.5p {
    -moz-column-gap: 67.5%;
         column-gap: 67.5%;
  }

  .md\:gap-y-0 {
    row-gap: 0px;
  }

  .md\:gap-y-3 {
    row-gap: 3px;
  }

  .md\:gap-y-5 {
    row-gap: 5px;
  }

  .md\:gap-y-8 {
    row-gap: 8px;
  }

  .md\:gap-y-10 {
    row-gap: 10px;
  }

  .md\:gap-y-12 {
    row-gap: 12px;
  }

  .md\:gap-y-14 {
    row-gap: 14px;
  }

  .md\:gap-y-15 {
    row-gap: 15px;
  }

  .md\:gap-y-16 {
    row-gap: 16px;
  }

  .md\:gap-y-20 {
    row-gap: 20px;
  }

  .md\:gap-y-24 {
    row-gap: 24px;
  }

  .md\:gap-y-28 {
    row-gap: 28px;
  }

  .md\:gap-y-29 {
    row-gap: 29px;
  }

  .md\:gap-y-30 {
    row-gap: 30px;
  }

  .md\:gap-y-32 {
    row-gap: 32px;
  }

  .md\:gap-y-35 {
    row-gap: 35px;
  }

  .md\:gap-y-36 {
    row-gap: 36px;
  }

  .md\:gap-y-37 {
    row-gap: 37px;
  }

  .md\:gap-y-39 {
    row-gap: 39px;
  }

  .md\:gap-y-40 {
    row-gap: 40px;
  }

  .md\:gap-y-47 {
    row-gap: 47px;
  }

  .md\:gap-y-50 {
    row-gap: 50px;
  }

  .md\:gap-y-56 {
    row-gap: 56px;
  }

  .md\:gap-y-64 {
    row-gap: 64px;
  }

  .md\:gap-y-70 {
    row-gap: 70px;
  }

  .md\:gap-y-72 {
    row-gap: 72px;
  }

  .md\:gap-y-75 {
    row-gap: 75px;
  }

  .md\:gap-y-80 {
    row-gap: 80px;
  }

  .md\:gap-y-83 {
    row-gap: 83px;
  }

  .md\:gap-y-100 {
    row-gap: 100px;
  }

  .md\:gap-y-118 {
    row-gap: 118px;
  }

  .md\:gap-y-130 {
    row-gap: 130px;
  }

  .md\:gap-y-150 {
    row-gap: 150px;
  }

  .md\:gap-y-180 {
    row-gap: 180px;
  }

  .md\:gap-y-213 {
    row-gap: 213px;
  }

  .md\:gap-y-225 {
    row-gap: 225px;
  }

  .md\:gap-y-250 {
    row-gap: 250px;
  }

  .md\:gap-y-300 {
    row-gap: 300px;
  }

  .md\:gap-y-320 {
    row-gap: 320px;
  }

  .md\:gap-y-345 {
    row-gap: 345px;
  }

  .md\:gap-y-485 {
    row-gap: 485px;
  }

  .md\:gap-y-px {
    row-gap: 1px;
  }

  .md\:-gap-y-135 {
    row-gap: -135px;
  }

  .md\:gap-y-0p {
    row-gap: 0%;
  }

  .md\:gap-y-5p {
    row-gap: 5%;
  }

  .md\:gap-y-10p {
    row-gap: 10%;
  }

  .md\:gap-y-15p {
    row-gap: 15%;
  }

  .md\:gap-y-20p {
    row-gap: 20%;
  }

  .md\:gap-y-25p {
    row-gap: 25%;
  }

  .md\:gap-y-30p {
    row-gap: 30%;
  }

  .md\:gap-y-35p {
    row-gap: 35%;
  }

  .md\:gap-y-40p {
    row-gap: 40%;
  }

  .md\:gap-y-45p {
    row-gap: 45%;
  }

  .md\:gap-y-50p {
    row-gap: 50%;
  }

  .md\:gap-y-55p {
    row-gap: 55%;
  }

  .md\:gap-y-60p {
    row-gap: 60%;
  }

  .md\:gap-y-65p {
    row-gap: 65%;
  }

  .md\:gap-y-70p {
    row-gap: 70%;
  }

  .md\:gap-y-75p {
    row-gap: 75%;
  }

  .md\:gap-y-80p {
    row-gap: 80%;
  }

  .md\:gap-y-85p {
    row-gap: 85%;
  }

  .md\:gap-y-90p {
    row-gap: 90%;
  }

  .md\:gap-y-95p {
    row-gap: 95%;
  }

  .md\:gap-y-100p {
    row-gap: 100%;
  }

  .md\:gap-y-66\.5p {
    row-gap: 66.5%;
  }

  .md\:gap-y-67\.5p {
    row-gap: 67.5%;
  }

  .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;
  }

  .group:hover .md\:group-hover\:scale-0 {
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .group:hover .md\:group-hover\:scale-50 {
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .group:hover .md\:group-hover\:scale-75 {
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .group:hover .md\:group-hover\:scale-90 {
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .group:hover .md\:group-hover\:scale-95 {
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .group:hover .md\:group-hover\:scale-100 {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .group:hover .md\:group-hover\:scale-105 {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .group:hover .md\:group-hover\:scale-110 {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .group:hover .md\:group-hover\:scale-125 {
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .group:hover .md\:group-hover\:scale-150 {
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .group:hover .md\:group-hover\:scale-x-0 {
    --tw-scale-x: 0;
  }

  .group:hover .md\:group-hover\:scale-x-50 {
    --tw-scale-x: .5;
  }

  .group:hover .md\:group-hover\:scale-x-75 {
    --tw-scale-x: .75;
  }

  .group:hover .md\:group-hover\:scale-x-90 {
    --tw-scale-x: .9;
  }

  .group:hover .md\:group-hover\:scale-x-95 {
    --tw-scale-x: .95;
  }

  .group:hover .md\:group-hover\:scale-x-100 {
    --tw-scale-x: 1;
  }

  .group:hover .md\:group-hover\:scale-x-105 {
    --tw-scale-x: 1.05;
  }

  .group:hover .md\:group-hover\:scale-x-110 {
    --tw-scale-x: 1.1;
  }

  .group:hover .md\:group-hover\:scale-x-125 {
    --tw-scale-x: 1.25;
  }

  .group:hover .md\:group-hover\:scale-x-150 {
    --tw-scale-x: 1.5;
  }

  .group:hover .md\:group-hover\:scale-y-0 {
    --tw-scale-y: 0;
  }

  .group:hover .md\:group-hover\:scale-y-50 {
    --tw-scale-y: .5;
  }

  .group:hover .md\:group-hover\:scale-y-75 {
    --tw-scale-y: .75;
  }

  .group:hover .md\:group-hover\:scale-y-90 {
    --tw-scale-y: .9;
  }

  .group:hover .md\:group-hover\:scale-y-95 {
    --tw-scale-y: .95;
  }

  .group:hover .md\:group-hover\:scale-y-100 {
    --tw-scale-y: 1;
  }

  .group:hover .md\:group-hover\:scale-y-105 {
    --tw-scale-y: 1.05;
  }

  .group:hover .md\:group-hover\:scale-y-110 {
    --tw-scale-y: 1.1;
  }

  .group:hover .md\:group-hover\:scale-y-125 {
    --tw-scale-y: 1.25;
  }

  .group:hover .md\:group-hover\:scale-y-150 {
    --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-3 {
    --tw-translate-x: 3px;
  }

  .md\:translate-x-5 {
    --tw-translate-x: 5px;
  }

  .md\:translate-x-8 {
    --tw-translate-x: 8px;
  }

  .md\:translate-x-10 {
    --tw-translate-x: 10px;
  }

  .md\:translate-x-12 {
    --tw-translate-x: 12px;
  }

  .md\:translate-x-14 {
    --tw-translate-x: 14px;
  }

  .md\:translate-x-15 {
    --tw-translate-x: 15px;
  }

  .md\:translate-x-16 {
    --tw-translate-x: 16px;
  }

  .md\:translate-x-20 {
    --tw-translate-x: 20px;
  }

  .md\:translate-x-24 {
    --tw-translate-x: 24px;
  }

  .md\:translate-x-28 {
    --tw-translate-x: 28px;
  }

  .md\:translate-x-29 {
    --tw-translate-x: 29px;
  }

  .md\:translate-x-30 {
    --tw-translate-x: 30px;
  }

  .md\:translate-x-32 {
    --tw-translate-x: 32px;
  }

  .md\:translate-x-35 {
    --tw-translate-x: 35px;
  }

  .md\:translate-x-36 {
    --tw-translate-x: 36px;
  }

  .md\:translate-x-37 {
    --tw-translate-x: 37px;
  }

  .md\:translate-x-39 {
    --tw-translate-x: 39px;
  }

  .md\:translate-x-40 {
    --tw-translate-x: 40px;
  }

  .md\:translate-x-47 {
    --tw-translate-x: 47px;
  }

  .md\:translate-x-50 {
    --tw-translate-x: 50px;
  }

  .md\:translate-x-56 {
    --tw-translate-x: 56px;
  }

  .md\:translate-x-64 {
    --tw-translate-x: 64px;
  }

  .md\:translate-x-70 {
    --tw-translate-x: 70px;
  }

  .md\:translate-x-72 {
    --tw-translate-x: 72px;
  }

  .md\:translate-x-75 {
    --tw-translate-x: 75px;
  }

  .md\:translate-x-80 {
    --tw-translate-x: 80px;
  }

  .md\:translate-x-83 {
    --tw-translate-x: 83px;
  }

  .md\:translate-x-100 {
    --tw-translate-x: 100px;
  }

  .md\:translate-x-118 {
    --tw-translate-x: 118px;
  }

  .md\:translate-x-130 {
    --tw-translate-x: 130px;
  }

  .md\:translate-x-150 {
    --tw-translate-x: 150px;
  }

  .md\:translate-x-180 {
    --tw-translate-x: 180px;
  }

  .md\:translate-x-213 {
    --tw-translate-x: 213px;
  }

  .md\:translate-x-225 {
    --tw-translate-x: 225px;
  }

  .md\:translate-x-250 {
    --tw-translate-x: 250px;
  }

  .md\:translate-x-300 {
    --tw-translate-x: 300px;
  }

  .md\:translate-x-320 {
    --tw-translate-x: 320px;
  }

  .md\:translate-x-345 {
    --tw-translate-x: 345px;
  }

  .md\:translate-x-485 {
    --tw-translate-x: 485px;
  }

  .md\:translate-x-px {
    --tw-translate-x: 1px;
  }

  .md\:-translate-x-135 {
    --tw-translate-x: -135px;
  }

  .md\:translate-x-0p {
    --tw-translate-x: 0%;
  }

  .md\:translate-x-5p {
    --tw-translate-x: 5%;
  }

  .md\:translate-x-10p {
    --tw-translate-x: 10%;
  }

  .md\:translate-x-15p {
    --tw-translate-x: 15%;
  }

  .md\:translate-x-20p {
    --tw-translate-x: 20%;
  }

  .md\:translate-x-25p {
    --tw-translate-x: 25%;
  }

  .md\:translate-x-30p {
    --tw-translate-x: 30%;
  }

  .md\:translate-x-35p {
    --tw-translate-x: 35%;
  }

  .md\:translate-x-40p {
    --tw-translate-x: 40%;
  }

  .md\:translate-x-45p {
    --tw-translate-x: 45%;
  }

  .md\:translate-x-50p {
    --tw-translate-x: 50%;
  }

  .md\:translate-x-55p {
    --tw-translate-x: 55%;
  }

  .md\:translate-x-60p {
    --tw-translate-x: 60%;
  }

  .md\:translate-x-65p {
    --tw-translate-x: 65%;
  }

  .md\:translate-x-70p {
    --tw-translate-x: 70%;
  }

  .md\:translate-x-75p {
    --tw-translate-x: 75%;
  }

  .md\:translate-x-80p {
    --tw-translate-x: 80%;
  }

  .md\:translate-x-85p {
    --tw-translate-x: 85%;
  }

  .md\:translate-x-90p {
    --tw-translate-x: 90%;
  }

  .md\:translate-x-95p {
    --tw-translate-x: 95%;
  }

  .md\:translate-x-100p {
    --tw-translate-x: 100%;
  }

  .md\:translate-x-66\.5p {
    --tw-translate-x: 66.5%;
  }

  .md\:translate-x-67\.5p {
    --tw-translate-x: 67.5%;
  }

  .md\:-translate-x-0 {
    --tw-translate-x: 0px;
  }

  .md\:-translate-x-3 {
    --tw-translate-x: -3px;
  }

  .md\:-translate-x-5 {
    --tw-translate-x: -5px;
  }

  .md\:-translate-x-8 {
    --tw-translate-x: -8px;
  }

  .md\:-translate-x-10 {
    --tw-translate-x: -10px;
  }

  .md\:-translate-x-12 {
    --tw-translate-x: -12px;
  }

  .md\:-translate-x-14 {
    --tw-translate-x: -14px;
  }

  .md\:-translate-x-15 {
    --tw-translate-x: -15px;
  }

  .md\:-translate-x-16 {
    --tw-translate-x: -16px;
  }

  .md\:-translate-x-20 {
    --tw-translate-x: -20px;
  }

  .md\:-translate-x-24 {
    --tw-translate-x: -24px;
  }

  .md\:-translate-x-28 {
    --tw-translate-x: -28px;
  }

  .md\:-translate-x-29 {
    --tw-translate-x: -29px;
  }

  .md\:-translate-x-30 {
    --tw-translate-x: -30px;
  }

  .md\:-translate-x-32 {
    --tw-translate-x: -32px;
  }

  .md\:-translate-x-35 {
    --tw-translate-x: -35px;
  }

  .md\:-translate-x-36 {
    --tw-translate-x: -36px;
  }

  .md\:-translate-x-37 {
    --tw-translate-x: -37px;
  }

  .md\:-translate-x-39 {
    --tw-translate-x: -39px;
  }

  .md\:-translate-x-40 {
    --tw-translate-x: -40px;
  }

  .md\:-translate-x-47 {
    --tw-translate-x: -47px;
  }

  .md\:-translate-x-50 {
    --tw-translate-x: -50px;
  }

  .md\:-translate-x-56 {
    --tw-translate-x: -56px;
  }

  .md\:-translate-x-64 {
    --tw-translate-x: -64px;
  }

  .md\:-translate-x-70 {
    --tw-translate-x: -70px;
  }

  .md\:-translate-x-72 {
    --tw-translate-x: -72px;
  }

  .md\:-translate-x-75 {
    --tw-translate-x: -75px;
  }

  .md\:-translate-x-80 {
    --tw-translate-x: -80px;
  }

  .md\:-translate-x-83 {
    --tw-translate-x: -83px;
  }

  .md\:-translate-x-100 {
    --tw-translate-x: -100px;
  }

  .md\:-translate-x-118 {
    --tw-translate-x: -118px;
  }

  .md\:-translate-x-130 {
    --tw-translate-x: -130px;
  }

  .md\:-translate-x-150 {
    --tw-translate-x: -150px;
  }

  .md\:-translate-x-180 {
    --tw-translate-x: -180px;
  }

  .md\:-translate-x-213 {
    --tw-translate-x: -213px;
  }

  .md\:-translate-x-225 {
    --tw-translate-x: -225px;
  }

  .md\:-translate-x-250 {
    --tw-translate-x: -250px;
  }

  .md\:-translate-x-300 {
    --tw-translate-x: -300px;
  }

  .md\:-translate-x-320 {
    --tw-translate-x: -320px;
  }

  .md\:-translate-x-345 {
    --tw-translate-x: -345px;
  }

  .md\:-translate-x-485 {
    --tw-translate-x: -485px;
  }

  .md\:-translate-x-px {
    --tw-translate-x: -1px;
  }

  .md\:-translate-x--135 {
    --tw-translate-x: 135px;
  }

  .md\:-translate-x-0p {
    --tw-translate-x: 0%;
  }

  .md\:-translate-x-5p {
    --tw-translate-x: -5%;
  }

  .md\:-translate-x-10p {
    --tw-translate-x: -10%;
  }

  .md\:-translate-x-15p {
    --tw-translate-x: -15%;
  }

  .md\:-translate-x-20p {
    --tw-translate-x: -20%;
  }

  .md\:-translate-x-25p {
    --tw-translate-x: -25%;
  }

  .md\:-translate-x-30p {
    --tw-translate-x: -30%;
  }

  .md\:-translate-x-35p {
    --tw-translate-x: -35%;
  }

  .md\:-translate-x-40p {
    --tw-translate-x: -40%;
  }

  .md\:-translate-x-45p {
    --tw-translate-x: -45%;
  }

  .md\:-translate-x-50p {
    --tw-translate-x: -50%;
  }

  .md\:-translate-x-55p {
    --tw-translate-x: -55%;
  }

  .md\:-translate-x-60p {
    --tw-translate-x: -60%;
  }

  .md\:-translate-x-65p {
    --tw-translate-x: -65%;
  }

  .md\:-translate-x-70p {
    --tw-translate-x: -70%;
  }

  .md\:-translate-x-75p {
    --tw-translate-x: -75%;
  }

  .md\:-translate-x-80p {
    --tw-translate-x: -80%;
  }

  .md\:-translate-x-85p {
    --tw-translate-x: -85%;
  }

  .md\:-translate-x-90p {
    --tw-translate-x: -90%;
  }

  .md\:-translate-x-95p {
    --tw-translate-x: -95%;
  }

  .md\:-translate-x-100p {
    --tw-translate-x: -100%;
  }

  .md\:-translate-x-66\.5p {
    --tw-translate-x: -66.5%;
  }

  .md\:-translate-x-67\.5p {
    --tw-translate-x: -67.5%;
  }

  .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-3 {
    --tw-translate-y: 3px;
  }

  .md\:translate-y-5 {
    --tw-translate-y: 5px;
  }

  .md\:translate-y-8 {
    --tw-translate-y: 8px;
  }

  .md\:translate-y-10 {
    --tw-translate-y: 10px;
  }

  .md\:translate-y-12 {
    --tw-translate-y: 12px;
  }

  .md\:translate-y-14 {
    --tw-translate-y: 14px;
  }

  .md\:translate-y-15 {
    --tw-translate-y: 15px;
  }

  .md\:translate-y-16 {
    --tw-translate-y: 16px;
  }

  .md\:translate-y-20 {
    --tw-translate-y: 20px;
  }

  .md\:translate-y-24 {
    --tw-translate-y: 24px;
  }

  .md\:translate-y-28 {
    --tw-translate-y: 28px;
  }

  .md\:translate-y-29 {
    --tw-translate-y: 29px;
  }

  .md\:translate-y-30 {
    --tw-translate-y: 30px;
  }

  .md\:translate-y-32 {
    --tw-translate-y: 32px;
  }

  .md\:translate-y-35 {
    --tw-translate-y: 35px;
  }

  .md\:translate-y-36 {
    --tw-translate-y: 36px;
  }

  .md\:translate-y-37 {
    --tw-translate-y: 37px;
  }

  .md\:translate-y-39 {
    --tw-translate-y: 39px;
  }

  .md\:translate-y-40 {
    --tw-translate-y: 40px;
  }

  .md\:translate-y-47 {
    --tw-translate-y: 47px;
  }

  .md\:translate-y-50 {
    --tw-translate-y: 50px;
  }

  .md\:translate-y-56 {
    --tw-translate-y: 56px;
  }

  .md\:translate-y-64 {
    --tw-translate-y: 64px;
  }

  .md\:translate-y-70 {
    --tw-translate-y: 70px;
  }

  .md\:translate-y-72 {
    --tw-translate-y: 72px;
  }

  .md\:translate-y-75 {
    --tw-translate-y: 75px;
  }

  .md\:translate-y-80 {
    --tw-translate-y: 80px;
  }

  .md\:translate-y-83 {
    --tw-translate-y: 83px;
  }

  .md\:translate-y-100 {
    --tw-translate-y: 100px;
  }

  .md\:translate-y-118 {
    --tw-translate-y: 118px;
  }

  .md\:translate-y-130 {
    --tw-translate-y: 130px;
  }

  .md\:translate-y-150 {
    --tw-translate-y: 150px;
  }

  .md\:translate-y-180 {
    --tw-translate-y: 180px;
  }

  .md\:translate-y-213 {
    --tw-translate-y: 213px;
  }

  .md\:translate-y-225 {
    --tw-translate-y: 225px;
  }

  .md\:translate-y-250 {
    --tw-translate-y: 250px;
  }

  .md\:translate-y-300 {
    --tw-translate-y: 300px;
  }

  .md\:translate-y-320 {
    --tw-translate-y: 320px;
  }

  .md\:translate-y-345 {
    --tw-translate-y: 345px;
  }

  .md\:translate-y-485 {
    --tw-translate-y: 485px;
  }

  .md\:translate-y-px {
    --tw-translate-y: 1px;
  }

  .md\:-translate-y-135 {
    --tw-translate-y: -135px;
  }

  .md\:translate-y-0p {
    --tw-translate-y: 0%;
  }

  .md\:translate-y-5p {
    --tw-translate-y: 5%;
  }

  .md\:translate-y-10p {
    --tw-translate-y: 10%;
  }

  .md\:translate-y-15p {
    --tw-translate-y: 15%;
  }

  .md\:translate-y-20p {
    --tw-translate-y: 20%;
  }

  .md\:translate-y-25p {
    --tw-translate-y: 25%;
  }

  .md\:translate-y-30p {
    --tw-translate-y: 30%;
  }

  .md\:translate-y-35p {
    --tw-translate-y: 35%;
  }

  .md\:translate-y-40p {
    --tw-translate-y: 40%;
  }

  .md\:translate-y-45p {
    --tw-translate-y: 45%;
  }

  .md\:translate-y-50p {
    --tw-translate-y: 50%;
  }

  .md\:translate-y-55p {
    --tw-translate-y: 55%;
  }

  .md\:translate-y-60p {
    --tw-translate-y: 60%;
  }

  .md\:translate-y-65p {
    --tw-translate-y: 65%;
  }

  .md\:translate-y-70p {
    --tw-translate-y: 70%;
  }

  .md\:translate-y-75p {
    --tw-translate-y: 75%;
  }

  .md\:translate-y-80p {
    --tw-translate-y: 80%;
  }

  .md\:translate-y-85p {
    --tw-translate-y: 85%;
  }

  .md\:translate-y-90p {
    --tw-translate-y: 90%;
  }

  .md\:translate-y-95p {
    --tw-translate-y: 95%;
  }

  .md\:translate-y-100p {
    --tw-translate-y: 100%;
  }

  .md\:translate-y-66\.5p {
    --tw-translate-y: 66.5%;
  }

  .md\:translate-y-67\.5p {
    --tw-translate-y: 67.5%;
  }

  .md\:-translate-y-0 {
    --tw-translate-y: 0px;
  }

  .md\:-translate-y-3 {
    --tw-translate-y: -3px;
  }

  .md\:-translate-y-5 {
    --tw-translate-y: -5px;
  }

  .md\:-translate-y-8 {
    --tw-translate-y: -8px;
  }

  .md\:-translate-y-10 {
    --tw-translate-y: -10px;
  }

  .md\:-translate-y-12 {
    --tw-translate-y: -12px;
  }

  .md\:-translate-y-14 {
    --tw-translate-y: -14px;
  }

  .md\:-translate-y-15 {
    --tw-translate-y: -15px;
  }

  .md\:-translate-y-16 {
    --tw-translate-y: -16px;
  }

  .md\:-translate-y-20 {
    --tw-translate-y: -20px;
  }

  .md\:-translate-y-24 {
    --tw-translate-y: -24px;
  }

  .md\:-translate-y-28 {
    --tw-translate-y: -28px;
  }

  .md\:-translate-y-29 {
    --tw-translate-y: -29px;
  }

  .md\:-translate-y-30 {
    --tw-translate-y: -30px;
  }

  .md\:-translate-y-32 {
    --tw-translate-y: -32px;
  }

  .md\:-translate-y-35 {
    --tw-translate-y: -35px;
  }

  .md\:-translate-y-36 {
    --tw-translate-y: -36px;
  }

  .md\:-translate-y-37 {
    --tw-translate-y: -37px;
  }

  .md\:-translate-y-39 {
    --tw-translate-y: -39px;
  }

  .md\:-translate-y-40 {
    --tw-translate-y: -40px;
  }

  .md\:-translate-y-47 {
    --tw-translate-y: -47px;
  }

  .md\:-translate-y-50 {
    --tw-translate-y: -50px;
  }

  .md\:-translate-y-56 {
    --tw-translate-y: -56px;
  }

  .md\:-translate-y-64 {
    --tw-translate-y: -64px;
  }

  .md\:-translate-y-70 {
    --tw-translate-y: -70px;
  }

  .md\:-translate-y-72 {
    --tw-translate-y: -72px;
  }

  .md\:-translate-y-75 {
    --tw-translate-y: -75px;
  }

  .md\:-translate-y-80 {
    --tw-translate-y: -80px;
  }

  .md\:-translate-y-83 {
    --tw-translate-y: -83px;
  }

  .md\:-translate-y-100 {
    --tw-translate-y: -100px;
  }

  .md\:-translate-y-118 {
    --tw-translate-y: -118px;
  }

  .md\:-translate-y-130 {
    --tw-translate-y: -130px;
  }

  .md\:-translate-y-150 {
    --tw-translate-y: -150px;
  }

  .md\:-translate-y-180 {
    --tw-translate-y: -180px;
  }

  .md\:-translate-y-213 {
    --tw-translate-y: -213px;
  }

  .md\:-translate-y-225 {
    --tw-translate-y: -225px;
  }

  .md\:-translate-y-250 {
    --tw-translate-y: -250px;
  }

  .md\:-translate-y-300 {
    --tw-translate-y: -300px;
  }

  .md\:-translate-y-320 {
    --tw-translate-y: -320px;
  }

  .md\:-translate-y-345 {
    --tw-translate-y: -345px;
  }

  .md\:-translate-y-485 {
    --tw-translate-y: -485px;
  }

  .md\:-translate-y-px {
    --tw-translate-y: -1px;
  }

  .md\:-translate-y--135 {
    --tw-translate-y: 135px;
  }

  .md\:-translate-y-0p {
    --tw-translate-y: 0%;
  }

  .md\:-translate-y-5p {
    --tw-translate-y: -5%;
  }

  .md\:-translate-y-10p {
    --tw-translate-y: -10%;
  }

  .md\:-translate-y-15p {
    --tw-translate-y: -15%;
  }

  .md\:-translate-y-20p {
    --tw-translate-y: -20%;
  }

  .md\:-translate-y-25p {
    --tw-translate-y: -25%;
  }

  .md\:-translate-y-30p {
    --tw-translate-y: -30%;
  }

  .md\:-translate-y-35p {
    --tw-translate-y: -35%;
  }

  .md\:-translate-y-40p {
    --tw-translate-y: -40%;
  }

  .md\:-translate-y-45p {
    --tw-translate-y: -45%;
  }

  .md\:-translate-y-50p {
    --tw-translate-y: -50%;
  }

  .md\:-translate-y-55p {
    --tw-translate-y: -55%;
  }

  .md\:-translate-y-60p {
    --tw-translate-y: -60%;
  }

  .md\:-translate-y-65p {
    --tw-translate-y: -65%;
  }

  .md\:-translate-y-70p {
    --tw-translate-y: -70%;
  }

  .md\:-translate-y-75p {
    --tw-translate-y: -75%;
  }

  .md\:-translate-y-80p {
    --tw-translate-y: -80%;
  }

  .md\:-translate-y-85p {
    --tw-translate-y: -85%;
  }

  .md\:-translate-y-90p {
    --tw-translate-y: -90%;
  }

  .md\:-translate-y-95p {
    --tw-translate-y: -95%;
  }

  .md\:-translate-y-100p {
    --tw-translate-y: -100%;
  }

  .md\:-translate-y-66\.5p {
    --tw-translate-y: -66.5%;
  }

  .md\:-translate-y-67\.5p {
    --tw-translate-y: -67.5%;
  }

  .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-3:hover {
    --tw-translate-x: 3px;
  }

  .md\:hover\:translate-x-5:hover {
    --tw-translate-x: 5px;
  }

  .md\:hover\:translate-x-8:hover {
    --tw-translate-x: 8px;
  }

  .md\:hover\:translate-x-10:hover {
    --tw-translate-x: 10px;
  }

  .md\:hover\:translate-x-12:hover {
    --tw-translate-x: 12px;
  }

  .md\:hover\:translate-x-14:hover {
    --tw-translate-x: 14px;
  }

  .md\:hover\:translate-x-15:hover {
    --tw-translate-x: 15px;
  }

  .md\:hover\:translate-x-16:hover {
    --tw-translate-x: 16px;
  }

  .md\:hover\:translate-x-20:hover {
    --tw-translate-x: 20px;
  }

  .md\:hover\:translate-x-24:hover {
    --tw-translate-x: 24px;
  }

  .md\:hover\:translate-x-28:hover {
    --tw-translate-x: 28px;
  }

  .md\:hover\:translate-x-29:hover {
    --tw-translate-x: 29px;
  }

  .md\:hover\:translate-x-30:hover {
    --tw-translate-x: 30px;
  }

  .md\:hover\:translate-x-32:hover {
    --tw-translate-x: 32px;
  }

  .md\:hover\:translate-x-35:hover {
    --tw-translate-x: 35px;
  }

  .md\:hover\:translate-x-36:hover {
    --tw-translate-x: 36px;
  }

  .md\:hover\:translate-x-37:hover {
    --tw-translate-x: 37px;
  }

  .md\:hover\:translate-x-39:hover {
    --tw-translate-x: 39px;
  }

  .md\:hover\:translate-x-40:hover {
    --tw-translate-x: 40px;
  }

  .md\:hover\:translate-x-47:hover {
    --tw-translate-x: 47px;
  }

  .md\:hover\:translate-x-50:hover {
    --tw-translate-x: 50px;
  }

  .md\:hover\:translate-x-56:hover {
    --tw-translate-x: 56px;
  }

  .md\:hover\:translate-x-64:hover {
    --tw-translate-x: 64px;
  }

  .md\:hover\:translate-x-70:hover {
    --tw-translate-x: 70px;
  }

  .md\:hover\:translate-x-72:hover {
    --tw-translate-x: 72px;
  }

  .md\:hover\:translate-x-75:hover {
    --tw-translate-x: 75px;
  }

  .md\:hover\:translate-x-80:hover {
    --tw-translate-x: 80px;
  }

  .md\:hover\:translate-x-83:hover {
    --tw-translate-x: 83px;
  }

  .md\:hover\:translate-x-100:hover {
    --tw-translate-x: 100px;
  }

  .md\:hover\:translate-x-118:hover {
    --tw-translate-x: 118px;
  }

  .md\:hover\:translate-x-130:hover {
    --tw-translate-x: 130px;
  }

  .md\:hover\:translate-x-150:hover {
    --tw-translate-x: 150px;
  }

  .md\:hover\:translate-x-180:hover {
    --tw-translate-x: 180px;
  }

  .md\:hover\:translate-x-213:hover {
    --tw-translate-x: 213px;
  }

  .md\:hover\:translate-x-225:hover {
    --tw-translate-x: 225px;
  }

  .md\:hover\:translate-x-250:hover {
    --tw-translate-x: 250px;
  }

  .md\:hover\:translate-x-300:hover {
    --tw-translate-x: 300px;
  }

  .md\:hover\:translate-x-320:hover {
    --tw-translate-x: 320px;
  }

  .md\:hover\:translate-x-345:hover {
    --tw-translate-x: 345px;
  }

  .md\:hover\:translate-x-485:hover {
    --tw-translate-x: 485px;
  }

  .md\:hover\:translate-x-px:hover {
    --tw-translate-x: 1px;
  }

  .md\:hover\:-translate-x-135:hover {
    --tw-translate-x: -135px;
  }

  .md\:hover\:translate-x-0p:hover {
    --tw-translate-x: 0%;
  }

  .md\:hover\:translate-x-5p:hover {
    --tw-translate-x: 5%;
  }

  .md\:hover\:translate-x-10p:hover {
    --tw-translate-x: 10%;
  }

  .md\:hover\:translate-x-15p:hover {
    --tw-translate-x: 15%;
  }

  .md\:hover\:translate-x-20p:hover {
    --tw-translate-x: 20%;
  }

  .md\:hover\:translate-x-25p:hover {
    --tw-translate-x: 25%;
  }

  .md\:hover\:translate-x-30p:hover {
    --tw-translate-x: 30%;
  }

  .md\:hover\:translate-x-35p:hover {
    --tw-translate-x: 35%;
  }

  .md\:hover\:translate-x-40p:hover {
    --tw-translate-x: 40%;
  }

  .md\:hover\:translate-x-45p:hover {
    --tw-translate-x: 45%;
  }

  .md\:hover\:translate-x-50p:hover {
    --tw-translate-x: 50%;
  }

  .md\:hover\:translate-x-55p:hover {
    --tw-translate-x: 55%;
  }

  .md\:hover\:translate-x-60p:hover {
    --tw-translate-x: 60%;
  }

  .md\:hover\:translate-x-65p:hover {
    --tw-translate-x: 65%;
  }

  .md\:hover\:translate-x-70p:hover {
    --tw-translate-x: 70%;
  }

  .md\:hover\:translate-x-75p:hover {
    --tw-translate-x: 75%;
  }

  .md\:hover\:translate-x-80p:hover {
    --tw-translate-x: 80%;
  }

  .md\:hover\:translate-x-85p:hover {
    --tw-translate-x: 85%;
  }

  .md\:hover\:translate-x-90p:hover {
    --tw-translate-x: 90%;
  }

  .md\:hover\:translate-x-95p:hover {
    --tw-translate-x: 95%;
  }

  .md\:hover\:translate-x-100p:hover {
    --tw-translate-x: 100%;
  }

  .md\:hover\:translate-x-66\.5p:hover {
    --tw-translate-x: 66.5%;
  }

  .md\:hover\:translate-x-67\.5p:hover {
    --tw-translate-x: 67.5%;
  }

  .md\:hover\:-translate-x-0:hover {
    --tw-translate-x: 0px;
  }

  .md\:hover\:-translate-x-3:hover {
    --tw-translate-x: -3px;
  }

  .md\:hover\:-translate-x-5:hover {
    --tw-translate-x: -5px;
  }

  .md\:hover\:-translate-x-8:hover {
    --tw-translate-x: -8px;
  }

  .md\:hover\:-translate-x-10:hover {
    --tw-translate-x: -10px;
  }

  .md\:hover\:-translate-x-12:hover {
    --tw-translate-x: -12px;
  }

  .md\:hover\:-translate-x-14:hover {
    --tw-translate-x: -14px;
  }

  .md\:hover\:-translate-x-15:hover {
    --tw-translate-x: -15px;
  }

  .md\:hover\:-translate-x-16:hover {
    --tw-translate-x: -16px;
  }

  .md\:hover\:-translate-x-20:hover {
    --tw-translate-x: -20px;
  }

  .md\:hover\:-translate-x-24:hover {
    --tw-translate-x: -24px;
  }

  .md\:hover\:-translate-x-28:hover {
    --tw-translate-x: -28px;
  }

  .md\:hover\:-translate-x-29:hover {
    --tw-translate-x: -29px;
  }

  .md\:hover\:-translate-x-30:hover {
    --tw-translate-x: -30px;
  }

  .md\:hover\:-translate-x-32:hover {
    --tw-translate-x: -32px;
  }

  .md\:hover\:-translate-x-35:hover {
    --tw-translate-x: -35px;
  }

  .md\:hover\:-translate-x-36:hover {
    --tw-translate-x: -36px;
  }

  .md\:hover\:-translate-x-37:hover {
    --tw-translate-x: -37px;
  }

  .md\:hover\:-translate-x-39:hover {
    --tw-translate-x: -39px;
  }

  .md\:hover\:-translate-x-40:hover {
    --tw-translate-x: -40px;
  }

  .md\:hover\:-translate-x-47:hover {
    --tw-translate-x: -47px;
  }

  .md\:hover\:-translate-x-50:hover {
    --tw-translate-x: -50px;
  }

  .md\:hover\:-translate-x-56:hover {
    --tw-translate-x: -56px;
  }

  .md\:hover\:-translate-x-64:hover {
    --tw-translate-x: -64px;
  }

  .md\:hover\:-translate-x-70:hover {
    --tw-translate-x: -70px;
  }

  .md\:hover\:-translate-x-72:hover {
    --tw-translate-x: -72px;
  }

  .md\:hover\:-translate-x-75:hover {
    --tw-translate-x: -75px;
  }

  .md\:hover\:-translate-x-80:hover {
    --tw-translate-x: -80px;
  }

  .md\:hover\:-translate-x-83:hover {
    --tw-translate-x: -83px;
  }

  .md\:hover\:-translate-x-100:hover {
    --tw-translate-x: -100px;
  }

  .md\:hover\:-translate-x-118:hover {
    --tw-translate-x: -118px;
  }

  .md\:hover\:-translate-x-130:hover {
    --tw-translate-x: -130px;
  }

  .md\:hover\:-translate-x-150:hover {
    --tw-translate-x: -150px;
  }

  .md\:hover\:-translate-x-180:hover {
    --tw-translate-x: -180px;
  }

  .md\:hover\:-translate-x-213:hover {
    --tw-translate-x: -213px;
  }

  .md\:hover\:-translate-x-225:hover {
    --tw-translate-x: -225px;
  }

  .md\:hover\:-translate-x-250:hover {
    --tw-translate-x: -250px;
  }

  .md\:hover\:-translate-x-300:hover {
    --tw-translate-x: -300px;
  }

  .md\:hover\:-translate-x-320:hover {
    --tw-translate-x: -320px;
  }

  .md\:hover\:-translate-x-345:hover {
    --tw-translate-x: -345px;
  }

  .md\:hover\:-translate-x-485:hover {
    --tw-translate-x: -485px;
  }

  .md\:hover\:-translate-x-px:hover {
    --tw-translate-x: -1px;
  }

  .md\:hover\:-translate-x--135:hover {
    --tw-translate-x: 135px;
  }

  .md\:hover\:-translate-x-0p:hover {
    --tw-translate-x: 0%;
  }

  .md\:hover\:-translate-x-5p:hover {
    --tw-translate-x: -5%;
  }

  .md\:hover\:-translate-x-10p:hover {
    --tw-translate-x: -10%;
  }

  .md\:hover\:-translate-x-15p:hover {
    --tw-translate-x: -15%;
  }

  .md\:hover\:-translate-x-20p:hover {
    --tw-translate-x: -20%;
  }

  .md\:hover\:-translate-x-25p:hover {
    --tw-translate-x: -25%;
  }

  .md\:hover\:-translate-x-30p:hover {
    --tw-translate-x: -30%;
  }

  .md\:hover\:-translate-x-35p:hover {
    --tw-translate-x: -35%;
  }

  .md\:hover\:-translate-x-40p:hover {
    --tw-translate-x: -40%;
  }

  .md\:hover\:-translate-x-45p:hover {
    --tw-translate-x: -45%;
  }

  .md\:hover\:-translate-x-50p:hover {
    --tw-translate-x: -50%;
  }

  .md\:hover\:-translate-x-55p:hover {
    --tw-translate-x: -55%;
  }

  .md\:hover\:-translate-x-60p:hover {
    --tw-translate-x: -60%;
  }

  .md\:hover\:-translate-x-65p:hover {
    --tw-translate-x: -65%;
  }

  .md\:hover\:-translate-x-70p:hover {
    --tw-translate-x: -70%;
  }

  .md\:hover\:-translate-x-75p:hover {
    --tw-translate-x: -75%;
  }

  .md\:hover\:-translate-x-80p:hover {
    --tw-translate-x: -80%;
  }

  .md\:hover\:-translate-x-85p:hover {
    --tw-translate-x: -85%;
  }

  .md\:hover\:-translate-x-90p:hover {
    --tw-translate-x: -90%;
  }

  .md\:hover\:-translate-x-95p:hover {
    --tw-translate-x: -95%;
  }

  .md\:hover\:-translate-x-100p:hover {
    --tw-translate-x: -100%;
  }

  .md\:hover\:-translate-x-66\.5p:hover {
    --tw-translate-x: -66.5%;
  }

  .md\:hover\:-translate-x-67\.5p:hover {
    --tw-translate-x: -67.5%;
  }

  .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-3:hover {
    --tw-translate-y: 3px;
  }

  .md\:hover\:translate-y-5:hover {
    --tw-translate-y: 5px;
  }

  .md\:hover\:translate-y-8:hover {
    --tw-translate-y: 8px;
  }

  .md\:hover\:translate-y-10:hover {
    --tw-translate-y: 10px;
  }

  .md\:hover\:translate-y-12:hover {
    --tw-translate-y: 12px;
  }

  .md\:hover\:translate-y-14:hover {
    --tw-translate-y: 14px;
  }

  .md\:hover\:translate-y-15:hover {
    --tw-translate-y: 15px;
  }

  .md\:hover\:translate-y-16:hover {
    --tw-translate-y: 16px;
  }

  .md\:hover\:translate-y-20:hover {
    --tw-translate-y: 20px;
  }

  .md\:hover\:translate-y-24:hover {
    --tw-translate-y: 24px;
  }

  .md\:hover\:translate-y-28:hover {
    --tw-translate-y: 28px;
  }

  .md\:hover\:translate-y-29:hover {
    --tw-translate-y: 29px;
  }

  .md\:hover\:translate-y-30:hover {
    --tw-translate-y: 30px;
  }

  .md\:hover\:translate-y-32:hover {
    --tw-translate-y: 32px;
  }

  .md\:hover\:translate-y-35:hover {
    --tw-translate-y: 35px;
  }

  .md\:hover\:translate-y-36:hover {
    --tw-translate-y: 36px;
  }

  .md\:hover\:translate-y-37:hover {
    --tw-translate-y: 37px;
  }

  .md\:hover\:translate-y-39:hover {
    --tw-translate-y: 39px;
  }

  .md\:hover\:translate-y-40:hover {
    --tw-translate-y: 40px;
  }

  .md\:hover\:translate-y-47:hover {
    --tw-translate-y: 47px;
  }

  .md\:hover\:translate-y-50:hover {
    --tw-translate-y: 50px;
  }

  .md\:hover\:translate-y-56:hover {
    --tw-translate-y: 56px;
  }

  .md\:hover\:translate-y-64:hover {
    --tw-translate-y: 64px;
  }

  .md\:hover\:translate-y-70:hover {
    --tw-translate-y: 70px;
  }

  .md\:hover\:translate-y-72:hover {
    --tw-translate-y: 72px;
  }

  .md\:hover\:translate-y-75:hover {
    --tw-translate-y: 75px;
  }

  .md\:hover\:translate-y-80:hover {
    --tw-translate-y: 80px;
  }

  .md\:hover\:translate-y-83:hover {
    --tw-translate-y: 83px;
  }

  .md\:hover\:translate-y-100:hover {
    --tw-translate-y: 100px;
  }

  .md\:hover\:translate-y-118:hover {
    --tw-translate-y: 118px;
  }

  .md\:hover\:translate-y-130:hover {
    --tw-translate-y: 130px;
  }

  .md\:hover\:translate-y-150:hover {
    --tw-translate-y: 150px;
  }

  .md\:hover\:translate-y-180:hover {
    --tw-translate-y: 180px;
  }

  .md\:hover\:translate-y-213:hover {
    --tw-translate-y: 213px;
  }

  .md\:hover\:translate-y-225:hover {
    --tw-translate-y: 225px;
  }

  .md\:hover\:translate-y-250:hover {
    --tw-translate-y: 250px;
  }

  .md\:hover\:translate-y-300:hover {
    --tw-translate-y: 300px;
  }

  .md\:hover\:translate-y-320:hover {
    --tw-translate-y: 320px;
  }

  .md\:hover\:translate-y-345:hover {
    --tw-translate-y: 345px;
  }

  .md\:hover\:translate-y-485:hover {
    --tw-translate-y: 485px;
  }

  .md\:hover\:translate-y-px:hover {
    --tw-translate-y: 1px;
  }

  .md\:hover\:-translate-y-135:hover {
    --tw-translate-y: -135px;
  }

  .md\:hover\:translate-y-0p:hover {
    --tw-translate-y: 0%;
  }

  .md\:hover\:translate-y-5p:hover {
    --tw-translate-y: 5%;
  }

  .md\:hover\:translate-y-10p:hover {
    --tw-translate-y: 10%;
  }

  .md\:hover\:translate-y-15p:hover {
    --tw-translate-y: 15%;
  }

  .md\:hover\:translate-y-20p:hover {
    --tw-translate-y: 20%;
  }

  .md\:hover\:translate-y-25p:hover {
    --tw-translate-y: 25%;
  }

  .md\:hover\:translate-y-30p:hover {
    --tw-translate-y: 30%;
  }

  .md\:hover\:translate-y-35p:hover {
    --tw-translate-y: 35%;
  }

  .md\:hover\:translate-y-40p:hover {
    --tw-translate-y: 40%;
  }

  .md\:hover\:translate-y-45p:hover {
    --tw-translate-y: 45%;
  }

  .md\:hover\:translate-y-50p:hover {
    --tw-translate-y: 50%;
  }

  .md\:hover\:translate-y-55p:hover {
    --tw-translate-y: 55%;
  }

  .md\:hover\:translate-y-60p:hover {
    --tw-translate-y: 60%;
  }

  .md\:hover\:translate-y-65p:hover {
    --tw-translate-y: 65%;
  }

  .md\:hover\:translate-y-70p:hover {
    --tw-translate-y: 70%;
  }

  .md\:hover\:translate-y-75p:hover {
    --tw-translate-y: 75%;
  }

  .md\:hover\:translate-y-80p:hover {
    --tw-translate-y: 80%;
  }

  .md\:hover\:translate-y-85p:hover {
    --tw-translate-y: 85%;
  }

  .md\:hover\:translate-y-90p:hover {
    --tw-translate-y: 90%;
  }

  .md\:hover\:translate-y-95p:hover {
    --tw-translate-y: 95%;
  }

  .md\:hover\:translate-y-100p:hover {
    --tw-translate-y: 100%;
  }

  .md\:hover\:translate-y-66\.5p:hover {
    --tw-translate-y: 66.5%;
  }

  .md\:hover\:translate-y-67\.5p:hover {
    --tw-translate-y: 67.5%;
  }

  .md\:hover\:-translate-y-0:hover {
    --tw-translate-y: 0px;
  }

  .md\:hover\:-translate-y-3:hover {
    --tw-translate-y: -3px;
  }

  .md\:hover\:-translate-y-5:hover {
    --tw-translate-y: -5px;
  }

  .md\:hover\:-translate-y-8:hover {
    --tw-translate-y: -8px;
  }

  .md\:hover\:-translate-y-10:hover {
    --tw-translate-y: -10px;
  }

  .md\:hover\:-translate-y-12:hover {
    --tw-translate-y: -12px;
  }

  .md\:hover\:-translate-y-14:hover {
    --tw-translate-y: -14px;
  }

  .md\:hover\:-translate-y-15:hover {
    --tw-translate-y: -15px;
  }

  .md\:hover\:-translate-y-16:hover {
    --tw-translate-y: -16px;
  }

  .md\:hover\:-translate-y-20:hover {
    --tw-translate-y: -20px;
  }

  .md\:hover\:-translate-y-24:hover {
    --tw-translate-y: -24px;
  }

  .md\:hover\:-translate-y-28:hover {
    --tw-translate-y: -28px;
  }

  .md\:hover\:-translate-y-29:hover {
    --tw-translate-y: -29px;
  }

  .md\:hover\:-translate-y-30:hover {
    --tw-translate-y: -30px;
  }

  .md\:hover\:-translate-y-32:hover {
    --tw-translate-y: -32px;
  }

  .md\:hover\:-translate-y-35:hover {
    --tw-translate-y: -35px;
  }

  .md\:hover\:-translate-y-36:hover {
    --tw-translate-y: -36px;
  }

  .md\:hover\:-translate-y-37:hover {
    --tw-translate-y: -37px;
  }

  .md\:hover\:-translate-y-39:hover {
    --tw-translate-y: -39px;
  }

  .md\:hover\:-translate-y-40:hover {
    --tw-translate-y: -40px;
  }

  .md\:hover\:-translate-y-47:hover {
    --tw-translate-y: -47px;
  }

  .md\:hover\:-translate-y-50:hover {
    --tw-translate-y: -50px;
  }

  .md\:hover\:-translate-y-56:hover {
    --tw-translate-y: -56px;
  }

  .md\:hover\:-translate-y-64:hover {
    --tw-translate-y: -64px;
  }

  .md\:hover\:-translate-y-70:hover {
    --tw-translate-y: -70px;
  }

  .md\:hover\:-translate-y-72:hover {
    --tw-translate-y: -72px;
  }

  .md\:hover\:-translate-y-75:hover {
    --tw-translate-y: -75px;
  }

  .md\:hover\:-translate-y-80:hover {
    --tw-translate-y: -80px;
  }

  .md\:hover\:-translate-y-83:hover {
    --tw-translate-y: -83px;
  }

  .md\:hover\:-translate-y-100:hover {
    --tw-translate-y: -100px;
  }

  .md\:hover\:-translate-y-118:hover {
    --tw-translate-y: -118px;
  }

  .md\:hover\:-translate-y-130:hover {
    --tw-translate-y: -130px;
  }

  .md\:hover\:-translate-y-150:hover {
    --tw-translate-y: -150px;
  }

  .md\:hover\:-translate-y-180:hover {
    --tw-translate-y: -180px;
  }

  .md\:hover\:-translate-y-213:hover {
    --tw-translate-y: -213px;
  }

  .md\:hover\:-translate-y-225:hover {
    --tw-translate-y: -225px;
  }

  .md\:hover\:-translate-y-250:hover {
    --tw-translate-y: -250px;
  }

  .md\:hover\:-translate-y-300:hover {
    --tw-translate-y: -300px;
  }

  .md\:hover\:-translate-y-320:hover {
    --tw-translate-y: -320px;
  }

  .md\:hover\:-translate-y-345:hover {
    --tw-translate-y: -345px;
  }

  .md\:hover\:-translate-y-485:hover {
    --tw-translate-y: -485px;
  }

  .md\:hover\:-translate-y-px:hover {
    --tw-translate-y: -1px;
  }

  .md\:hover\:-translate-y--135:hover {
    --tw-translate-y: 135px;
  }

  .md\:hover\:-translate-y-0p:hover {
    --tw-translate-y: 0%;
  }

  .md\:hover\:-translate-y-5p:hover {
    --tw-translate-y: -5%;
  }

  .md\:hover\:-translate-y-10p:hover {
    --tw-translate-y: -10%;
  }

  .md\:hover\:-translate-y-15p:hover {
    --tw-translate-y: -15%;
  }

  .md\:hover\:-translate-y-20p:hover {
    --tw-translate-y: -20%;
  }

  .md\:hover\:-translate-y-25p:hover {
    --tw-translate-y: -25%;
  }

  .md\:hover\:-translate-y-30p:hover {
    --tw-translate-y: -30%;
  }

  .md\:hover\:-translate-y-35p:hover {
    --tw-translate-y: -35%;
  }

  .md\:hover\:-translate-y-40p:hover {
    --tw-translate-y: -40%;
  }

  .md\:hover\:-translate-y-45p:hover {
    --tw-translate-y: -45%;
  }

  .md\:hover\:-translate-y-50p:hover {
    --tw-translate-y: -50%;
  }

  .md\:hover\:-translate-y-55p:hover {
    --tw-translate-y: -55%;
  }

  .md\:hover\:-translate-y-60p:hover {
    --tw-translate-y: -60%;
  }

  .md\:hover\:-translate-y-65p:hover {
    --tw-translate-y: -65%;
  }

  .md\:hover\:-translate-y-70p:hover {
    --tw-translate-y: -70%;
  }

  .md\:hover\:-translate-y-75p:hover {
    --tw-translate-y: -75%;
  }

  .md\:hover\:-translate-y-80p:hover {
    --tw-translate-y: -80%;
  }

  .md\:hover\:-translate-y-85p:hover {
    --tw-translate-y: -85%;
  }

  .md\:hover\:-translate-y-90p:hover {
    --tw-translate-y: -90%;
  }

  .md\:hover\:-translate-y-95p:hover {
    --tw-translate-y: -95%;
  }

  .md\:hover\:-translate-y-100p:hover {
    --tw-translate-y: -100%;
  }

  .md\:hover\:-translate-y-66\.5p:hover {
    --tw-translate-y: -66.5%;
  }

  .md\:hover\:-translate-y-67\.5p:hover {
    --tw-translate-y: -67.5%;
  }

  .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-3:focus {
    --tw-translate-x: 3px;
  }

  .md\:focus\:translate-x-5:focus {
    --tw-translate-x: 5px;
  }

  .md\:focus\:translate-x-8:focus {
    --tw-translate-x: 8px;
  }

  .md\:focus\:translate-x-10:focus {
    --tw-translate-x: 10px;
  }

  .md\:focus\:translate-x-12:focus {
    --tw-translate-x: 12px;
  }

  .md\:focus\:translate-x-14:focus {
    --tw-translate-x: 14px;
  }

  .md\:focus\:translate-x-15:focus {
    --tw-translate-x: 15px;
  }

  .md\:focus\:translate-x-16:focus {
    --tw-translate-x: 16px;
  }

  .md\:focus\:translate-x-20:focus {
    --tw-translate-x: 20px;
  }

  .md\:focus\:translate-x-24:focus {
    --tw-translate-x: 24px;
  }

  .md\:focus\:translate-x-28:focus {
    --tw-translate-x: 28px;
  }

  .md\:focus\:translate-x-29:focus {
    --tw-translate-x: 29px;
  }

  .md\:focus\:translate-x-30:focus {
    --tw-translate-x: 30px;
  }

  .md\:focus\:translate-x-32:focus {
    --tw-translate-x: 32px;
  }

  .md\:focus\:translate-x-35:focus {
    --tw-translate-x: 35px;
  }

  .md\:focus\:translate-x-36:focus {
    --tw-translate-x: 36px;
  }

  .md\:focus\:translate-x-37:focus {
    --tw-translate-x: 37px;
  }

  .md\:focus\:translate-x-39:focus {
    --tw-translate-x: 39px;
  }

  .md\:focus\:translate-x-40:focus {
    --tw-translate-x: 40px;
  }

  .md\:focus\:translate-x-47:focus {
    --tw-translate-x: 47px;
  }

  .md\:focus\:translate-x-50:focus {
    --tw-translate-x: 50px;
  }

  .md\:focus\:translate-x-56:focus {
    --tw-translate-x: 56px;
  }

  .md\:focus\:translate-x-64:focus {
    --tw-translate-x: 64px;
  }

  .md\:focus\:translate-x-70:focus {
    --tw-translate-x: 70px;
  }

  .md\:focus\:translate-x-72:focus {
    --tw-translate-x: 72px;
  }

  .md\:focus\:translate-x-75:focus {
    --tw-translate-x: 75px;
  }

  .md\:focus\:translate-x-80:focus {
    --tw-translate-x: 80px;
  }

  .md\:focus\:translate-x-83:focus {
    --tw-translate-x: 83px;
  }

  .md\:focus\:translate-x-100:focus {
    --tw-translate-x: 100px;
  }

  .md\:focus\:translate-x-118:focus {
    --tw-translate-x: 118px;
  }

  .md\:focus\:translate-x-130:focus {
    --tw-translate-x: 130px;
  }

  .md\:focus\:translate-x-150:focus {
    --tw-translate-x: 150px;
  }

  .md\:focus\:translate-x-180:focus {
    --tw-translate-x: 180px;
  }

  .md\:focus\:translate-x-213:focus {
    --tw-translate-x: 213px;
  }

  .md\:focus\:translate-x-225:focus {
    --tw-translate-x: 225px;
  }

  .md\:focus\:translate-x-250:focus {
    --tw-translate-x: 250px;
  }

  .md\:focus\:translate-x-300:focus {
    --tw-translate-x: 300px;
  }

  .md\:focus\:translate-x-320:focus {
    --tw-translate-x: 320px;
  }

  .md\:focus\:translate-x-345:focus {
    --tw-translate-x: 345px;
  }

  .md\:focus\:translate-x-485:focus {
    --tw-translate-x: 485px;
  }

  .md\:focus\:translate-x-px:focus {
    --tw-translate-x: 1px;
  }

  .md\:focus\:-translate-x-135:focus {
    --tw-translate-x: -135px;
  }

  .md\:focus\:translate-x-0p:focus {
    --tw-translate-x: 0%;
  }

  .md\:focus\:translate-x-5p:focus {
    --tw-translate-x: 5%;
  }

  .md\:focus\:translate-x-10p:focus {
    --tw-translate-x: 10%;
  }

  .md\:focus\:translate-x-15p:focus {
    --tw-translate-x: 15%;
  }

  .md\:focus\:translate-x-20p:focus {
    --tw-translate-x: 20%;
  }

  .md\:focus\:translate-x-25p:focus {
    --tw-translate-x: 25%;
  }

  .md\:focus\:translate-x-30p:focus {
    --tw-translate-x: 30%;
  }

  .md\:focus\:translate-x-35p:focus {
    --tw-translate-x: 35%;
  }

  .md\:focus\:translate-x-40p:focus {
    --tw-translate-x: 40%;
  }

  .md\:focus\:translate-x-45p:focus {
    --tw-translate-x: 45%;
  }

  .md\:focus\:translate-x-50p:focus {
    --tw-translate-x: 50%;
  }

  .md\:focus\:translate-x-55p:focus {
    --tw-translate-x: 55%;
  }

  .md\:focus\:translate-x-60p:focus {
    --tw-translate-x: 60%;
  }

  .md\:focus\:translate-x-65p:focus {
    --tw-translate-x: 65%;
  }

  .md\:focus\:translate-x-70p:focus {
    --tw-translate-x: 70%;
  }

  .md\:focus\:translate-x-75p:focus {
    --tw-translate-x: 75%;
  }

  .md\:focus\:translate-x-80p:focus {
    --tw-translate-x: 80%;
  }

  .md\:focus\:translate-x-85p:focus {
    --tw-translate-x: 85%;
  }

  .md\:focus\:translate-x-90p:focus {
    --tw-translate-x: 90%;
  }

  .md\:focus\:translate-x-95p:focus {
    --tw-translate-x: 95%;
  }

  .md\:focus\:translate-x-100p:focus {
    --tw-translate-x: 100%;
  }

  .md\:focus\:translate-x-66\.5p:focus {
    --tw-translate-x: 66.5%;
  }

  .md\:focus\:translate-x-67\.5p:focus {
    --tw-translate-x: 67.5%;
  }

  .md\:focus\:-translate-x-0:focus {
    --tw-translate-x: 0px;
  }

  .md\:focus\:-translate-x-3:focus {
    --tw-translate-x: -3px;
  }

  .md\:focus\:-translate-x-5:focus {
    --tw-translate-x: -5px;
  }

  .md\:focus\:-translate-x-8:focus {
    --tw-translate-x: -8px;
  }

  .md\:focus\:-translate-x-10:focus {
    --tw-translate-x: -10px;
  }

  .md\:focus\:-translate-x-12:focus {
    --tw-translate-x: -12px;
  }

  .md\:focus\:-translate-x-14:focus {
    --tw-translate-x: -14px;
  }

  .md\:focus\:-translate-x-15:focus {
    --tw-translate-x: -15px;
  }

  .md\:focus\:-translate-x-16:focus {
    --tw-translate-x: -16px;
  }

  .md\:focus\:-translate-x-20:focus {
    --tw-translate-x: -20px;
  }

  .md\:focus\:-translate-x-24:focus {
    --tw-translate-x: -24px;
  }

  .md\:focus\:-translate-x-28:focus {
    --tw-translate-x: -28px;
  }

  .md\:focus\:-translate-x-29:focus {
    --tw-translate-x: -29px;
  }

  .md\:focus\:-translate-x-30:focus {
    --tw-translate-x: -30px;
  }

  .md\:focus\:-translate-x-32:focus {
    --tw-translate-x: -32px;
  }

  .md\:focus\:-translate-x-35:focus {
    --tw-translate-x: -35px;
  }

  .md\:focus\:-translate-x-36:focus {
    --tw-translate-x: -36px;
  }

  .md\:focus\:-translate-x-37:focus {
    --tw-translate-x: -37px;
  }

  .md\:focus\:-translate-x-39:focus {
    --tw-translate-x: -39px;
  }

  .md\:focus\:-translate-x-40:focus {
    --tw-translate-x: -40px;
  }

  .md\:focus\:-translate-x-47:focus {
    --tw-translate-x: -47px;
  }

  .md\:focus\:-translate-x-50:focus {
    --tw-translate-x: -50px;
  }

  .md\:focus\:-translate-x-56:focus {
    --tw-translate-x: -56px;
  }

  .md\:focus\:-translate-x-64:focus {
    --tw-translate-x: -64px;
  }

  .md\:focus\:-translate-x-70:focus {
    --tw-translate-x: -70px;
  }

  .md\:focus\:-translate-x-72:focus {
    --tw-translate-x: -72px;
  }

  .md\:focus\:-translate-x-75:focus {
    --tw-translate-x: -75px;
  }

  .md\:focus\:-translate-x-80:focus {
    --tw-translate-x: -80px;
  }

  .md\:focus\:-translate-x-83:focus {
    --tw-translate-x: -83px;
  }

  .md\:focus\:-translate-x-100:focus {
    --tw-translate-x: -100px;
  }

  .md\:focus\:-translate-x-118:focus {
    --tw-translate-x: -118px;
  }

  .md\:focus\:-translate-x-130:focus {
    --tw-translate-x: -130px;
  }

  .md\:focus\:-translate-x-150:focus {
    --tw-translate-x: -150px;
  }

  .md\:focus\:-translate-x-180:focus {
    --tw-translate-x: -180px;
  }

  .md\:focus\:-translate-x-213:focus {
    --tw-translate-x: -213px;
  }

  .md\:focus\:-translate-x-225:focus {
    --tw-translate-x: -225px;
  }

  .md\:focus\:-translate-x-250:focus {
    --tw-translate-x: -250px;
  }

  .md\:focus\:-translate-x-300:focus {
    --tw-translate-x: -300px;
  }

  .md\:focus\:-translate-x-320:focus {
    --tw-translate-x: -320px;
  }

  .md\:focus\:-translate-x-345:focus {
    --tw-translate-x: -345px;
  }

  .md\:focus\:-translate-x-485:focus {
    --tw-translate-x: -485px;
  }

  .md\:focus\:-translate-x-px:focus {
    --tw-translate-x: -1px;
  }

  .md\:focus\:-translate-x--135:focus {
    --tw-translate-x: 135px;
  }

  .md\:focus\:-translate-x-0p:focus {
    --tw-translate-x: 0%;
  }

  .md\:focus\:-translate-x-5p:focus {
    --tw-translate-x: -5%;
  }

  .md\:focus\:-translate-x-10p:focus {
    --tw-translate-x: -10%;
  }

  .md\:focus\:-translate-x-15p:focus {
    --tw-translate-x: -15%;
  }

  .md\:focus\:-translate-x-20p:focus {
    --tw-translate-x: -20%;
  }

  .md\:focus\:-translate-x-25p:focus {
    --tw-translate-x: -25%;
  }

  .md\:focus\:-translate-x-30p:focus {
    --tw-translate-x: -30%;
  }

  .md\:focus\:-translate-x-35p:focus {
    --tw-translate-x: -35%;
  }

  .md\:focus\:-translate-x-40p:focus {
    --tw-translate-x: -40%;
  }

  .md\:focus\:-translate-x-45p:focus {
    --tw-translate-x: -45%;
  }

  .md\:focus\:-translate-x-50p:focus {
    --tw-translate-x: -50%;
  }

  .md\:focus\:-translate-x-55p:focus {
    --tw-translate-x: -55%;
  }

  .md\:focus\:-translate-x-60p:focus {
    --tw-translate-x: -60%;
  }

  .md\:focus\:-translate-x-65p:focus {
    --tw-translate-x: -65%;
  }

  .md\:focus\:-translate-x-70p:focus {
    --tw-translate-x: -70%;
  }

  .md\:focus\:-translate-x-75p:focus {
    --tw-translate-x: -75%;
  }

  .md\:focus\:-translate-x-80p:focus {
    --tw-translate-x: -80%;
  }

  .md\:focus\:-translate-x-85p:focus {
    --tw-translate-x: -85%;
  }

  .md\:focus\:-translate-x-90p:focus {
    --tw-translate-x: -90%;
  }

  .md\:focus\:-translate-x-95p:focus {
    --tw-translate-x: -95%;
  }

  .md\:focus\:-translate-x-100p:focus {
    --tw-translate-x: -100%;
  }

  .md\:focus\:-translate-x-66\.5p:focus {
    --tw-translate-x: -66.5%;
  }

  .md\:focus\:-translate-x-67\.5p:focus {
    --tw-translate-x: -67.5%;
  }

  .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-3:focus {
    --tw-translate-y: 3px;
  }

  .md\:focus\:translate-y-5:focus {
    --tw-translate-y: 5px;
  }

  .md\:focus\:translate-y-8:focus {
    --tw-translate-y: 8px;
  }

  .md\:focus\:translate-y-10:focus {
    --tw-translate-y: 10px;
  }

  .md\:focus\:translate-y-12:focus {
    --tw-translate-y: 12px;
  }

  .md\:focus\:translate-y-14:focus {
    --tw-translate-y: 14px;
  }

  .md\:focus\:translate-y-15:focus {
    --tw-translate-y: 15px;
  }

  .md\:focus\:translate-y-16:focus {
    --tw-translate-y: 16px;
  }

  .md\:focus\:translate-y-20:focus {
    --tw-translate-y: 20px;
  }

  .md\:focus\:translate-y-24:focus {
    --tw-translate-y: 24px;
  }

  .md\:focus\:translate-y-28:focus {
    --tw-translate-y: 28px;
  }

  .md\:focus\:translate-y-29:focus {
    --tw-translate-y: 29px;
  }

  .md\:focus\:translate-y-30:focus {
    --tw-translate-y: 30px;
  }

  .md\:focus\:translate-y-32:focus {
    --tw-translate-y: 32px;
  }

  .md\:focus\:translate-y-35:focus {
    --tw-translate-y: 35px;
  }

  .md\:focus\:translate-y-36:focus {
    --tw-translate-y: 36px;
  }

  .md\:focus\:translate-y-37:focus {
    --tw-translate-y: 37px;
  }

  .md\:focus\:translate-y-39:focus {
    --tw-translate-y: 39px;
  }

  .md\:focus\:translate-y-40:focus {
    --tw-translate-y: 40px;
  }

  .md\:focus\:translate-y-47:focus {
    --tw-translate-y: 47px;
  }

  .md\:focus\:translate-y-50:focus {
    --tw-translate-y: 50px;
  }

  .md\:focus\:translate-y-56:focus {
    --tw-translate-y: 56px;
  }

  .md\:focus\:translate-y-64:focus {
    --tw-translate-y: 64px;
  }

  .md\:focus\:translate-y-70:focus {
    --tw-translate-y: 70px;
  }

  .md\:focus\:translate-y-72:focus {
    --tw-translate-y: 72px;
  }

  .md\:focus\:translate-y-75:focus {
    --tw-translate-y: 75px;
  }

  .md\:focus\:translate-y-80:focus {
    --tw-translate-y: 80px;
  }

  .md\:focus\:translate-y-83:focus {
    --tw-translate-y: 83px;
  }

  .md\:focus\:translate-y-100:focus {
    --tw-translate-y: 100px;
  }

  .md\:focus\:translate-y-118:focus {
    --tw-translate-y: 118px;
  }

  .md\:focus\:translate-y-130:focus {
    --tw-translate-y: 130px;
  }

  .md\:focus\:translate-y-150:focus {
    --tw-translate-y: 150px;
  }

  .md\:focus\:translate-y-180:focus {
    --tw-translate-y: 180px;
  }

  .md\:focus\:translate-y-213:focus {
    --tw-translate-y: 213px;
  }

  .md\:focus\:translate-y-225:focus {
    --tw-translate-y: 225px;
  }

  .md\:focus\:translate-y-250:focus {
    --tw-translate-y: 250px;
  }

  .md\:focus\:translate-y-300:focus {
    --tw-translate-y: 300px;
  }

  .md\:focus\:translate-y-320:focus {
    --tw-translate-y: 320px;
  }

  .md\:focus\:translate-y-345:focus {
    --tw-translate-y: 345px;
  }

  .md\:focus\:translate-y-485:focus {
    --tw-translate-y: 485px;
  }

  .md\:focus\:translate-y-px:focus {
    --tw-translate-y: 1px;
  }

  .md\:focus\:-translate-y-135:focus {
    --tw-translate-y: -135px;
  }

  .md\:focus\:translate-y-0p:focus {
    --tw-translate-y: 0%;
  }

  .md\:focus\:translate-y-5p:focus {
    --tw-translate-y: 5%;
  }

  .md\:focus\:translate-y-10p:focus {
    --tw-translate-y: 10%;
  }

  .md\:focus\:translate-y-15p:focus {
    --tw-translate-y: 15%;
  }

  .md\:focus\:translate-y-20p:focus {
    --tw-translate-y: 20%;
  }

  .md\:focus\:translate-y-25p:focus {
    --tw-translate-y: 25%;
  }

  .md\:focus\:translate-y-30p:focus {
    --tw-translate-y: 30%;
  }

  .md\:focus\:translate-y-35p:focus {
    --tw-translate-y: 35%;
  }

  .md\:focus\:translate-y-40p:focus {
    --tw-translate-y: 40%;
  }

  .md\:focus\:translate-y-45p:focus {
    --tw-translate-y: 45%;
  }

  .md\:focus\:translate-y-50p:focus {
    --tw-translate-y: 50%;
  }

  .md\:focus\:translate-y-55p:focus {
    --tw-translate-y: 55%;
  }

  .md\:focus\:translate-y-60p:focus {
    --tw-translate-y: 60%;
  }

  .md\:focus\:translate-y-65p:focus {
    --tw-translate-y: 65%;
  }

  .md\:focus\:translate-y-70p:focus {
    --tw-translate-y: 70%;
  }

  .md\:focus\:translate-y-75p:focus {
    --tw-translate-y: 75%;
  }

  .md\:focus\:translate-y-80p:focus {
    --tw-translate-y: 80%;
  }

  .md\:focus\:translate-y-85p:focus {
    --tw-translate-y: 85%;
  }

  .md\:focus\:translate-y-90p:focus {
    --tw-translate-y: 90%;
  }

  .md\:focus\:translate-y-95p:focus {
    --tw-translate-y: 95%;
  }

  .md\:focus\:translate-y-100p:focus {
    --tw-translate-y: 100%;
  }

  .md\:focus\:translate-y-66\.5p:focus {
    --tw-translate-y: 66.5%;
  }

  .md\:focus\:translate-y-67\.5p:focus {
    --tw-translate-y: 67.5%;
  }

  .md\:focus\:-translate-y-0:focus {
    --tw-translate-y: 0px;
  }

  .md\:focus\:-translate-y-3:focus {
    --tw-translate-y: -3px;
  }

  .md\:focus\:-translate-y-5:focus {
    --tw-translate-y: -5px;
  }

  .md\:focus\:-translate-y-8:focus {
    --tw-translate-y: -8px;
  }

  .md\:focus\:-translate-y-10:focus {
    --tw-translate-y: -10px;
  }

  .md\:focus\:-translate-y-12:focus {
    --tw-translate-y: -12px;
  }

  .md\:focus\:-translate-y-14:focus {
    --tw-translate-y: -14px;
  }

  .md\:focus\:-translate-y-15:focus {
    --tw-translate-y: -15px;
  }

  .md\:focus\:-translate-y-16:focus {
    --tw-translate-y: -16px;
  }

  .md\:focus\:-translate-y-20:focus {
    --tw-translate-y: -20px;
  }

  .md\:focus\:-translate-y-24:focus {
    --tw-translate-y: -24px;
  }

  .md\:focus\:-translate-y-28:focus {
    --tw-translate-y: -28px;
  }

  .md\:focus\:-translate-y-29:focus {
    --tw-translate-y: -29px;
  }

  .md\:focus\:-translate-y-30:focus {
    --tw-translate-y: -30px;
  }

  .md\:focus\:-translate-y-32:focus {
    --tw-translate-y: -32px;
  }

  .md\:focus\:-translate-y-35:focus {
    --tw-translate-y: -35px;
  }

  .md\:focus\:-translate-y-36:focus {
    --tw-translate-y: -36px;
  }

  .md\:focus\:-translate-y-37:focus {
    --tw-translate-y: -37px;
  }

  .md\:focus\:-translate-y-39:focus {
    --tw-translate-y: -39px;
  }

  .md\:focus\:-translate-y-40:focus {
    --tw-translate-y: -40px;
  }

  .md\:focus\:-translate-y-47:focus {
    --tw-translate-y: -47px;
  }

  .md\:focus\:-translate-y-50:focus {
    --tw-translate-y: -50px;
  }

  .md\:focus\:-translate-y-56:focus {
    --tw-translate-y: -56px;
  }

  .md\:focus\:-translate-y-64:focus {
    --tw-translate-y: -64px;
  }

  .md\:focus\:-translate-y-70:focus {
    --tw-translate-y: -70px;
  }

  .md\:focus\:-translate-y-72:focus {
    --tw-translate-y: -72px;
  }

  .md\:focus\:-translate-y-75:focus {
    --tw-translate-y: -75px;
  }

  .md\:focus\:-translate-y-80:focus {
    --tw-translate-y: -80px;
  }

  .md\:focus\:-translate-y-83:focus {
    --tw-translate-y: -83px;
  }

  .md\:focus\:-translate-y-100:focus {
    --tw-translate-y: -100px;
  }

  .md\:focus\:-translate-y-118:focus {
    --tw-translate-y: -118px;
  }

  .md\:focus\:-translate-y-130:focus {
    --tw-translate-y: -130px;
  }

  .md\:focus\:-translate-y-150:focus {
    --tw-translate-y: -150px;
  }

  .md\:focus\:-translate-y-180:focus {
    --tw-translate-y: -180px;
  }

  .md\:focus\:-translate-y-213:focus {
    --tw-translate-y: -213px;
  }

  .md\:focus\:-translate-y-225:focus {
    --tw-translate-y: -225px;
  }

  .md\:focus\:-translate-y-250:focus {
    --tw-translate-y: -250px;
  }

  .md\:focus\:-translate-y-300:focus {
    --tw-translate-y: -300px;
  }

  .md\:focus\:-translate-y-320:focus {
    --tw-translate-y: -320px;
  }

  .md\:focus\:-translate-y-345:focus {
    --tw-translate-y: -345px;
  }

  .md\:focus\:-translate-y-485:focus {
    --tw-translate-y: -485px;
  }

  .md\:focus\:-translate-y-px:focus {
    --tw-translate-y: -1px;
  }

  .md\:focus\:-translate-y--135:focus {
    --tw-translate-y: 135px;
  }

  .md\:focus\:-translate-y-0p:focus {
    --tw-translate-y: 0%;
  }

  .md\:focus\:-translate-y-5p:focus {
    --tw-translate-y: -5%;
  }

  .md\:focus\:-translate-y-10p:focus {
    --tw-translate-y: -10%;
  }

  .md\:focus\:-translate-y-15p:focus {
    --tw-translate-y: -15%;
  }

  .md\:focus\:-translate-y-20p:focus {
    --tw-translate-y: -20%;
  }

  .md\:focus\:-translate-y-25p:focus {
    --tw-translate-y: -25%;
  }

  .md\:focus\:-translate-y-30p:focus {
    --tw-translate-y: -30%;
  }

  .md\:focus\:-translate-y-35p:focus {
    --tw-translate-y: -35%;
  }

  .md\:focus\:-translate-y-40p:focus {
    --tw-translate-y: -40%;
  }

  .md\:focus\:-translate-y-45p:focus {
    --tw-translate-y: -45%;
  }

  .md\:focus\:-translate-y-50p:focus {
    --tw-translate-y: -50%;
  }

  .md\:focus\:-translate-y-55p:focus {
    --tw-translate-y: -55%;
  }

  .md\:focus\:-translate-y-60p:focus {
    --tw-translate-y: -60%;
  }

  .md\:focus\:-translate-y-65p:focus {
    --tw-translate-y: -65%;
  }

  .md\:focus\:-translate-y-70p:focus {
    --tw-translate-y: -70%;
  }

  .md\:focus\:-translate-y-75p:focus {
    --tw-translate-y: -75%;
  }

  .md\:focus\:-translate-y-80p:focus {
    --tw-translate-y: -80%;
  }

  .md\:focus\:-translate-y-85p:focus {
    --tw-translate-y: -85%;
  }

  .md\:focus\:-translate-y-90p:focus {
    --tw-translate-y: -90%;
  }

  .md\:focus\:-translate-y-95p:focus {
    --tw-translate-y: -95%;
  }

  .md\:focus\:-translate-y-100p:focus {
    --tw-translate-y: -100%;
  }

  .md\:focus\:-translate-y-66\.5p:focus {
    --tw-translate-y: -66.5%;
  }

  .md\:focus\:-translate-y-67\.5p:focus {
    --tw-translate-y: -67.5%;
  }

  .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;
  }

  .md\:aspect-ratio-none {
    padding-bottom: 0;
  }

  .md\:aspect-ratio-square {
    padding-bottom: 100%;
  }

  .md\:aspect-ratio-16\/9 {
    padding-bottom: 56.25%;
  }

  .md\:aspect-ratio-4\/3 {
    padding-bottom: 75%;
  }

  .md\:aspect-ratio-21\/9 {
    padding-bottom: 42.857142857142854%;
  }
}

@media (min-width: 1024px) {
  .lg\:container {
    width: 100%;
  }

  @media (min-width: 640px) {
    .lg\:container {
      max-width: 640px;
    }
  }

  @media (min-width: 768px) {
    .lg\:container {
      max-width: 768px;
    }
  }

  @media (min-width: 1024px) {
    .lg\:container {
      max-width: 1024px;
    }
  }

  @media (min-width: 1280px) {
    .lg\:container {
      max-width: 1280px;
    }
  }

  @media (min-width: 2180px) {
    .lg\:container {
      max-width: 2180px;
    }
  }

  .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-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(3px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3px * var(--tw-space-y-reverse));
  }

  .lg\:space-x-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(3px * var(--tw-space-x-reverse));
    margin-left: calc(3px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(5px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(5px * var(--tw-space-y-reverse));
  }

  .lg\:space-x-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(5px * var(--tw-space-x-reverse));
    margin-left: calc(5px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(8px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(8px * var(--tw-space-y-reverse));
  }

  .lg\:space-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(8px * var(--tw-space-x-reverse));
    margin-left: calc(8px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(10px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(10px * var(--tw-space-y-reverse));
  }

  .lg\:space-x-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(10px * var(--tw-space-x-reverse));
    margin-left: calc(10px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(12px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(12px * var(--tw-space-y-reverse));
  }

  .lg\:space-x-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(12px * var(--tw-space-x-reverse));
    margin-left: calc(12px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(14px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(14px * var(--tw-space-y-reverse));
  }

  .lg\:space-x-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(14px * var(--tw-space-x-reverse));
    margin-left: calc(14px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-15 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(15px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(15px * var(--tw-space-y-reverse));
  }

  .lg\:space-x-15 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(15px * var(--tw-space-x-reverse));
    margin-left: calc(15px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(16px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(16px * var(--tw-space-y-reverse));
  }

  .lg\:space-x-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(16px * var(--tw-space-x-reverse));
    margin-left: calc(16px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(20px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(20px * var(--tw-space-y-reverse));
  }

  .lg\:space-x-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(20px * var(--tw-space-x-reverse));
    margin-left: calc(20px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(24px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(24px * var(--tw-space-y-reverse));
  }

  .lg\:space-x-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(24px * var(--tw-space-x-reverse));
    margin-left: calc(24px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(28px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(28px * var(--tw-space-y-reverse));
  }

  .lg\:space-x-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(28px * var(--tw-space-x-reverse));
    margin-left: calc(28px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-29 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(29px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(29px * var(--tw-space-y-reverse));
  }

  .lg\:space-x-29 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(29px * var(--tw-space-x-reverse));
    margin-left: calc(29px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(30px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(30px * var(--tw-space-y-reverse));
  }

  .lg\:space-x-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(30px * var(--tw-space-x-reverse));
    margin-left: calc(30px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(32px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(32px * var(--tw-space-y-reverse));
  }

  .lg\:space-x-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(32px * var(--tw-space-x-reverse));
    margin-left: calc(32px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-35 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(35px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(35px * var(--tw-space-y-reverse));
  }

  .lg\:space-x-35 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(35px * var(--tw-space-x-reverse));
    margin-left: calc(35px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(36px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(36px * var(--tw-space-y-reverse));
  }

  .lg\:space-x-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(36px * var(--tw-space-x-reverse));
    margin-left: calc(36px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-37 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(37px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(37px * var(--tw-space-y-reverse));
  }

  .lg\:space-x-37 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(37px * var(--tw-space-x-reverse));
    margin-left: calc(37px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-39 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(39px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(39px * var(--tw-space-y-reverse));
  }

  .lg\:space-x-39 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(39px * var(--tw-space-x-reverse));
    margin-left: calc(39px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(40px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(40px * var(--tw-space-y-reverse));
  }

  .lg\:space-x-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(40px * var(--tw-space-x-reverse));
    margin-left: calc(40px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-47 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(47px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(47px * var(--tw-space-y-reverse));
  }

  .lg\:space-x-47 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(47px * var(--tw-space-x-reverse));
    margin-left: calc(47px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(50px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(50px * var(--tw-space-y-reverse));
  }

  .lg\:space-x-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(50px * var(--tw-space-x-reverse));
    margin-left: calc(50px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(56px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(56px * var(--tw-space-y-reverse));
  }

  .lg\:space-x-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(56px * var(--tw-space-x-reverse));
    margin-left: calc(56px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(64px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(64px * var(--tw-space-y-reverse));
  }

  .lg\:space-x-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(64px * var(--tw-space-x-reverse));
    margin-left: calc(64px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-70 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(70px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(70px * var(--tw-space-y-reverse));
  }

  .lg\:space-x-70 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(70px * var(--tw-space-x-reverse));
    margin-left: calc(70px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(72px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(72px * var(--tw-space-y-reverse));
  }

  .lg\:space-x-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(72px * var(--tw-space-x-reverse));
    margin-left: calc(72px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-75 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(75px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(75px * var(--tw-space-y-reverse));
  }

  .lg\:space-x-75 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(75px * var(--tw-space-x-reverse));
    margin-left: calc(75px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(80px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(80px * var(--tw-space-y-reverse));
  }

  .lg\:space-x-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(80px * var(--tw-space-x-reverse));
    margin-left: calc(80px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-83 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(83px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(83px * var(--tw-space-y-reverse));
  }

  .lg\:space-x-83 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(83px * var(--tw-space-x-reverse));
    margin-left: calc(83px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(100px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(100px * var(--tw-space-y-reverse));
  }

  .lg\:space-x-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(100px * var(--tw-space-x-reverse));
    margin-left: calc(100px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-118 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(118px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(118px * var(--tw-space-y-reverse));
  }

  .lg\:space-x-118 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(118px * var(--tw-space-x-reverse));
    margin-left: calc(118px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-130 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(130px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(130px * var(--tw-space-y-reverse));
  }

  .lg\:space-x-130 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(130px * var(--tw-space-x-reverse));
    margin-left: calc(130px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-150 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(150px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(150px * var(--tw-space-y-reverse));
  }

  .lg\:space-x-150 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(150px * var(--tw-space-x-reverse));
    margin-left: calc(150px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-180 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(180px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(180px * var(--tw-space-y-reverse));
  }

  .lg\:space-x-180 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(180px * var(--tw-space-x-reverse));
    margin-left: calc(180px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-213 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(213px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(213px * var(--tw-space-y-reverse));
  }

  .lg\:space-x-213 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(213px * var(--tw-space-x-reverse));
    margin-left: calc(213px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-225 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(225px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(225px * var(--tw-space-y-reverse));
  }

  .lg\:space-x-225 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(225px * var(--tw-space-x-reverse));
    margin-left: calc(225px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-250 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(250px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(250px * var(--tw-space-y-reverse));
  }

  .lg\:space-x-250 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(250px * var(--tw-space-x-reverse));
    margin-left: calc(250px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(300px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(300px * var(--tw-space-y-reverse));
  }

  .lg\:space-x-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(300px * var(--tw-space-x-reverse));
    margin-left: calc(300px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-320 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(320px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(320px * var(--tw-space-y-reverse));
  }

  .lg\:space-x-320 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(320px * var(--tw-space-x-reverse));
    margin-left: calc(320px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-345 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(345px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(345px * var(--tw-space-y-reverse));
  }

  .lg\:space-x-345 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(345px * var(--tw-space-x-reverse));
    margin-left: calc(345px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-485 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(485px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(485px * var(--tw-space-y-reverse));
  }

  .lg\:space-x-485 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(485px * var(--tw-space-x-reverse));
    margin-left: calc(485px * 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-135 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-135px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-135px * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-135 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-135px * var(--tw-space-x-reverse));
    margin-left: calc(-135px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-0p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0% * var(--tw-space-y-reverse));
  }

  .lg\:space-x-0p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0% * var(--tw-space-x-reverse));
    margin-left: calc(0% * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-5p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(5% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(5% * var(--tw-space-y-reverse));
  }

  .lg\:space-x-5p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(5% * var(--tw-space-x-reverse));
    margin-left: calc(5% * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-10p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(10% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(10% * var(--tw-space-y-reverse));
  }

  .lg\:space-x-10p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(10% * var(--tw-space-x-reverse));
    margin-left: calc(10% * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-15p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(15% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(15% * var(--tw-space-y-reverse));
  }

  .lg\:space-x-15p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(15% * var(--tw-space-x-reverse));
    margin-left: calc(15% * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-20p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(20% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(20% * var(--tw-space-y-reverse));
  }

  .lg\:space-x-20p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(20% * var(--tw-space-x-reverse));
    margin-left: calc(20% * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-25p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(25% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(25% * var(--tw-space-y-reverse));
  }

  .lg\:space-x-25p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(25% * var(--tw-space-x-reverse));
    margin-left: calc(25% * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-30p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(30% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(30% * var(--tw-space-y-reverse));
  }

  .lg\:space-x-30p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(30% * var(--tw-space-x-reverse));
    margin-left: calc(30% * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-35p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(35% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(35% * var(--tw-space-y-reverse));
  }

  .lg\:space-x-35p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(35% * var(--tw-space-x-reverse));
    margin-left: calc(35% * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-40p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(40% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(40% * var(--tw-space-y-reverse));
  }

  .lg\:space-x-40p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(40% * var(--tw-space-x-reverse));
    margin-left: calc(40% * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-45p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(45% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(45% * var(--tw-space-y-reverse));
  }

  .lg\:space-x-45p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(45% * var(--tw-space-x-reverse));
    margin-left: calc(45% * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-50p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(50% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(50% * var(--tw-space-y-reverse));
  }

  .lg\:space-x-50p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(50% * var(--tw-space-x-reverse));
    margin-left: calc(50% * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-55p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(55% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(55% * var(--tw-space-y-reverse));
  }

  .lg\:space-x-55p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(55% * var(--tw-space-x-reverse));
    margin-left: calc(55% * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-60p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(60% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(60% * var(--tw-space-y-reverse));
  }

  .lg\:space-x-60p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(60% * var(--tw-space-x-reverse));
    margin-left: calc(60% * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-65p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(65% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(65% * var(--tw-space-y-reverse));
  }

  .lg\:space-x-65p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(65% * var(--tw-space-x-reverse));
    margin-left: calc(65% * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-70p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(70% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(70% * var(--tw-space-y-reverse));
  }

  .lg\:space-x-70p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(70% * var(--tw-space-x-reverse));
    margin-left: calc(70% * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-75p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(75% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(75% * var(--tw-space-y-reverse));
  }

  .lg\:space-x-75p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(75% * var(--tw-space-x-reverse));
    margin-left: calc(75% * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-80p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(80% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(80% * var(--tw-space-y-reverse));
  }

  .lg\:space-x-80p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(80% * var(--tw-space-x-reverse));
    margin-left: calc(80% * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-85p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(85% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(85% * var(--tw-space-y-reverse));
  }

  .lg\:space-x-85p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(85% * var(--tw-space-x-reverse));
    margin-left: calc(85% * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-90p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(90% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(90% * var(--tw-space-y-reverse));
  }

  .lg\:space-x-90p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(90% * var(--tw-space-x-reverse));
    margin-left: calc(90% * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-95p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(95% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(95% * var(--tw-space-y-reverse));
  }

  .lg\:space-x-95p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(95% * var(--tw-space-x-reverse));
    margin-left: calc(95% * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-100p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(100% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(100% * var(--tw-space-y-reverse));
  }

  .lg\:space-x-100p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(100% * var(--tw-space-x-reverse));
    margin-left: calc(100% * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-66\.5p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(66.5% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(66.5% * var(--tw-space-y-reverse));
  }

  .lg\:space-x-66\.5p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(66.5% * var(--tw-space-x-reverse));
    margin-left: calc(66.5% * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-67\.5p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(67.5% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(67.5% * var(--tw-space-y-reverse));
  }

  .lg\:space-x-67\.5p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(67.5% * var(--tw-space-x-reverse));
    margin-left: calc(67.5% * 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-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-3px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3px * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-3px * var(--tw-space-x-reverse));
    margin-left: calc(-3px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-5px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-5px * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-5px * var(--tw-space-x-reverse));
    margin-left: calc(-5px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-8px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-8px * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-8px * var(--tw-space-x-reverse));
    margin-left: calc(-8px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-10px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-10px * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-10px * var(--tw-space-x-reverse));
    margin-left: calc(-10px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-12px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-12px * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-12px * var(--tw-space-x-reverse));
    margin-left: calc(-12px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-14px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-14px * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-14px * var(--tw-space-x-reverse));
    margin-left: calc(-14px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-15 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-15px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-15px * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-15 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-15px * var(--tw-space-x-reverse));
    margin-left: calc(-15px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-16px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-16px * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-16px * var(--tw-space-x-reverse));
    margin-left: calc(-16px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-20px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-20px * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-20px * var(--tw-space-x-reverse));
    margin-left: calc(-20px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-24px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-24px * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-24px * var(--tw-space-x-reverse));
    margin-left: calc(-24px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-28px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-28px * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-28px * var(--tw-space-x-reverse));
    margin-left: calc(-28px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-29 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-29px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-29px * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-29 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-29px * var(--tw-space-x-reverse));
    margin-left: calc(-29px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-30px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-30px * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-30px * var(--tw-space-x-reverse));
    margin-left: calc(-30px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-32px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-32px * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-32px * var(--tw-space-x-reverse));
    margin-left: calc(-32px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-35 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-35px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-35px * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-35 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-35px * var(--tw-space-x-reverse));
    margin-left: calc(-35px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-36px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-36px * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-36px * var(--tw-space-x-reverse));
    margin-left: calc(-36px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-37 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-37px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-37px * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-37 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-37px * var(--tw-space-x-reverse));
    margin-left: calc(-37px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-39 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-39px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-39px * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-39 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-39px * var(--tw-space-x-reverse));
    margin-left: calc(-39px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-40px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-40px * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-40px * var(--tw-space-x-reverse));
    margin-left: calc(-40px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-47 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-47px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-47px * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-47 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-47px * var(--tw-space-x-reverse));
    margin-left: calc(-47px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-50px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-50px * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-50px * var(--tw-space-x-reverse));
    margin-left: calc(-50px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-56px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-56px * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-56px * var(--tw-space-x-reverse));
    margin-left: calc(-56px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-64px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-64px * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-64px * var(--tw-space-x-reverse));
    margin-left: calc(-64px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-70 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-70px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-70px * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-70 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-70px * var(--tw-space-x-reverse));
    margin-left: calc(-70px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-72px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-72px * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-72px * var(--tw-space-x-reverse));
    margin-left: calc(-72px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-75 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-75px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-75px * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-75 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-75px * var(--tw-space-x-reverse));
    margin-left: calc(-75px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-80px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-80px * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-80px * var(--tw-space-x-reverse));
    margin-left: calc(-80px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-83 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-83px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-83px * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-83 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-83px * var(--tw-space-x-reverse));
    margin-left: calc(-83px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-100px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-100px * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-100px * var(--tw-space-x-reverse));
    margin-left: calc(-100px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-118 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-118px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-118px * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-118 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-118px * var(--tw-space-x-reverse));
    margin-left: calc(-118px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-130 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-130px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-130px * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-130 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-130px * var(--tw-space-x-reverse));
    margin-left: calc(-130px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-150 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-150px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-150px * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-150 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-150px * var(--tw-space-x-reverse));
    margin-left: calc(-150px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-180 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-180px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-180px * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-180 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-180px * var(--tw-space-x-reverse));
    margin-left: calc(-180px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-213 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-213px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-213px * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-213 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-213px * var(--tw-space-x-reverse));
    margin-left: calc(-213px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-225 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-225px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-225px * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-225 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-225px * var(--tw-space-x-reverse));
    margin-left: calc(-225px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-250 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-250px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-250px * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-250 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-250px * var(--tw-space-x-reverse));
    margin-left: calc(-250px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-300px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-300px * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-300px * var(--tw-space-x-reverse));
    margin-left: calc(-300px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-320 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-320px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-320px * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-320 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-320px * var(--tw-space-x-reverse));
    margin-left: calc(-320px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-345 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-345px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-345px * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-345 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-345px * var(--tw-space-x-reverse));
    margin-left: calc(-345px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-485 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-485px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-485px * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-485 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-485px * var(--tw-space-x-reverse));
    margin-left: calc(-485px * 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--135 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(135px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(135px * var(--tw-space-y-reverse));
  }

  .lg\:-space-x--135 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(135px * var(--tw-space-x-reverse));
    margin-left: calc(135px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-0p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0% * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-0p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0% * var(--tw-space-x-reverse));
    margin-left: calc(0% * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-5p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-5% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-5% * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-5p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-5% * var(--tw-space-x-reverse));
    margin-left: calc(-5% * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-10p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-10% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-10% * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-10p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-10% * var(--tw-space-x-reverse));
    margin-left: calc(-10% * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-15p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-15% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-15% * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-15p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-15% * var(--tw-space-x-reverse));
    margin-left: calc(-15% * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-20p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-20% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-20% * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-20p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-20% * var(--tw-space-x-reverse));
    margin-left: calc(-20% * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-25p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-25% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-25% * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-25p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-25% * var(--tw-space-x-reverse));
    margin-left: calc(-25% * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-30p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-30% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-30% * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-30p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-30% * var(--tw-space-x-reverse));
    margin-left: calc(-30% * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-35p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-35% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-35% * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-35p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-35% * var(--tw-space-x-reverse));
    margin-left: calc(-35% * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-40p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-40% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-40% * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-40p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-40% * var(--tw-space-x-reverse));
    margin-left: calc(-40% * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-45p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-45% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-45% * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-45p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-45% * var(--tw-space-x-reverse));
    margin-left: calc(-45% * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-50p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-50% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-50% * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-50p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-50% * var(--tw-space-x-reverse));
    margin-left: calc(-50% * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-55p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-55% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-55% * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-55p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-55% * var(--tw-space-x-reverse));
    margin-left: calc(-55% * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-60p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-60% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-60% * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-60p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-60% * var(--tw-space-x-reverse));
    margin-left: calc(-60% * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-65p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-65% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-65% * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-65p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-65% * var(--tw-space-x-reverse));
    margin-left: calc(-65% * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-70p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-70% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-70% * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-70p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-70% * var(--tw-space-x-reverse));
    margin-left: calc(-70% * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-75p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-75% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-75% * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-75p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-75% * var(--tw-space-x-reverse));
    margin-left: calc(-75% * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-80p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-80% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-80% * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-80p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-80% * var(--tw-space-x-reverse));
    margin-left: calc(-80% * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-85p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-85% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-85% * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-85p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-85% * var(--tw-space-x-reverse));
    margin-left: calc(-85% * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-90p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-90% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-90% * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-90p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-90% * var(--tw-space-x-reverse));
    margin-left: calc(-90% * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-95p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-95% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-95% * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-95p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-95% * var(--tw-space-x-reverse));
    margin-left: calc(-95% * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-100p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-100% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-100% * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-100p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-100% * var(--tw-space-x-reverse));
    margin-left: calc(-100% * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-66\.5p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-66.5% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-66.5% * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-66\.5p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-66.5% * var(--tw-space-x-reverse));
    margin-left: calc(-66.5% * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-67\.5p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-67.5% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-67.5% * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-67\.5p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-67.5% * var(--tw-space-x-reverse));
    margin-left: calc(-67.5% * 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-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-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-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 > :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-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(70, 70, 70, var(--tw-divide-opacity));
  }

  .lg\:divide-black-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(215, 215, 215, var(--tw-divide-opacity));
  }

  .lg\:divide-black-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(38, 38, 38, var(--tw-divide-opacity));
  }

  .lg\:divide-black-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(237, 237, 237, var(--tw-divide-opacity));
  }

  .lg\:divide-black-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(68, 68, 68, var(--tw-divide-opacity));
  }

  .lg\:divide-black-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(108, 108, 108, var(--tw-divide-opacity));
  }

  .lg\:divide-black > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-divide-opacity));
  }

  .lg\:divide-white-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(244, 244, 244, var(--tw-divide-opacity));
  }

  .lg\:divide-white > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity));
  }

  .lg\:divide-pink-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(233, 101, 147, var(--tw-divide-opacity));
  }

  .lg\:divide-pink > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(238, 139, 174, var(--tw-divide-opacity));
  }

  .lg\:divide-red-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(231, 6, 31, var(--tw-divide-opacity));
  }

  .lg\:divide-red > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(239, 0, 22, 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-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-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.5;
  }

  .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-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-1 {
    --tw-bg-opacity: 1;
    background-color: rgba(70, 70, 70, var(--tw-bg-opacity));
  }

  .lg\:bg-black-2 {
    --tw-bg-opacity: 1;
    background-color: rgba(215, 215, 215, var(--tw-bg-opacity));
  }

  .lg\:bg-black-3 {
    --tw-bg-opacity: 1;
    background-color: rgba(38, 38, 38, var(--tw-bg-opacity));
  }

  .lg\:bg-black-4 {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 237, 237, var(--tw-bg-opacity));
  }

  .lg\:bg-black-5 {
    --tw-bg-opacity: 1;
    background-color: rgba(68, 68, 68, var(--tw-bg-opacity));
  }

  .lg\:bg-black-6 {
    --tw-bg-opacity: 1;
    background-color: rgba(108, 108, 108, var(--tw-bg-opacity));
  }

  .lg\:bg-black {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .lg\:bg-white-1 {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 244, 244, var(--tw-bg-opacity));
  }

  .lg\:bg-white {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .lg\:bg-pink-1 {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 101, 147, var(--tw-bg-opacity));
  }

  .lg\:bg-pink {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 139, 174, var(--tw-bg-opacity));
  }

  .lg\:bg-red-1 {
    --tw-bg-opacity: 1;
    background-color: rgba(231, 6, 31, var(--tw-bg-opacity));
  }

  .lg\:bg-red {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 0, 22, 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-1 {
    --tw-bg-opacity: 1;
    background-color: rgba(70, 70, 70, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-black-2 {
    --tw-bg-opacity: 1;
    background-color: rgba(215, 215, 215, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-black-3 {
    --tw-bg-opacity: 1;
    background-color: rgba(38, 38, 38, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-black-4 {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 237, 237, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-black-5 {
    --tw-bg-opacity: 1;
    background-color: rgba(68, 68, 68, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-black-6 {
    --tw-bg-opacity: 1;
    background-color: rgba(108, 108, 108, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-black {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-white-1 {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 244, 244, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-white {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-pink-1 {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 101, 147, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-pink {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 139, 174, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-red-1 {
    --tw-bg-opacity: 1;
    background-color: rgba(231, 6, 31, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-red {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 0, 22, 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-1:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(70, 70, 70, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-black-2:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(215, 215, 215, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-black-3:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(38, 38, 38, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-black-4:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 237, 237, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-black-5:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(68, 68, 68, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-black-6:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(108, 108, 108, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-black:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-white-1:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 244, 244, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-white:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-pink-1:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 101, 147, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-pink:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 139, 174, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-red-1:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(231, 6, 31, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-red:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 0, 22, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-transparent:hover {
    background-color: transparent;
  }

  .lg\:hover\:bg-current:hover {
    background-color: currentColor;
  }

  .lg\:hover\:bg-black-1:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(70, 70, 70, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-black-2:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(215, 215, 215, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-black-3:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(38, 38, 38, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-black-4:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 237, 237, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-black-5:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(68, 68, 68, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-black-6:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(108, 108, 108, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-black:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-white-1:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 244, 244, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-white:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-pink-1:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 101, 147, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-pink:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 139, 174, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-red-1:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(231, 6, 31, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-red:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 0, 22, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-transparent:focus {
    background-color: transparent;
  }

  .lg\:focus\:bg-current:focus {
    background-color: currentColor;
  }

  .lg\:focus\:bg-black-1:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(70, 70, 70, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-black-2:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(215, 215, 215, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-black-3:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(38, 38, 38, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-black-4:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 237, 237, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-black-5:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(68, 68, 68, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-black-6:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(108, 108, 108, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-black:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-white-1:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 244, 244, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-white:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-pink-1:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 101, 147, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-pink:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 139, 174, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-red-1:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(231, 6, 31, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-red:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 0, 22, 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-gradient-khoa-hoc {
    background-image: linear-gradient(180deg, rgba(31, 22, 65, 0) 0%, rgba(31, 22, 65, 0.9) 72.62%, #1F1641 100%);
  }

  .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-1 {
    --tw-gradient-from: #464646;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(70, 70, 70, 0));
  }

  .lg\:from-black-2 {
    --tw-gradient-from: #d7d7d7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(215, 215, 215, 0));
  }

  .lg\:from-black-3 {
    --tw-gradient-from: #262626;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(38, 38, 38, 0));
  }

  .lg\:from-black-4 {
    --tw-gradient-from: #ededed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 237, 237, 0));
  }

  .lg\:from-black-5 {
    --tw-gradient-from: #444444;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(68, 68, 68, 0));
  }

  .lg\:from-black-6 {
    --tw-gradient-from: #6c6c6c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(108, 108, 108, 0));
  }

  .lg\:from-black {
    --tw-gradient-from: #000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .lg\:from-white-1 {
    --tw-gradient-from: #f4f4f4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 244, 244, 0));
  }

  .lg\:from-white {
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:from-pink-1 {
    --tw-gradient-from: #e96593;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 101, 147, 0));
  }

  .lg\:from-pink {
    --tw-gradient-from: #ee8bae;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 139, 174, 0));
  }

  .lg\:from-red-1 {
    --tw-gradient-from: #e7061f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(231, 6, 31, 0));
  }

  .lg\:from-red {
    --tw-gradient-from: #ef0016;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 0, 22, 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-1 {
    --tw-gradient-stops: var(--tw-gradient-from), #464646, var(--tw-gradient-to, rgba(70, 70, 70, 0));
  }

  .lg\:via-black-2 {
    --tw-gradient-stops: var(--tw-gradient-from), #d7d7d7, var(--tw-gradient-to, rgba(215, 215, 215, 0));
  }

  .lg\:via-black-3 {
    --tw-gradient-stops: var(--tw-gradient-from), #262626, var(--tw-gradient-to, rgba(38, 38, 38, 0));
  }

  .lg\:via-black-4 {
    --tw-gradient-stops: var(--tw-gradient-from), #ededed, var(--tw-gradient-to, rgba(237, 237, 237, 0));
  }

  .lg\:via-black-5 {
    --tw-gradient-stops: var(--tw-gradient-from), #444444, var(--tw-gradient-to, rgba(68, 68, 68, 0));
  }

  .lg\:via-black-6 {
    --tw-gradient-stops: var(--tw-gradient-from), #6c6c6c, var(--tw-gradient-to, rgba(108, 108, 108, 0));
  }

  .lg\:via-black {
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .lg\:via-white-1 {
    --tw-gradient-stops: var(--tw-gradient-from), #f4f4f4, var(--tw-gradient-to, rgba(244, 244, 244, 0));
  }

  .lg\:via-white {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:via-pink-1 {
    --tw-gradient-stops: var(--tw-gradient-from), #e96593, var(--tw-gradient-to, rgba(233, 101, 147, 0));
  }

  .lg\:via-pink {
    --tw-gradient-stops: var(--tw-gradient-from), #ee8bae, var(--tw-gradient-to, rgba(238, 139, 174, 0));
  }

  .lg\:via-red-1 {
    --tw-gradient-stops: var(--tw-gradient-from), #e7061f, var(--tw-gradient-to, rgba(231, 6, 31, 0));
  }

  .lg\:via-red {
    --tw-gradient-stops: var(--tw-gradient-from), #ef0016, var(--tw-gradient-to, rgba(239, 0, 22, 0));
  }

  .lg\:to-transparent {
    --tw-gradient-to: transparent;
  }

  .lg\:to-current {
    --tw-gradient-to: currentColor;
  }

  .lg\:to-black-1 {
    --tw-gradient-to: #464646;
  }

  .lg\:to-black-2 {
    --tw-gradient-to: #d7d7d7;
  }

  .lg\:to-black-3 {
    --tw-gradient-to: #262626;
  }

  .lg\:to-black-4 {
    --tw-gradient-to: #ededed;
  }

  .lg\:to-black-5 {
    --tw-gradient-to: #444444;
  }

  .lg\:to-black-6 {
    --tw-gradient-to: #6c6c6c;
  }

  .lg\:to-black {
    --tw-gradient-to: #000;
  }

  .lg\:to-white-1 {
    --tw-gradient-to: #f4f4f4;
  }

  .lg\:to-white {
    --tw-gradient-to: #fff;
  }

  .lg\:to-pink-1 {
    --tw-gradient-to: #e96593;
  }

  .lg\:to-pink {
    --tw-gradient-to: #ee8bae;
  }

  .lg\:to-red-1 {
    --tw-gradient-to: #e7061f;
  }

  .lg\:to-red {
    --tw-gradient-to: #ef0016;
  }

  .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-1:hover {
    --tw-gradient-from: #464646;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(70, 70, 70, 0));
  }

  .lg\:hover\:from-black-2:hover {
    --tw-gradient-from: #d7d7d7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(215, 215, 215, 0));
  }

  .lg\:hover\:from-black-3:hover {
    --tw-gradient-from: #262626;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(38, 38, 38, 0));
  }

  .lg\:hover\:from-black-4:hover {
    --tw-gradient-from: #ededed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 237, 237, 0));
  }

  .lg\:hover\:from-black-5:hover {
    --tw-gradient-from: #444444;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(68, 68, 68, 0));
  }

  .lg\:hover\:from-black-6:hover {
    --tw-gradient-from: #6c6c6c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(108, 108, 108, 0));
  }

  .lg\:hover\:from-black:hover {
    --tw-gradient-from: #000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .lg\:hover\:from-white-1:hover {
    --tw-gradient-from: #f4f4f4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 244, 244, 0));
  }

  .lg\:hover\:from-white:hover {
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:hover\:from-pink-1:hover {
    --tw-gradient-from: #e96593;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 101, 147, 0));
  }

  .lg\:hover\:from-pink:hover {
    --tw-gradient-from: #ee8bae;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 139, 174, 0));
  }

  .lg\:hover\:from-red-1:hover {
    --tw-gradient-from: #e7061f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(231, 6, 31, 0));
  }

  .lg\:hover\:from-red:hover {
    --tw-gradient-from: #ef0016;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 0, 22, 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-1:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #464646, var(--tw-gradient-to, rgba(70, 70, 70, 0));
  }

  .lg\:hover\:via-black-2:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d7d7d7, var(--tw-gradient-to, rgba(215, 215, 215, 0));
  }

  .lg\:hover\:via-black-3:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #262626, var(--tw-gradient-to, rgba(38, 38, 38, 0));
  }

  .lg\:hover\:via-black-4:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ededed, var(--tw-gradient-to, rgba(237, 237, 237, 0));
  }

  .lg\:hover\:via-black-5:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #444444, var(--tw-gradient-to, rgba(68, 68, 68, 0));
  }

  .lg\:hover\:via-black-6:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6c6c6c, var(--tw-gradient-to, rgba(108, 108, 108, 0));
  }

  .lg\:hover\:via-black:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .lg\:hover\:via-white-1:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f4f4f4, var(--tw-gradient-to, rgba(244, 244, 244, 0));
  }

  .lg\:hover\:via-white:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:hover\:via-pink-1:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e96593, var(--tw-gradient-to, rgba(233, 101, 147, 0));
  }

  .lg\:hover\:via-pink:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ee8bae, var(--tw-gradient-to, rgba(238, 139, 174, 0));
  }

  .lg\:hover\:via-red-1:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e7061f, var(--tw-gradient-to, rgba(231, 6, 31, 0));
  }

  .lg\:hover\:via-red:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ef0016, var(--tw-gradient-to, rgba(239, 0, 22, 0));
  }

  .lg\:hover\:to-transparent:hover {
    --tw-gradient-to: transparent;
  }

  .lg\:hover\:to-current:hover {
    --tw-gradient-to: currentColor;
  }

  .lg\:hover\:to-black-1:hover {
    --tw-gradient-to: #464646;
  }

  .lg\:hover\:to-black-2:hover {
    --tw-gradient-to: #d7d7d7;
  }

  .lg\:hover\:to-black-3:hover {
    --tw-gradient-to: #262626;
  }

  .lg\:hover\:to-black-4:hover {
    --tw-gradient-to: #ededed;
  }

  .lg\:hover\:to-black-5:hover {
    --tw-gradient-to: #444444;
  }

  .lg\:hover\:to-black-6:hover {
    --tw-gradient-to: #6c6c6c;
  }

  .lg\:hover\:to-black:hover {
    --tw-gradient-to: #000;
  }

  .lg\:hover\:to-white-1:hover {
    --tw-gradient-to: #f4f4f4;
  }

  .lg\:hover\:to-white:hover {
    --tw-gradient-to: #fff;
  }

  .lg\:hover\:to-pink-1:hover {
    --tw-gradient-to: #e96593;
  }

  .lg\:hover\:to-pink:hover {
    --tw-gradient-to: #ee8bae;
  }

  .lg\:hover\:to-red-1:hover {
    --tw-gradient-to: #e7061f;
  }

  .lg\:hover\:to-red:hover {
    --tw-gradient-to: #ef0016;
  }

  .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-1:focus {
    --tw-gradient-from: #464646;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(70, 70, 70, 0));
  }

  .lg\:focus\:from-black-2:focus {
    --tw-gradient-from: #d7d7d7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(215, 215, 215, 0));
  }

  .lg\:focus\:from-black-3:focus {
    --tw-gradient-from: #262626;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(38, 38, 38, 0));
  }

  .lg\:focus\:from-black-4:focus {
    --tw-gradient-from: #ededed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 237, 237, 0));
  }

  .lg\:focus\:from-black-5:focus {
    --tw-gradient-from: #444444;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(68, 68, 68, 0));
  }

  .lg\:focus\:from-black-6:focus {
    --tw-gradient-from: #6c6c6c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(108, 108, 108, 0));
  }

  .lg\:focus\:from-black:focus {
    --tw-gradient-from: #000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .lg\:focus\:from-white-1:focus {
    --tw-gradient-from: #f4f4f4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 244, 244, 0));
  }

  .lg\:focus\:from-white:focus {
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:focus\:from-pink-1:focus {
    --tw-gradient-from: #e96593;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 101, 147, 0));
  }

  .lg\:focus\:from-pink:focus {
    --tw-gradient-from: #ee8bae;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 139, 174, 0));
  }

  .lg\:focus\:from-red-1:focus {
    --tw-gradient-from: #e7061f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(231, 6, 31, 0));
  }

  .lg\:focus\:from-red:focus {
    --tw-gradient-from: #ef0016;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 0, 22, 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-1:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #464646, var(--tw-gradient-to, rgba(70, 70, 70, 0));
  }

  .lg\:focus\:via-black-2:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d7d7d7, var(--tw-gradient-to, rgba(215, 215, 215, 0));
  }

  .lg\:focus\:via-black-3:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #262626, var(--tw-gradient-to, rgba(38, 38, 38, 0));
  }

  .lg\:focus\:via-black-4:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ededed, var(--tw-gradient-to, rgba(237, 237, 237, 0));
  }

  .lg\:focus\:via-black-5:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #444444, var(--tw-gradient-to, rgba(68, 68, 68, 0));
  }

  .lg\:focus\:via-black-6:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6c6c6c, var(--tw-gradient-to, rgba(108, 108, 108, 0));
  }

  .lg\:focus\:via-black:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .lg\:focus\:via-white-1:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f4f4f4, var(--tw-gradient-to, rgba(244, 244, 244, 0));
  }

  .lg\:focus\:via-white:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:focus\:via-pink-1:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e96593, var(--tw-gradient-to, rgba(233, 101, 147, 0));
  }

  .lg\:focus\:via-pink:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ee8bae, var(--tw-gradient-to, rgba(238, 139, 174, 0));
  }

  .lg\:focus\:via-red-1:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e7061f, var(--tw-gradient-to, rgba(231, 6, 31, 0));
  }

  .lg\:focus\:via-red:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ef0016, var(--tw-gradient-to, rgba(239, 0, 22, 0));
  }

  .lg\:focus\:to-transparent:focus {
    --tw-gradient-to: transparent;
  }

  .lg\:focus\:to-current:focus {
    --tw-gradient-to: currentColor;
  }

  .lg\:focus\:to-black-1:focus {
    --tw-gradient-to: #464646;
  }

  .lg\:focus\:to-black-2:focus {
    --tw-gradient-to: #d7d7d7;
  }

  .lg\:focus\:to-black-3:focus {
    --tw-gradient-to: #262626;
  }

  .lg\:focus\:to-black-4:focus {
    --tw-gradient-to: #ededed;
  }

  .lg\:focus\:to-black-5:focus {
    --tw-gradient-to: #444444;
  }

  .lg\:focus\:to-black-6:focus {
    --tw-gradient-to: #6c6c6c;
  }

  .lg\:focus\:to-black:focus {
    --tw-gradient-to: #000;
  }

  .lg\:focus\:to-white-1:focus {
    --tw-gradient-to: #f4f4f4;
  }

  .lg\:focus\:to-white:focus {
    --tw-gradient-to: #fff;
  }

  .lg\:focus\:to-pink-1:focus {
    --tw-gradient-to: #e96593;
  }

  .lg\:focus\:to-pink:focus {
    --tw-gradient-to: #ee8bae;
  }

  .lg\:focus\:to-red-1:focus {
    --tw-gradient-to: #e7061f;
  }

  .lg\:focus\:to-red:focus {
    --tw-gradient-to: #ef0016;
  }

  .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-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-50 {
    --tw-bg-opacity: 0.5;
  }

  .lg\:bg-opacity-60 {
    --tw-bg-opacity: 0.6;
  }

  .lg\:bg-opacity-70 {
    --tw-bg-opacity: 0.7;
  }

  .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-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-50 {
    --tw-bg-opacity: 0.5;
  }

  .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-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-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-50:focus-within {
    --tw-bg-opacity: 0.5;
  }

  .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-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-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-50:hover {
    --tw-bg-opacity: 0.5;
  }

  .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-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-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-50:focus {
    --tw-bg-opacity: 0.5;
  }

  .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-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-10p-center {
    background-position: 10% center;
  }

  .lg\:bg-right-15-center {
    background-position: right 15px center;
  }

  .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-24 {
    background-size: 24px 24px;
  }

  .lg\:bg-auto {
    background-size: auto;
  }

  .lg\:bg-cover {
    background-size: cover;
  }

  .lg\:bg-contain {
    background-size: contain;
  }

  .lg\:bg-w-64p {
    background-size: 64% auto;
  }

  .lg\:bg-size-78p {
    background-size: 78%;
  }

  .lg\:bg-size-100p {
    background-size: 100%;
  }

  .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-1 {
    --tw-border-opacity: 1;
    border-color: rgba(70, 70, 70, var(--tw-border-opacity));
  }

  .lg\:border-black-2 {
    --tw-border-opacity: 1;
    border-color: rgba(215, 215, 215, var(--tw-border-opacity));
  }

  .lg\:border-black-3 {
    --tw-border-opacity: 1;
    border-color: rgba(38, 38, 38, var(--tw-border-opacity));
  }

  .lg\:border-black-4 {
    --tw-border-opacity: 1;
    border-color: rgba(237, 237, 237, var(--tw-border-opacity));
  }

  .lg\:border-black-5 {
    --tw-border-opacity: 1;
    border-color: rgba(68, 68, 68, var(--tw-border-opacity));
  }

  .lg\:border-black-6 {
    --tw-border-opacity: 1;
    border-color: rgba(108, 108, 108, var(--tw-border-opacity));
  }

  .lg\:border-black {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .lg\:border-white-1 {
    --tw-border-opacity: 1;
    border-color: rgba(244, 244, 244, var(--tw-border-opacity));
  }

  .lg\:border-white {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .lg\:border-pink-1 {
    --tw-border-opacity: 1;
    border-color: rgba(233, 101, 147, var(--tw-border-opacity));
  }

  .lg\:border-pink {
    --tw-border-opacity: 1;
    border-color: rgba(238, 139, 174, var(--tw-border-opacity));
  }

  .lg\:border-red-1 {
    --tw-border-opacity: 1;
    border-color: rgba(231, 6, 31, var(--tw-border-opacity));
  }

  .lg\:border-red {
    --tw-border-opacity: 1;
    border-color: rgba(239, 0, 22, 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-1 {
    --tw-border-opacity: 1;
    border-color: rgba(70, 70, 70, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-black-2 {
    --tw-border-opacity: 1;
    border-color: rgba(215, 215, 215, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-black-3 {
    --tw-border-opacity: 1;
    border-color: rgba(38, 38, 38, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-black-4 {
    --tw-border-opacity: 1;
    border-color: rgba(237, 237, 237, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-black-5 {
    --tw-border-opacity: 1;
    border-color: rgba(68, 68, 68, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-black-6 {
    --tw-border-opacity: 1;
    border-color: rgba(108, 108, 108, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-black {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-white-1 {
    --tw-border-opacity: 1;
    border-color: rgba(244, 244, 244, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-white {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-pink-1 {
    --tw-border-opacity: 1;
    border-color: rgba(233, 101, 147, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-pink {
    --tw-border-opacity: 1;
    border-color: rgba(238, 139, 174, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-red-1 {
    --tw-border-opacity: 1;
    border-color: rgba(231, 6, 31, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-red {
    --tw-border-opacity: 1;
    border-color: rgba(239, 0, 22, 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-1:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(70, 70, 70, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-black-2:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(215, 215, 215, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-black-3:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(38, 38, 38, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-black-4:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(237, 237, 237, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-black-5:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(68, 68, 68, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-black-6:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(108, 108, 108, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-black:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-white-1:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(244, 244, 244, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-white:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-pink-1:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(233, 101, 147, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-pink:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(238, 139, 174, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-red-1:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(231, 6, 31, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-red:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(239, 0, 22, var(--tw-border-opacity));
  }

  .lg\:hover\:border-transparent:hover {
    border-color: transparent;
  }

  .lg\:hover\:border-current:hover {
    border-color: currentColor;
  }

  .lg\:hover\:border-black-1:hover {
    --tw-border-opacity: 1;
    border-color: rgba(70, 70, 70, var(--tw-border-opacity));
  }

  .lg\:hover\:border-black-2:hover {
    --tw-border-opacity: 1;
    border-color: rgba(215, 215, 215, var(--tw-border-opacity));
  }

  .lg\:hover\:border-black-3:hover {
    --tw-border-opacity: 1;
    border-color: rgba(38, 38, 38, var(--tw-border-opacity));
  }

  .lg\:hover\:border-black-4:hover {
    --tw-border-opacity: 1;
    border-color: rgba(237, 237, 237, var(--tw-border-opacity));
  }

  .lg\:hover\:border-black-5:hover {
    --tw-border-opacity: 1;
    border-color: rgba(68, 68, 68, var(--tw-border-opacity));
  }

  .lg\:hover\:border-black-6:hover {
    --tw-border-opacity: 1;
    border-color: rgba(108, 108, 108, var(--tw-border-opacity));
  }

  .lg\:hover\:border-black:hover {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .lg\:hover\:border-white-1:hover {
    --tw-border-opacity: 1;
    border-color: rgba(244, 244, 244, var(--tw-border-opacity));
  }

  .lg\:hover\:border-white:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .lg\:hover\:border-pink-1:hover {
    --tw-border-opacity: 1;
    border-color: rgba(233, 101, 147, var(--tw-border-opacity));
  }

  .lg\:hover\:border-pink:hover {
    --tw-border-opacity: 1;
    border-color: rgba(238, 139, 174, var(--tw-border-opacity));
  }

  .lg\:hover\:border-red-1:hover {
    --tw-border-opacity: 1;
    border-color: rgba(231, 6, 31, var(--tw-border-opacity));
  }

  .lg\:hover\:border-red:hover {
    --tw-border-opacity: 1;
    border-color: rgba(239, 0, 22, var(--tw-border-opacity));
  }

  .lg\:focus\:border-transparent:focus {
    border-color: transparent;
  }

  .lg\:focus\:border-current:focus {
    border-color: currentColor;
  }

  .lg\:focus\:border-black-1:focus {
    --tw-border-opacity: 1;
    border-color: rgba(70, 70, 70, var(--tw-border-opacity));
  }

  .lg\:focus\:border-black-2:focus {
    --tw-border-opacity: 1;
    border-color: rgba(215, 215, 215, var(--tw-border-opacity));
  }

  .lg\:focus\:border-black-3:focus {
    --tw-border-opacity: 1;
    border-color: rgba(38, 38, 38, var(--tw-border-opacity));
  }

  .lg\:focus\:border-black-4:focus {
    --tw-border-opacity: 1;
    border-color: rgba(237, 237, 237, var(--tw-border-opacity));
  }

  .lg\:focus\:border-black-5:focus {
    --tw-border-opacity: 1;
    border-color: rgba(68, 68, 68, var(--tw-border-opacity));
  }

  .lg\:focus\:border-black-6:focus {
    --tw-border-opacity: 1;
    border-color: rgba(108, 108, 108, var(--tw-border-opacity));
  }

  .lg\:focus\:border-black:focus {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .lg\:focus\:border-white-1:focus {
    --tw-border-opacity: 1;
    border-color: rgba(244, 244, 244, var(--tw-border-opacity));
  }

  .lg\:focus\:border-white:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .lg\:focus\:border-pink-1:focus {
    --tw-border-opacity: 1;
    border-color: rgba(233, 101, 147, var(--tw-border-opacity));
  }

  .lg\:focus\:border-pink:focus {
    --tw-border-opacity: 1;
    border-color: rgba(238, 139, 174, var(--tw-border-opacity));
  }

  .lg\:focus\:border-red-1:focus {
    --tw-border-opacity: 1;
    border-color: rgba(231, 6, 31, var(--tw-border-opacity));
  }

  .lg\:focus\:border-red:focus {
    --tw-border-opacity: 1;
    border-color: rgba(239, 0, 22, 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-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-50 {
    --tw-border-opacity: 0.5;
  }

  .lg\:border-opacity-60 {
    --tw-border-opacity: 0.6;
  }

  .lg\:border-opacity-70 {
    --tw-border-opacity: 0.7;
  }

  .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-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-50 {
    --tw-border-opacity: 0.5;
  }

  .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-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-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-50:focus-within {
    --tw-border-opacity: 0.5;
  }

  .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-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-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-50:hover {
    --tw-border-opacity: 0.5;
  }

  .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-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-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-50:focus {
    --tw-border-opacity: 0.5;
  }

  .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-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-20 {
    border-radius: 20px;
  }

  .lg\:rounded-99 {
    border-radius: 99px;
  }

  .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-t-20 {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }

  .lg\:rounded-r-20 {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
  }

  .lg\:rounded-b-20 {
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
  }

  .lg\:rounded-l-20 {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
  }

  .lg\:rounded-t-99 {
    border-top-left-radius: 99px;
    border-top-right-radius: 99px;
  }

  .lg\:rounded-r-99 {
    border-top-right-radius: 99px;
    border-bottom-right-radius: 99px;
  }

  .lg\:rounded-b-99 {
    border-bottom-right-radius: 99px;
    border-bottom-left-radius: 99px;
  }

  .lg\:rounded-l-99 {
    border-top-left-radius: 99px;
    border-bottom-left-radius: 99px;
  }

  .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-tl-20 {
    border-top-left-radius: 20px;
  }

  .lg\:rounded-tr-20 {
    border-top-right-radius: 20px;
  }

  .lg\:rounded-br-20 {
    border-bottom-right-radius: 20px;
  }

  .lg\:rounded-bl-20 {
    border-bottom-left-radius: 20px;
  }

  .lg\:rounded-tl-99 {
    border-top-left-radius: 99px;
  }

  .lg\:rounded-tr-99 {
    border-top-right-radius: 99px;
  }

  .lg\:rounded-br-99 {
    border-bottom-right-radius: 99px;
  }

  .lg\:rounded-bl-99 {
    border-bottom-left-radius: 99px;
  }

  .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\: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-2 {
    border-width: 2px;
  }

  .lg\:border-4 {
    border-width: 4px;
  }

  .lg\:border-8 {
    border-width: 8px;
  }

  .lg\:border {
    border-width: 1px;
  }

  .lg\:border-t-0 {
    border-top-width: 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-2 {
    border-top-width: 2px;
  }

  .lg\:border-r-2 {
    border-right-width: 2px;
  }

  .lg\:border-b-2 {
    border-bottom-width: 2px;
  }

  .lg\:border-l-2 {
    border-left-width: 2px;
  }

  .lg\:border-t-4 {
    border-top-width: 4px;
  }

  .lg\:border-r-4 {
    border-right-width: 4px;
  }

  .lg\:border-b-4 {
    border-bottom-width: 4px;
  }

  .lg\:border-l-4 {
    border-left-width: 4px;
  }

  .lg\:border-t-8 {
    border-top-width: 8px;
  }

  .lg\:border-r-8 {
    border-right-width: 8px;
  }

  .lg\:border-b-8 {
    border-bottom-width: 8px;
  }

  .lg\:border-l-8 {
    border-left-width: 8px;
  }

  .lg\:border-t {
    border-top-width: 1px;
  }

  .lg\:border-r {
    border-right-width: 1px;
  }

  .lg\:border-b {
    border-bottom-width: 1px;
  }

  .lg\:border-l {
    border-left-width: 1px;
  }

  .lg\: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\:inline-table {
    display: inline-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\:list-item {
    display: list-item;
  }

  .group:hover .lg\:group-hover\:block {
    display: block;
  }

  .group:hover .lg\:group-hover\:inline-block {
    display: inline-block;
  }

  .group:hover .lg\:group-hover\:inline {
    display: inline;
  }

  .group:hover .lg\:group-hover\:flex {
    display: flex;
  }

  .group:hover .lg\:group-hover\:inline-flex {
    display: inline-flex;
  }

  .group:hover .lg\:group-hover\:table {
    display: table;
  }

  .group:hover .lg\:group-hover\:inline-table {
    display: inline-table;
  }

  .group:hover .lg\:group-hover\:table-caption {
    display: table-caption;
  }

  .group:hover .lg\:group-hover\:table-cell {
    display: table-cell;
  }

  .group:hover .lg\:group-hover\:table-column {
    display: table-column;
  }

  .group:hover .lg\:group-hover\:table-column-group {
    display: table-column-group;
  }

  .group:hover .lg\:group-hover\:table-footer-group {
    display: table-footer-group;
  }

  .group:hover .lg\:group-hover\:table-header-group {
    display: table-header-group;
  }

  .group:hover .lg\:group-hover\:table-row-group {
    display: table-row-group;
  }

  .group:hover .lg\:group-hover\:table-row {
    display: table-row;
  }

  .group:hover .lg\:group-hover\:flow-root {
    display: flow-root;
  }

  .group:hover .lg\:group-hover\:grid {
    display: grid;
  }

  .group:hover .lg\:group-hover\:inline-grid {
    display: inline-grid;
  }

  .group:hover .lg\:group-hover\:contents {
    display: contents;
  }

  .group:hover .lg\:group-hover\:list-item {
    display: list-item;
  }

  .lg\:hidden {
    display: none;
  }

  .group:hover .lg\:group-hover\: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-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-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-heading {
    font-family: Nunito Sans, sans-serif;
  }

  .lg\:font-body {
    font-family: Nunito Sans, sans-serif;
  }

  .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-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-3 {
    height: 3px;
  }

  .lg\:h-5 {
    height: 5px;
  }

  .lg\:h-8 {
    height: 8px;
  }

  .lg\:h-10 {
    height: 10px;
  }

  .lg\:h-12 {
    height: 12px;
  }

  .lg\:h-14 {
    height: 14px;
  }

  .lg\:h-15 {
    height: 15px;
  }

  .lg\:h-16 {
    height: 16px;
  }

  .lg\:h-20 {
    height: 20px;
  }

  .lg\:h-24 {
    height: 24px;
  }

  .lg\:h-28 {
    height: 28px;
  }

  .lg\:h-29 {
    height: 29px;
  }

  .lg\:h-30 {
    height: 30px;
  }

  .lg\:h-32 {
    height: 32px;
  }

  .lg\:h-35 {
    height: 35px;
  }

  .lg\:h-36 {
    height: 36px;
  }

  .lg\:h-37 {
    height: 37px;
  }

  .lg\:h-39 {
    height: 39px;
  }

  .lg\:h-40 {
    height: 40px;
  }

  .lg\:h-47 {
    height: 47px;
  }

  .lg\:h-50 {
    height: 50px;
  }

  .lg\:h-56 {
    height: 56px;
  }

  .lg\:h-64 {
    height: 64px;
  }

  .lg\:h-70 {
    height: 70px;
  }

  .lg\:h-72 {
    height: 72px;
  }

  .lg\:h-75 {
    height: 75px;
  }

  .lg\:h-80 {
    height: 80px;
  }

  .lg\:h-83 {
    height: 83px;
  }

  .lg\:h-100 {
    height: 100px;
  }

  .lg\:h-118 {
    height: 118px;
  }

  .lg\:h-130 {
    height: 130px;
  }

  .lg\:h-150 {
    height: 150px;
  }

  .lg\:h-180 {
    height: 180px;
  }

  .lg\:h-213 {
    height: 213px;
  }

  .lg\:h-225 {
    height: 225px;
  }

  .lg\:h-250 {
    height: 250px;
  }

  .lg\:h-300 {
    height: 300px;
  }

  .lg\:h-320 {
    height: 320px;
  }

  .lg\:h-345 {
    height: 345px;
  }

  .lg\:h-485 {
    height: 485px;
  }

  .lg\:h-auto {
    height: auto;
  }

  .lg\:h-px {
    height: 1px;
  }

  .lg\:-h-135 {
    height: -135px;
  }

  .lg\:h-0p {
    height: 0%;
  }

  .lg\:h-5p {
    height: 5%;
  }

  .lg\:h-10p {
    height: 10%;
  }

  .lg\:h-15p {
    height: 15%;
  }

  .lg\:h-20p {
    height: 20%;
  }

  .lg\:h-25p {
    height: 25%;
  }

  .lg\:h-30p {
    height: 30%;
  }

  .lg\:h-35p {
    height: 35%;
  }

  .lg\:h-40p {
    height: 40%;
  }

  .lg\:h-45p {
    height: 45%;
  }

  .lg\:h-50p {
    height: 50%;
  }

  .lg\:h-55p {
    height: 55%;
  }

  .lg\:h-60p {
    height: 60%;
  }

  .lg\:h-65p {
    height: 65%;
  }

  .lg\:h-70p {
    height: 70%;
  }

  .lg\:h-75p {
    height: 75%;
  }

  .lg\:h-80p {
    height: 80%;
  }

  .lg\:h-85p {
    height: 85%;
  }

  .lg\:h-90p {
    height: 90%;
  }

  .lg\:h-95p {
    height: 95%;
  }

  .lg\:h-100p {
    height: 100%;
  }

  .lg\:h-66\.5p {
    height: 66.5%;
  }

  .lg\:h-67\.5p {
    height: 67.5%;
  }

  .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\:text-12 {
    font-size: 12px;
    line-height: 1.225;
  }

  .lg\:text-14 {
    font-size: 14px;
    line-height: 1.35;
  }

  .lg\:text-15 {
    font-size: 15px;
    line-height: 1.35;
  }

  .lg\:text-16 {
    font-size: 16px;
    line-height: 24px;
  }

  .lg\:text-18 {
    font-size: 18px;
    line-height: 1.5;
  }

  .lg\:text-20 {
    font-size: 20px;
    line-height: 1.4;
  }

  .lg\:text-24 {
    font-size: 24px;
    line-height: 1.3;
  }

  .lg\:text-25 {
    font-size: 25px;
    line-height: 1.3;
  }

  .lg\:text-28 {
    font-size: 28px;
    line-height: 1.45;
  }

  .lg\:text-30 {
    font-size: 30px;
    line-height: 39px;
  }

  .lg\:text-32 {
    font-size: 32px;
    line-height: 41px;
  }

  .lg\:text-45 {
    font-size: 45px;
    line-height: 51px;
  }

  .lg\:text-48 {
    font-size: 48px;
    line-height: 1.4;
  }

  .lg\:text-50 {
    font-size: 50px;
    line-height: 65px;
  }

  .lg\:text-60 {
    font-size: 60px;
    line-height: 71px;
  }

  .lg\:text-72 {
    font-size: 72px;
    line-height: 84px;
  }

  .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-3 {
    margin: 3px;
  }

  .lg\:m-5 {
    margin: 5px;
  }

  .lg\:m-8 {
    margin: 8px;
  }

  .lg\:m-10 {
    margin: 10px;
  }

  .lg\:m-12 {
    margin: 12px;
  }

  .lg\:m-14 {
    margin: 14px;
  }

  .lg\:m-15 {
    margin: 15px;
  }

  .lg\:m-16 {
    margin: 16px;
  }

  .lg\:m-20 {
    margin: 20px;
  }

  .lg\:m-24 {
    margin: 24px;
  }

  .lg\:m-28 {
    margin: 28px;
  }

  .lg\:m-29 {
    margin: 29px;
  }

  .lg\:m-30 {
    margin: 30px;
  }

  .lg\:m-32 {
    margin: 32px;
  }

  .lg\:m-35 {
    margin: 35px;
  }

  .lg\:m-36 {
    margin: 36px;
  }

  .lg\:m-37 {
    margin: 37px;
  }

  .lg\:m-39 {
    margin: 39px;
  }

  .lg\:m-40 {
    margin: 40px;
  }

  .lg\:m-47 {
    margin: 47px;
  }

  .lg\:m-50 {
    margin: 50px;
  }

  .lg\:m-56 {
    margin: 56px;
  }

  .lg\:m-64 {
    margin: 64px;
  }

  .lg\:m-70 {
    margin: 70px;
  }

  .lg\:m-72 {
    margin: 72px;
  }

  .lg\:m-75 {
    margin: 75px;
  }

  .lg\:m-80 {
    margin: 80px;
  }

  .lg\:m-83 {
    margin: 83px;
  }

  .lg\:m-100 {
    margin: 100px;
  }

  .lg\:m-118 {
    margin: 118px;
  }

  .lg\:m-130 {
    margin: 130px;
  }

  .lg\:m-150 {
    margin: 150px;
  }

  .lg\:m-180 {
    margin: 180px;
  }

  .lg\:m-213 {
    margin: 213px;
  }

  .lg\:m-225 {
    margin: 225px;
  }

  .lg\:m-250 {
    margin: 250px;
  }

  .lg\:m-300 {
    margin: 300px;
  }

  .lg\:m-320 {
    margin: 320px;
  }

  .lg\:m-345 {
    margin: 345px;
  }

  .lg\:m-485 {
    margin: 485px;
  }

  .lg\:m-auto {
    margin: auto;
  }

  .lg\:m-px {
    margin: 1px;
  }

  .lg\:-m-135 {
    margin: -135px;
  }

  .lg\:m-0p {
    margin: 0%;
  }

  .lg\:m-5p {
    margin: 5%;
  }

  .lg\:m-10p {
    margin: 10%;
  }

  .lg\:m-15p {
    margin: 15%;
  }

  .lg\:m-20p {
    margin: 20%;
  }

  .lg\:m-25p {
    margin: 25%;
  }

  .lg\:m-30p {
    margin: 30%;
  }

  .lg\:m-35p {
    margin: 35%;
  }

  .lg\:m-40p {
    margin: 40%;
  }

  .lg\:m-45p {
    margin: 45%;
  }

  .lg\:m-50p {
    margin: 50%;
  }

  .lg\:m-55p {
    margin: 55%;
  }

  .lg\:m-60p {
    margin: 60%;
  }

  .lg\:m-65p {
    margin: 65%;
  }

  .lg\:m-70p {
    margin: 70%;
  }

  .lg\:m-75p {
    margin: 75%;
  }

  .lg\:m-80p {
    margin: 80%;
  }

  .lg\:m-85p {
    margin: 85%;
  }

  .lg\:m-90p {
    margin: 90%;
  }

  .lg\:m-95p {
    margin: 95%;
  }

  .lg\:m-100p {
    margin: 100%;
  }

  .lg\:m-66\.5p {
    margin: 66.5%;
  }

  .lg\:m-67\.5p {
    margin: 67.5%;
  }

  .lg\:-m-0 {
    margin: 0px;
  }

  .lg\:-m-3 {
    margin: -3px;
  }

  .lg\:-m-5 {
    margin: -5px;
  }

  .lg\:-m-8 {
    margin: -8px;
  }

  .lg\:-m-10 {
    margin: -10px;
  }

  .lg\:-m-12 {
    margin: -12px;
  }

  .lg\:-m-14 {
    margin: -14px;
  }

  .lg\:-m-15 {
    margin: -15px;
  }

  .lg\:-m-16 {
    margin: -16px;
  }

  .lg\:-m-20 {
    margin: -20px;
  }

  .lg\:-m-24 {
    margin: -24px;
  }

  .lg\:-m-28 {
    margin: -28px;
  }

  .lg\:-m-29 {
    margin: -29px;
  }

  .lg\:-m-30 {
    margin: -30px;
  }

  .lg\:-m-32 {
    margin: -32px;
  }

  .lg\:-m-35 {
    margin: -35px;
  }

  .lg\:-m-36 {
    margin: -36px;
  }

  .lg\:-m-37 {
    margin: -37px;
  }

  .lg\:-m-39 {
    margin: -39px;
  }

  .lg\:-m-40 {
    margin: -40px;
  }

  .lg\:-m-47 {
    margin: -47px;
  }

  .lg\:-m-50 {
    margin: -50px;
  }

  .lg\:-m-56 {
    margin: -56px;
  }

  .lg\:-m-64 {
    margin: -64px;
  }

  .lg\:-m-70 {
    margin: -70px;
  }

  .lg\:-m-72 {
    margin: -72px;
  }

  .lg\:-m-75 {
    margin: -75px;
  }

  .lg\:-m-80 {
    margin: -80px;
  }

  .lg\:-m-83 {
    margin: -83px;
  }

  .lg\:-m-100 {
    margin: -100px;
  }

  .lg\:-m-118 {
    margin: -118px;
  }

  .lg\:-m-130 {
    margin: -130px;
  }

  .lg\:-m-150 {
    margin: -150px;
  }

  .lg\:-m-180 {
    margin: -180px;
  }

  .lg\:-m-213 {
    margin: -213px;
  }

  .lg\:-m-225 {
    margin: -225px;
  }

  .lg\:-m-250 {
    margin: -250px;
  }

  .lg\:-m-300 {
    margin: -300px;
  }

  .lg\:-m-320 {
    margin: -320px;
  }

  .lg\:-m-345 {
    margin: -345px;
  }

  .lg\:-m-485 {
    margin: -485px;
  }

  .lg\:-m-px {
    margin: -1px;
  }

  .lg\:-m--135 {
    margin: 135px;
  }

  .lg\:-m-0p {
    margin: 0%;
  }

  .lg\:-m-5p {
    margin: -5%;
  }

  .lg\:-m-10p {
    margin: -10%;
  }

  .lg\:-m-15p {
    margin: -15%;
  }

  .lg\:-m-20p {
    margin: -20%;
  }

  .lg\:-m-25p {
    margin: -25%;
  }

  .lg\:-m-30p {
    margin: -30%;
  }

  .lg\:-m-35p {
    margin: -35%;
  }

  .lg\:-m-40p {
    margin: -40%;
  }

  .lg\:-m-45p {
    margin: -45%;
  }

  .lg\:-m-50p {
    margin: -50%;
  }

  .lg\:-m-55p {
    margin: -55%;
  }

  .lg\:-m-60p {
    margin: -60%;
  }

  .lg\:-m-65p {
    margin: -65%;
  }

  .lg\:-m-70p {
    margin: -70%;
  }

  .lg\:-m-75p {
    margin: -75%;
  }

  .lg\:-m-80p {
    margin: -80%;
  }

  .lg\:-m-85p {
    margin: -85%;
  }

  .lg\:-m-90p {
    margin: -90%;
  }

  .lg\:-m-95p {
    margin: -95%;
  }

  .lg\:-m-100p {
    margin: -100%;
  }

  .lg\:-m-66\.5p {
    margin: -66.5%;
  }

  .lg\:-m-67\.5p {
    margin: -67.5%;
  }

  .lg\:my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .lg\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .lg\:my-3 {
    margin-top: 3px;
    margin-bottom: 3px;
  }

  .lg\:mx-3 {
    margin-left: 3px;
    margin-right: 3px;
  }

  .lg\:my-5 {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .lg\:mx-5 {
    margin-left: 5px;
    margin-right: 5px;
  }

  .lg\:my-8 {
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .lg\:mx-8 {
    margin-left: 8px;
    margin-right: 8px;
  }

  .lg\:my-10 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .lg\:mx-10 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .lg\:my-12 {
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .lg\:mx-12 {
    margin-left: 12px;
    margin-right: 12px;
  }

  .lg\:my-14 {
    margin-top: 14px;
    margin-bottom: 14px;
  }

  .lg\:mx-14 {
    margin-left: 14px;
    margin-right: 14px;
  }

  .lg\:my-15 {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .lg\:mx-15 {
    margin-left: 15px;
    margin-right: 15px;
  }

  .lg\:my-16 {
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .lg\:mx-16 {
    margin-left: 16px;
    margin-right: 16px;
  }

  .lg\:my-20 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .lg\:mx-20 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .lg\:my-24 {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .lg\:mx-24 {
    margin-left: 24px;
    margin-right: 24px;
  }

  .lg\:my-28 {
    margin-top: 28px;
    margin-bottom: 28px;
  }

  .lg\:mx-28 {
    margin-left: 28px;
    margin-right: 28px;
  }

  .lg\:my-29 {
    margin-top: 29px;
    margin-bottom: 29px;
  }

  .lg\:mx-29 {
    margin-left: 29px;
    margin-right: 29px;
  }

  .lg\:my-30 {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .lg\:mx-30 {
    margin-left: 30px;
    margin-right: 30px;
  }

  .lg\:my-32 {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .lg\:mx-32 {
    margin-left: 32px;
    margin-right: 32px;
  }

  .lg\:my-35 {
    margin-top: 35px;
    margin-bottom: 35px;
  }

  .lg\:mx-35 {
    margin-left: 35px;
    margin-right: 35px;
  }

  .lg\:my-36 {
    margin-top: 36px;
    margin-bottom: 36px;
  }

  .lg\:mx-36 {
    margin-left: 36px;
    margin-right: 36px;
  }

  .lg\:my-37 {
    margin-top: 37px;
    margin-bottom: 37px;
  }

  .lg\:mx-37 {
    margin-left: 37px;
    margin-right: 37px;
  }

  .lg\:my-39 {
    margin-top: 39px;
    margin-bottom: 39px;
  }

  .lg\:mx-39 {
    margin-left: 39px;
    margin-right: 39px;
  }

  .lg\:my-40 {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .lg\:mx-40 {
    margin-left: 40px;
    margin-right: 40px;
  }

  .lg\:my-47 {
    margin-top: 47px;
    margin-bottom: 47px;
  }

  .lg\:mx-47 {
    margin-left: 47px;
    margin-right: 47px;
  }

  .lg\:my-50 {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .lg\:mx-50 {
    margin-left: 50px;
    margin-right: 50px;
  }

  .lg\:my-56 {
    margin-top: 56px;
    margin-bottom: 56px;
  }

  .lg\:mx-56 {
    margin-left: 56px;
    margin-right: 56px;
  }

  .lg\:my-64 {
    margin-top: 64px;
    margin-bottom: 64px;
  }

  .lg\:mx-64 {
    margin-left: 64px;
    margin-right: 64px;
  }

  .lg\:my-70 {
    margin-top: 70px;
    margin-bottom: 70px;
  }

  .lg\:mx-70 {
    margin-left: 70px;
    margin-right: 70px;
  }

  .lg\:my-72 {
    margin-top: 72px;
    margin-bottom: 72px;
  }

  .lg\:mx-72 {
    margin-left: 72px;
    margin-right: 72px;
  }

  .lg\:my-75 {
    margin-top: 75px;
    margin-bottom: 75px;
  }

  .lg\:mx-75 {
    margin-left: 75px;
    margin-right: 75px;
  }

  .lg\:my-80 {
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .lg\:mx-80 {
    margin-left: 80px;
    margin-right: 80px;
  }

  .lg\:my-83 {
    margin-top: 83px;
    margin-bottom: 83px;
  }

  .lg\:mx-83 {
    margin-left: 83px;
    margin-right: 83px;
  }

  .lg\:my-100 {
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .lg\:mx-100 {
    margin-left: 100px;
    margin-right: 100px;
  }

  .lg\:my-118 {
    margin-top: 118px;
    margin-bottom: 118px;
  }

  .lg\:mx-118 {
    margin-left: 118px;
    margin-right: 118px;
  }

  .lg\:my-130 {
    margin-top: 130px;
    margin-bottom: 130px;
  }

  .lg\:mx-130 {
    margin-left: 130px;
    margin-right: 130px;
  }

  .lg\:my-150 {
    margin-top: 150px;
    margin-bottom: 150px;
  }

  .lg\:mx-150 {
    margin-left: 150px;
    margin-right: 150px;
  }

  .lg\:my-180 {
    margin-top: 180px;
    margin-bottom: 180px;
  }

  .lg\:mx-180 {
    margin-left: 180px;
    margin-right: 180px;
  }

  .lg\:my-213 {
    margin-top: 213px;
    margin-bottom: 213px;
  }

  .lg\:mx-213 {
    margin-left: 213px;
    margin-right: 213px;
  }

  .lg\:my-225 {
    margin-top: 225px;
    margin-bottom: 225px;
  }

  .lg\:mx-225 {
    margin-left: 225px;
    margin-right: 225px;
  }

  .lg\:my-250 {
    margin-top: 250px;
    margin-bottom: 250px;
  }

  .lg\:mx-250 {
    margin-left: 250px;
    margin-right: 250px;
  }

  .lg\:my-300 {
    margin-top: 300px;
    margin-bottom: 300px;
  }

  .lg\:mx-300 {
    margin-left: 300px;
    margin-right: 300px;
  }

  .lg\:my-320 {
    margin-top: 320px;
    margin-bottom: 320px;
  }

  .lg\:mx-320 {
    margin-left: 320px;
    margin-right: 320px;
  }

  .lg\:my-345 {
    margin-top: 345px;
    margin-bottom: 345px;
  }

  .lg\:mx-345 {
    margin-left: 345px;
    margin-right: 345px;
  }

  .lg\:my-485 {
    margin-top: 485px;
    margin-bottom: 485px;
  }

  .lg\:mx-485 {
    margin-left: 485px;
    margin-right: 485px;
  }

  .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-135 {
    margin-top: -135px;
    margin-bottom: -135px;
  }

  .lg\:-mx-135 {
    margin-left: -135px;
    margin-right: -135px;
  }

  .lg\:my-0p {
    margin-top: 0%;
    margin-bottom: 0%;
  }

  .lg\:mx-0p {
    margin-left: 0%;
    margin-right: 0%;
  }

  .lg\:my-5p {
    margin-top: 5%;
    margin-bottom: 5%;
  }

  .lg\:mx-5p {
    margin-left: 5%;
    margin-right: 5%;
  }

  .lg\:my-10p {
    margin-top: 10%;
    margin-bottom: 10%;
  }

  .lg\:mx-10p {
    margin-left: 10%;
    margin-right: 10%;
  }

  .lg\:my-15p {
    margin-top: 15%;
    margin-bottom: 15%;
  }

  .lg\:mx-15p {
    margin-left: 15%;
    margin-right: 15%;
  }

  .lg\:my-20p {
    margin-top: 20%;
    margin-bottom: 20%;
  }

  .lg\:mx-20p {
    margin-left: 20%;
    margin-right: 20%;
  }

  .lg\:my-25p {
    margin-top: 25%;
    margin-bottom: 25%;
  }

  .lg\:mx-25p {
    margin-left: 25%;
    margin-right: 25%;
  }

  .lg\:my-30p {
    margin-top: 30%;
    margin-bottom: 30%;
  }

  .lg\:mx-30p {
    margin-left: 30%;
    margin-right: 30%;
  }

  .lg\:my-35p {
    margin-top: 35%;
    margin-bottom: 35%;
  }

  .lg\:mx-35p {
    margin-left: 35%;
    margin-right: 35%;
  }

  .lg\:my-40p {
    margin-top: 40%;
    margin-bottom: 40%;
  }

  .lg\:mx-40p {
    margin-left: 40%;
    margin-right: 40%;
  }

  .lg\:my-45p {
    margin-top: 45%;
    margin-bottom: 45%;
  }

  .lg\:mx-45p {
    margin-left: 45%;
    margin-right: 45%;
  }

  .lg\:my-50p {
    margin-top: 50%;
    margin-bottom: 50%;
  }

  .lg\:mx-50p {
    margin-left: 50%;
    margin-right: 50%;
  }

  .lg\:my-55p {
    margin-top: 55%;
    margin-bottom: 55%;
  }

  .lg\:mx-55p {
    margin-left: 55%;
    margin-right: 55%;
  }

  .lg\:my-60p {
    margin-top: 60%;
    margin-bottom: 60%;
  }

  .lg\:mx-60p {
    margin-left: 60%;
    margin-right: 60%;
  }

  .lg\:my-65p {
    margin-top: 65%;
    margin-bottom: 65%;
  }

  .lg\:mx-65p {
    margin-left: 65%;
    margin-right: 65%;
  }

  .lg\:my-70p {
    margin-top: 70%;
    margin-bottom: 70%;
  }

  .lg\:mx-70p {
    margin-left: 70%;
    margin-right: 70%;
  }

  .lg\:my-75p {
    margin-top: 75%;
    margin-bottom: 75%;
  }

  .lg\:mx-75p {
    margin-left: 75%;
    margin-right: 75%;
  }

  .lg\:my-80p {
    margin-top: 80%;
    margin-bottom: 80%;
  }

  .lg\:mx-80p {
    margin-left: 80%;
    margin-right: 80%;
  }

  .lg\:my-85p {
    margin-top: 85%;
    margin-bottom: 85%;
  }

  .lg\:mx-85p {
    margin-left: 85%;
    margin-right: 85%;
  }

  .lg\:my-90p {
    margin-top: 90%;
    margin-bottom: 90%;
  }

  .lg\:mx-90p {
    margin-left: 90%;
    margin-right: 90%;
  }

  .lg\:my-95p {
    margin-top: 95%;
    margin-bottom: 95%;
  }

  .lg\:mx-95p {
    margin-left: 95%;
    margin-right: 95%;
  }

  .lg\:my-100p {
    margin-top: 100%;
    margin-bottom: 100%;
  }

  .lg\:mx-100p {
    margin-left: 100%;
    margin-right: 100%;
  }

  .lg\:my-66\.5p {
    margin-top: 66.5%;
    margin-bottom: 66.5%;
  }

  .lg\:mx-66\.5p {
    margin-left: 66.5%;
    margin-right: 66.5%;
  }

  .lg\:my-67\.5p {
    margin-top: 67.5%;
    margin-bottom: 67.5%;
  }

  .lg\:mx-67\.5p {
    margin-left: 67.5%;
    margin-right: 67.5%;
  }

  .lg\:-my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .lg\:-mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .lg\:-my-3 {
    margin-top: -3px;
    margin-bottom: -3px;
  }

  .lg\:-mx-3 {
    margin-left: -3px;
    margin-right: -3px;
  }

  .lg\:-my-5 {
    margin-top: -5px;
    margin-bottom: -5px;
  }

  .lg\:-mx-5 {
    margin-left: -5px;
    margin-right: -5px;
  }

  .lg\:-my-8 {
    margin-top: -8px;
    margin-bottom: -8px;
  }

  .lg\:-mx-8 {
    margin-left: -8px;
    margin-right: -8px;
  }

  .lg\:-my-10 {
    margin-top: -10px;
    margin-bottom: -10px;
  }

  .lg\:-mx-10 {
    margin-left: -10px;
    margin-right: -10px;
  }

  .lg\:-my-12 {
    margin-top: -12px;
    margin-bottom: -12px;
  }

  .lg\:-mx-12 {
    margin-left: -12px;
    margin-right: -12px;
  }

  .lg\:-my-14 {
    margin-top: -14px;
    margin-bottom: -14px;
  }

  .lg\:-mx-14 {
    margin-left: -14px;
    margin-right: -14px;
  }

  .lg\:-my-15 {
    margin-top: -15px;
    margin-bottom: -15px;
  }

  .lg\:-mx-15 {
    margin-left: -15px;
    margin-right: -15px;
  }

  .lg\:-my-16 {
    margin-top: -16px;
    margin-bottom: -16px;
  }

  .lg\:-mx-16 {
    margin-left: -16px;
    margin-right: -16px;
  }

  .lg\:-my-20 {
    margin-top: -20px;
    margin-bottom: -20px;
  }

  .lg\:-mx-20 {
    margin-left: -20px;
    margin-right: -20px;
  }

  .lg\:-my-24 {
    margin-top: -24px;
    margin-bottom: -24px;
  }

  .lg\:-mx-24 {
    margin-left: -24px;
    margin-right: -24px;
  }

  .lg\:-my-28 {
    margin-top: -28px;
    margin-bottom: -28px;
  }

  .lg\:-mx-28 {
    margin-left: -28px;
    margin-right: -28px;
  }

  .lg\:-my-29 {
    margin-top: -29px;
    margin-bottom: -29px;
  }

  .lg\:-mx-29 {
    margin-left: -29px;
    margin-right: -29px;
  }

  .lg\:-my-30 {
    margin-top: -30px;
    margin-bottom: -30px;
  }

  .lg\:-mx-30 {
    margin-left: -30px;
    margin-right: -30px;
  }

  .lg\:-my-32 {
    margin-top: -32px;
    margin-bottom: -32px;
  }

  .lg\:-mx-32 {
    margin-left: -32px;
    margin-right: -32px;
  }

  .lg\:-my-35 {
    margin-top: -35px;
    margin-bottom: -35px;
  }

  .lg\:-mx-35 {
    margin-left: -35px;
    margin-right: -35px;
  }

  .lg\:-my-36 {
    margin-top: -36px;
    margin-bottom: -36px;
  }

  .lg\:-mx-36 {
    margin-left: -36px;
    margin-right: -36px;
  }

  .lg\:-my-37 {
    margin-top: -37px;
    margin-bottom: -37px;
  }

  .lg\:-mx-37 {
    margin-left: -37px;
    margin-right: -37px;
  }

  .lg\:-my-39 {
    margin-top: -39px;
    margin-bottom: -39px;
  }

  .lg\:-mx-39 {
    margin-left: -39px;
    margin-right: -39px;
  }

  .lg\:-my-40 {
    margin-top: -40px;
    margin-bottom: -40px;
  }

  .lg\:-mx-40 {
    margin-left: -40px;
    margin-right: -40px;
  }

  .lg\:-my-47 {
    margin-top: -47px;
    margin-bottom: -47px;
  }

  .lg\:-mx-47 {
    margin-left: -47px;
    margin-right: -47px;
  }

  .lg\:-my-50 {
    margin-top: -50px;
    margin-bottom: -50px;
  }

  .lg\:-mx-50 {
    margin-left: -50px;
    margin-right: -50px;
  }

  .lg\:-my-56 {
    margin-top: -56px;
    margin-bottom: -56px;
  }

  .lg\:-mx-56 {
    margin-left: -56px;
    margin-right: -56px;
  }

  .lg\:-my-64 {
    margin-top: -64px;
    margin-bottom: -64px;
  }

  .lg\:-mx-64 {
    margin-left: -64px;
    margin-right: -64px;
  }

  .lg\:-my-70 {
    margin-top: -70px;
    margin-bottom: -70px;
  }

  .lg\:-mx-70 {
    margin-left: -70px;
    margin-right: -70px;
  }

  .lg\:-my-72 {
    margin-top: -72px;
    margin-bottom: -72px;
  }

  .lg\:-mx-72 {
    margin-left: -72px;
    margin-right: -72px;
  }

  .lg\:-my-75 {
    margin-top: -75px;
    margin-bottom: -75px;
  }

  .lg\:-mx-75 {
    margin-left: -75px;
    margin-right: -75px;
  }

  .lg\:-my-80 {
    margin-top: -80px;
    margin-bottom: -80px;
  }

  .lg\:-mx-80 {
    margin-left: -80px;
    margin-right: -80px;
  }

  .lg\:-my-83 {
    margin-top: -83px;
    margin-bottom: -83px;
  }

  .lg\:-mx-83 {
    margin-left: -83px;
    margin-right: -83px;
  }

  .lg\:-my-100 {
    margin-top: -100px;
    margin-bottom: -100px;
  }

  .lg\:-mx-100 {
    margin-left: -100px;
    margin-right: -100px;
  }

  .lg\:-my-118 {
    margin-top: -118px;
    margin-bottom: -118px;
  }

  .lg\:-mx-118 {
    margin-left: -118px;
    margin-right: -118px;
  }

  .lg\:-my-130 {
    margin-top: -130px;
    margin-bottom: -130px;
  }

  .lg\:-mx-130 {
    margin-left: -130px;
    margin-right: -130px;
  }

  .lg\:-my-150 {
    margin-top: -150px;
    margin-bottom: -150px;
  }

  .lg\:-mx-150 {
    margin-left: -150px;
    margin-right: -150px;
  }

  .lg\:-my-180 {
    margin-top: -180px;
    margin-bottom: -180px;
  }

  .lg\:-mx-180 {
    margin-left: -180px;
    margin-right: -180px;
  }

  .lg\:-my-213 {
    margin-top: -213px;
    margin-bottom: -213px;
  }

  .lg\:-mx-213 {
    margin-left: -213px;
    margin-right: -213px;
  }

  .lg\:-my-225 {
    margin-top: -225px;
    margin-bottom: -225px;
  }

  .lg\:-mx-225 {
    margin-left: -225px;
    margin-right: -225px;
  }

  .lg\:-my-250 {
    margin-top: -250px;
    margin-bottom: -250px;
  }

  .lg\:-mx-250 {
    margin-left: -250px;
    margin-right: -250px;
  }

  .lg\:-my-300 {
    margin-top: -300px;
    margin-bottom: -300px;
  }

  .lg\:-mx-300 {
    margin-left: -300px;
    margin-right: -300px;
  }

  .lg\:-my-320 {
    margin-top: -320px;
    margin-bottom: -320px;
  }

  .lg\:-mx-320 {
    margin-left: -320px;
    margin-right: -320px;
  }

  .lg\:-my-345 {
    margin-top: -345px;
    margin-bottom: -345px;
  }

  .lg\:-mx-345 {
    margin-left: -345px;
    margin-right: -345px;
  }

  .lg\:-my-485 {
    margin-top: -485px;
    margin-bottom: -485px;
  }

  .lg\:-mx-485 {
    margin-left: -485px;
    margin-right: -485px;
  }

  .lg\:-my-px {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .lg\:-mx-px {
    margin-left: -1px;
    margin-right: -1px;
  }

  .lg\:-my--135 {
    margin-top: 135px;
    margin-bottom: 135px;
  }

  .lg\:-mx--135 {
    margin-left: 135px;
    margin-right: 135px;
  }

  .lg\:-my-0p {
    margin-top: 0%;
    margin-bottom: 0%;
  }

  .lg\:-mx-0p {
    margin-left: 0%;
    margin-right: 0%;
  }

  .lg\:-my-5p {
    margin-top: -5%;
    margin-bottom: -5%;
  }

  .lg\:-mx-5p {
    margin-left: -5%;
    margin-right: -5%;
  }

  .lg\:-my-10p {
    margin-top: -10%;
    margin-bottom: -10%;
  }

  .lg\:-mx-10p {
    margin-left: -10%;
    margin-right: -10%;
  }

  .lg\:-my-15p {
    margin-top: -15%;
    margin-bottom: -15%;
  }

  .lg\:-mx-15p {
    margin-left: -15%;
    margin-right: -15%;
  }

  .lg\:-my-20p {
    margin-top: -20%;
    margin-bottom: -20%;
  }

  .lg\:-mx-20p {
    margin-left: -20%;
    margin-right: -20%;
  }

  .lg\:-my-25p {
    margin-top: -25%;
    margin-bottom: -25%;
  }

  .lg\:-mx-25p {
    margin-left: -25%;
    margin-right: -25%;
  }

  .lg\:-my-30p {
    margin-top: -30%;
    margin-bottom: -30%;
  }

  .lg\:-mx-30p {
    margin-left: -30%;
    margin-right: -30%;
  }

  .lg\:-my-35p {
    margin-top: -35%;
    margin-bottom: -35%;
  }

  .lg\:-mx-35p {
    margin-left: -35%;
    margin-right: -35%;
  }

  .lg\:-my-40p {
    margin-top: -40%;
    margin-bottom: -40%;
  }

  .lg\:-mx-40p {
    margin-left: -40%;
    margin-right: -40%;
  }

  .lg\:-my-45p {
    margin-top: -45%;
    margin-bottom: -45%;
  }

  .lg\:-mx-45p {
    margin-left: -45%;
    margin-right: -45%;
  }

  .lg\:-my-50p {
    margin-top: -50%;
    margin-bottom: -50%;
  }

  .lg\:-mx-50p {
    margin-left: -50%;
    margin-right: -50%;
  }

  .lg\:-my-55p {
    margin-top: -55%;
    margin-bottom: -55%;
  }

  .lg\:-mx-55p {
    margin-left: -55%;
    margin-right: -55%;
  }

  .lg\:-my-60p {
    margin-top: -60%;
    margin-bottom: -60%;
  }

  .lg\:-mx-60p {
    margin-left: -60%;
    margin-right: -60%;
  }

  .lg\:-my-65p {
    margin-top: -65%;
    margin-bottom: -65%;
  }

  .lg\:-mx-65p {
    margin-left: -65%;
    margin-right: -65%;
  }

  .lg\:-my-70p {
    margin-top: -70%;
    margin-bottom: -70%;
  }

  .lg\:-mx-70p {
    margin-left: -70%;
    margin-right: -70%;
  }

  .lg\:-my-75p {
    margin-top: -75%;
    margin-bottom: -75%;
  }

  .lg\:-mx-75p {
    margin-left: -75%;
    margin-right: -75%;
  }

  .lg\:-my-80p {
    margin-top: -80%;
    margin-bottom: -80%;
  }

  .lg\:-mx-80p {
    margin-left: -80%;
    margin-right: -80%;
  }

  .lg\:-my-85p {
    margin-top: -85%;
    margin-bottom: -85%;
  }

  .lg\:-mx-85p {
    margin-left: -85%;
    margin-right: -85%;
  }

  .lg\:-my-90p {
    margin-top: -90%;
    margin-bottom: -90%;
  }

  .lg\:-mx-90p {
    margin-left: -90%;
    margin-right: -90%;
  }

  .lg\:-my-95p {
    margin-top: -95%;
    margin-bottom: -95%;
  }

  .lg\:-mx-95p {
    margin-left: -95%;
    margin-right: -95%;
  }

  .lg\:-my-100p {
    margin-top: -100%;
    margin-bottom: -100%;
  }

  .lg\:-mx-100p {
    margin-left: -100%;
    margin-right: -100%;
  }

  .lg\:-my-66\.5p {
    margin-top: -66.5%;
    margin-bottom: -66.5%;
  }

  .lg\:-mx-66\.5p {
    margin-left: -66.5%;
    margin-right: -66.5%;
  }

  .lg\:-my-67\.5p {
    margin-top: -67.5%;
    margin-bottom: -67.5%;
  }

  .lg\:-mx-67\.5p {
    margin-left: -67.5%;
    margin-right: -67.5%;
  }

  .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-3 {
    margin-top: 3px;
  }

  .lg\:mr-3 {
    margin-right: 3px;
  }

  .lg\:mb-3 {
    margin-bottom: 3px;
  }

  .lg\:ml-3 {
    margin-left: 3px;
  }

  .lg\:mt-5 {
    margin-top: 5px;
  }

  .lg\:mr-5 {
    margin-right: 5px;
  }

  .lg\:mb-5 {
    margin-bottom: 5px;
  }

  .lg\:ml-5 {
    margin-left: 5px;
  }

  .lg\:mt-8 {
    margin-top: 8px;
  }

  .lg\:mr-8 {
    margin-right: 8px;
  }

  .lg\:mb-8 {
    margin-bottom: 8px;
  }

  .lg\:ml-8 {
    margin-left: 8px;
  }

  .lg\:mt-10 {
    margin-top: 10px;
  }

  .lg\:mr-10 {
    margin-right: 10px;
  }

  .lg\:mb-10 {
    margin-bottom: 10px;
  }

  .lg\:ml-10 {
    margin-left: 10px;
  }

  .lg\:mt-12 {
    margin-top: 12px;
  }

  .lg\:mr-12 {
    margin-right: 12px;
  }

  .lg\:mb-12 {
    margin-bottom: 12px;
  }

  .lg\:ml-12 {
    margin-left: 12px;
  }

  .lg\:mt-14 {
    margin-top: 14px;
  }

  .lg\:mr-14 {
    margin-right: 14px;
  }

  .lg\:mb-14 {
    margin-bottom: 14px;
  }

  .lg\:ml-14 {
    margin-left: 14px;
  }

  .lg\:mt-15 {
    margin-top: 15px;
  }

  .lg\:mr-15 {
    margin-right: 15px;
  }

  .lg\:mb-15 {
    margin-bottom: 15px;
  }

  .lg\:ml-15 {
    margin-left: 15px;
  }

  .lg\:mt-16 {
    margin-top: 16px;
  }

  .lg\:mr-16 {
    margin-right: 16px;
  }

  .lg\:mb-16 {
    margin-bottom: 16px;
  }

  .lg\:ml-16 {
    margin-left: 16px;
  }

  .lg\:mt-20 {
    margin-top: 20px;
  }

  .lg\:mr-20 {
    margin-right: 20px;
  }

  .lg\:mb-20 {
    margin-bottom: 20px;
  }

  .lg\:ml-20 {
    margin-left: 20px;
  }

  .lg\:mt-24 {
    margin-top: 24px;
  }

  .lg\:mr-24 {
    margin-right: 24px;
  }

  .lg\:mb-24 {
    margin-bottom: 24px;
  }

  .lg\:ml-24 {
    margin-left: 24px;
  }

  .lg\:mt-28 {
    margin-top: 28px;
  }

  .lg\:mr-28 {
    margin-right: 28px;
  }

  .lg\:mb-28 {
    margin-bottom: 28px;
  }

  .lg\:ml-28 {
    margin-left: 28px;
  }

  .lg\:mt-29 {
    margin-top: 29px;
  }

  .lg\:mr-29 {
    margin-right: 29px;
  }

  .lg\:mb-29 {
    margin-bottom: 29px;
  }

  .lg\:ml-29 {
    margin-left: 29px;
  }

  .lg\:mt-30 {
    margin-top: 30px;
  }

  .lg\:mr-30 {
    margin-right: 30px;
  }

  .lg\:mb-30 {
    margin-bottom: 30px;
  }

  .lg\:ml-30 {
    margin-left: 30px;
  }

  .lg\:mt-32 {
    margin-top: 32px;
  }

  .lg\:mr-32 {
    margin-right: 32px;
  }

  .lg\:mb-32 {
    margin-bottom: 32px;
  }

  .lg\:ml-32 {
    margin-left: 32px;
  }

  .lg\:mt-35 {
    margin-top: 35px;
  }

  .lg\:mr-35 {
    margin-right: 35px;
  }

  .lg\:mb-35 {
    margin-bottom: 35px;
  }

  .lg\:ml-35 {
    margin-left: 35px;
  }

  .lg\:mt-36 {
    margin-top: 36px;
  }

  .lg\:mr-36 {
    margin-right: 36px;
  }

  .lg\:mb-36 {
    margin-bottom: 36px;
  }

  .lg\:ml-36 {
    margin-left: 36px;
  }

  .lg\:mt-37 {
    margin-top: 37px;
  }

  .lg\:mr-37 {
    margin-right: 37px;
  }

  .lg\:mb-37 {
    margin-bottom: 37px;
  }

  .lg\:ml-37 {
    margin-left: 37px;
  }

  .lg\:mt-39 {
    margin-top: 39px;
  }

  .lg\:mr-39 {
    margin-right: 39px;
  }

  .lg\:mb-39 {
    margin-bottom: 39px;
  }

  .lg\:ml-39 {
    margin-left: 39px;
  }

  .lg\:mt-40 {
    margin-top: 40px;
  }

  .lg\:mr-40 {
    margin-right: 40px;
  }

  .lg\:mb-40 {
    margin-bottom: 40px;
  }

  .lg\:ml-40 {
    margin-left: 40px;
  }

  .lg\:mt-47 {
    margin-top: 47px;
  }

  .lg\:mr-47 {
    margin-right: 47px;
  }

  .lg\:mb-47 {
    margin-bottom: 47px;
  }

  .lg\:ml-47 {
    margin-left: 47px;
  }

  .lg\:mt-50 {
    margin-top: 50px;
  }

  .lg\:mr-50 {
    margin-right: 50px;
  }

  .lg\:mb-50 {
    margin-bottom: 50px;
  }

  .lg\:ml-50 {
    margin-left: 50px;
  }

  .lg\:mt-56 {
    margin-top: 56px;
  }

  .lg\:mr-56 {
    margin-right: 56px;
  }

  .lg\:mb-56 {
    margin-bottom: 56px;
  }

  .lg\:ml-56 {
    margin-left: 56px;
  }

  .lg\:mt-64 {
    margin-top: 64px;
  }

  .lg\:mr-64 {
    margin-right: 64px;
  }

  .lg\:mb-64 {
    margin-bottom: 64px;
  }

  .lg\:ml-64 {
    margin-left: 64px;
  }

  .lg\:mt-70 {
    margin-top: 70px;
  }

  .lg\:mr-70 {
    margin-right: 70px;
  }

  .lg\:mb-70 {
    margin-bottom: 70px;
  }

  .lg\:ml-70 {
    margin-left: 70px;
  }

  .lg\:mt-72 {
    margin-top: 72px;
  }

  .lg\:mr-72 {
    margin-right: 72px;
  }

  .lg\:mb-72 {
    margin-bottom: 72px;
  }

  .lg\:ml-72 {
    margin-left: 72px;
  }

  .lg\:mt-75 {
    margin-top: 75px;
  }

  .lg\:mr-75 {
    margin-right: 75px;
  }

  .lg\:mb-75 {
    margin-bottom: 75px;
  }

  .lg\:ml-75 {
    margin-left: 75px;
  }

  .lg\:mt-80 {
    margin-top: 80px;
  }

  .lg\:mr-80 {
    margin-right: 80px;
  }

  .lg\:mb-80 {
    margin-bottom: 80px;
  }

  .lg\:ml-80 {
    margin-left: 80px;
  }

  .lg\:mt-83 {
    margin-top: 83px;
  }

  .lg\:mr-83 {
    margin-right: 83px;
  }

  .lg\:mb-83 {
    margin-bottom: 83px;
  }

  .lg\:ml-83 {
    margin-left: 83px;
  }

  .lg\:mt-100 {
    margin-top: 100px;
  }

  .lg\:mr-100 {
    margin-right: 100px;
  }

  .lg\:mb-100 {
    margin-bottom: 100px;
  }

  .lg\:ml-100 {
    margin-left: 100px;
  }

  .lg\:mt-118 {
    margin-top: 118px;
  }

  .lg\:mr-118 {
    margin-right: 118px;
  }

  .lg\:mb-118 {
    margin-bottom: 118px;
  }

  .lg\:ml-118 {
    margin-left: 118px;
  }

  .lg\:mt-130 {
    margin-top: 130px;
  }

  .lg\:mr-130 {
    margin-right: 130px;
  }

  .lg\:mb-130 {
    margin-bottom: 130px;
  }

  .lg\:ml-130 {
    margin-left: 130px;
  }

  .lg\:mt-150 {
    margin-top: 150px;
  }

  .lg\:mr-150 {
    margin-right: 150px;
  }

  .lg\:mb-150 {
    margin-bottom: 150px;
  }

  .lg\:ml-150 {
    margin-left: 150px;
  }

  .lg\:mt-180 {
    margin-top: 180px;
  }

  .lg\:mr-180 {
    margin-right: 180px;
  }

  .lg\:mb-180 {
    margin-bottom: 180px;
  }

  .lg\:ml-180 {
    margin-left: 180px;
  }

  .lg\:mt-213 {
    margin-top: 213px;
  }

  .lg\:mr-213 {
    margin-right: 213px;
  }

  .lg\:mb-213 {
    margin-bottom: 213px;
  }

  .lg\:ml-213 {
    margin-left: 213px;
  }

  .lg\:mt-225 {
    margin-top: 225px;
  }

  .lg\:mr-225 {
    margin-right: 225px;
  }

  .lg\:mb-225 {
    margin-bottom: 225px;
  }

  .lg\:ml-225 {
    margin-left: 225px;
  }

  .lg\:mt-250 {
    margin-top: 250px;
  }

  .lg\:mr-250 {
    margin-right: 250px;
  }

  .lg\:mb-250 {
    margin-bottom: 250px;
  }

  .lg\:ml-250 {
    margin-left: 250px;
  }

  .lg\:mt-300 {
    margin-top: 300px;
  }

  .lg\:mr-300 {
    margin-right: 300px;
  }

  .lg\:mb-300 {
    margin-bottom: 300px;
  }

  .lg\:ml-300 {
    margin-left: 300px;
  }

  .lg\:mt-320 {
    margin-top: 320px;
  }

  .lg\:mr-320 {
    margin-right: 320px;
  }

  .lg\:mb-320 {
    margin-bottom: 320px;
  }

  .lg\:ml-320 {
    margin-left: 320px;
  }

  .lg\:mt-345 {
    margin-top: 345px;
  }

  .lg\:mr-345 {
    margin-right: 345px;
  }

  .lg\:mb-345 {
    margin-bottom: 345px;
  }

  .lg\:ml-345 {
    margin-left: 345px;
  }

  .lg\:mt-485 {
    margin-top: 485px;
  }

  .lg\:mr-485 {
    margin-right: 485px;
  }

  .lg\:mb-485 {
    margin-bottom: 485px;
  }

  .lg\:ml-485 {
    margin-left: 485px;
  }

  .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-135 {
    margin-top: -135px;
  }

  .lg\:-mr-135 {
    margin-right: -135px;
  }

  .lg\:-mb-135 {
    margin-bottom: -135px;
  }

  .lg\:-ml-135 {
    margin-left: -135px;
  }

  .lg\:mt-0p {
    margin-top: 0%;
  }

  .lg\:mr-0p {
    margin-right: 0%;
  }

  .lg\:mb-0p {
    margin-bottom: 0%;
  }

  .lg\:ml-0p {
    margin-left: 0%;
  }

  .lg\:mt-5p {
    margin-top: 5%;
  }

  .lg\:mr-5p {
    margin-right: 5%;
  }

  .lg\:mb-5p {
    margin-bottom: 5%;
  }

  .lg\:ml-5p {
    margin-left: 5%;
  }

  .lg\:mt-10p {
    margin-top: 10%;
  }

  .lg\:mr-10p {
    margin-right: 10%;
  }

  .lg\:mb-10p {
    margin-bottom: 10%;
  }

  .lg\:ml-10p {
    margin-left: 10%;
  }

  .lg\:mt-15p {
    margin-top: 15%;
  }

  .lg\:mr-15p {
    margin-right: 15%;
  }

  .lg\:mb-15p {
    margin-bottom: 15%;
  }

  .lg\:ml-15p {
    margin-left: 15%;
  }

  .lg\:mt-20p {
    margin-top: 20%;
  }

  .lg\:mr-20p {
    margin-right: 20%;
  }

  .lg\:mb-20p {
    margin-bottom: 20%;
  }

  .lg\:ml-20p {
    margin-left: 20%;
  }

  .lg\:mt-25p {
    margin-top: 25%;
  }

  .lg\:mr-25p {
    margin-right: 25%;
  }

  .lg\:mb-25p {
    margin-bottom: 25%;
  }

  .lg\:ml-25p {
    margin-left: 25%;
  }

  .lg\:mt-30p {
    margin-top: 30%;
  }

  .lg\:mr-30p {
    margin-right: 30%;
  }

  .lg\:mb-30p {
    margin-bottom: 30%;
  }

  .lg\:ml-30p {
    margin-left: 30%;
  }

  .lg\:mt-35p {
    margin-top: 35%;
  }

  .lg\:mr-35p {
    margin-right: 35%;
  }

  .lg\:mb-35p {
    margin-bottom: 35%;
  }

  .lg\:ml-35p {
    margin-left: 35%;
  }

  .lg\:mt-40p {
    margin-top: 40%;
  }

  .lg\:mr-40p {
    margin-right: 40%;
  }

  .lg\:mb-40p {
    margin-bottom: 40%;
  }

  .lg\:ml-40p {
    margin-left: 40%;
  }

  .lg\:mt-45p {
    margin-top: 45%;
  }

  .lg\:mr-45p {
    margin-right: 45%;
  }

  .lg\:mb-45p {
    margin-bottom: 45%;
  }

  .lg\:ml-45p {
    margin-left: 45%;
  }

  .lg\:mt-50p {
    margin-top: 50%;
  }

  .lg\:mr-50p {
    margin-right: 50%;
  }

  .lg\:mb-50p {
    margin-bottom: 50%;
  }

  .lg\:ml-50p {
    margin-left: 50%;
  }

  .lg\:mt-55p {
    margin-top: 55%;
  }

  .lg\:mr-55p {
    margin-right: 55%;
  }

  .lg\:mb-55p {
    margin-bottom: 55%;
  }

  .lg\:ml-55p {
    margin-left: 55%;
  }

  .lg\:mt-60p {
    margin-top: 60%;
  }

  .lg\:mr-60p {
    margin-right: 60%;
  }

  .lg\:mb-60p {
    margin-bottom: 60%;
  }

  .lg\:ml-60p {
    margin-left: 60%;
  }

  .lg\:mt-65p {
    margin-top: 65%;
  }

  .lg\:mr-65p {
    margin-right: 65%;
  }

  .lg\:mb-65p {
    margin-bottom: 65%;
  }

  .lg\:ml-65p {
    margin-left: 65%;
  }

  .lg\:mt-70p {
    margin-top: 70%;
  }

  .lg\:mr-70p {
    margin-right: 70%;
  }

  .lg\:mb-70p {
    margin-bottom: 70%;
  }

  .lg\:ml-70p {
    margin-left: 70%;
  }

  .lg\:mt-75p {
    margin-top: 75%;
  }

  .lg\:mr-75p {
    margin-right: 75%;
  }

  .lg\:mb-75p {
    margin-bottom: 75%;
  }

  .lg\:ml-75p {
    margin-left: 75%;
  }

  .lg\:mt-80p {
    margin-top: 80%;
  }

  .lg\:mr-80p {
    margin-right: 80%;
  }

  .lg\:mb-80p {
    margin-bottom: 80%;
  }

  .lg\:ml-80p {
    margin-left: 80%;
  }

  .lg\:mt-85p {
    margin-top: 85%;
  }

  .lg\:mr-85p {
    margin-right: 85%;
  }

  .lg\:mb-85p {
    margin-bottom: 85%;
  }

  .lg\:ml-85p {
    margin-left: 85%;
  }

  .lg\:mt-90p {
    margin-top: 90%;
  }

  .lg\:mr-90p {
    margin-right: 90%;
  }

  .lg\:mb-90p {
    margin-bottom: 90%;
  }

  .lg\:ml-90p {
    margin-left: 90%;
  }

  .lg\:mt-95p {
    margin-top: 95%;
  }

  .lg\:mr-95p {
    margin-right: 95%;
  }

  .lg\:mb-95p {
    margin-bottom: 95%;
  }

  .lg\:ml-95p {
    margin-left: 95%;
  }

  .lg\:mt-100p {
    margin-top: 100%;
  }

  .lg\:mr-100p {
    margin-right: 100%;
  }

  .lg\:mb-100p {
    margin-bottom: 100%;
  }

  .lg\:ml-100p {
    margin-left: 100%;
  }

  .lg\:mt-66\.5p {
    margin-top: 66.5%;
  }

  .lg\:mr-66\.5p {
    margin-right: 66.5%;
  }

  .lg\:mb-66\.5p {
    margin-bottom: 66.5%;
  }

  .lg\:ml-66\.5p {
    margin-left: 66.5%;
  }

  .lg\:mt-67\.5p {
    margin-top: 67.5%;
  }

  .lg\:mr-67\.5p {
    margin-right: 67.5%;
  }

  .lg\:mb-67\.5p {
    margin-bottom: 67.5%;
  }

  .lg\:ml-67\.5p {
    margin-left: 67.5%;
  }

  .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-3 {
    margin-top: -3px;
  }

  .lg\:-mr-3 {
    margin-right: -3px;
  }

  .lg\:-mb-3 {
    margin-bottom: -3px;
  }

  .lg\:-ml-3 {
    margin-left: -3px;
  }

  .lg\:-mt-5 {
    margin-top: -5px;
  }

  .lg\:-mr-5 {
    margin-right: -5px;
  }

  .lg\:-mb-5 {
    margin-bottom: -5px;
  }

  .lg\:-ml-5 {
    margin-left: -5px;
  }

  .lg\:-mt-8 {
    margin-top: -8px;
  }

  .lg\:-mr-8 {
    margin-right: -8px;
  }

  .lg\:-mb-8 {
    margin-bottom: -8px;
  }

  .lg\:-ml-8 {
    margin-left: -8px;
  }

  .lg\:-mt-10 {
    margin-top: -10px;
  }

  .lg\:-mr-10 {
    margin-right: -10px;
  }

  .lg\:-mb-10 {
    margin-bottom: -10px;
  }

  .lg\:-ml-10 {
    margin-left: -10px;
  }

  .lg\:-mt-12 {
    margin-top: -12px;
  }

  .lg\:-mr-12 {
    margin-right: -12px;
  }

  .lg\:-mb-12 {
    margin-bottom: -12px;
  }

  .lg\:-ml-12 {
    margin-left: -12px;
  }

  .lg\:-mt-14 {
    margin-top: -14px;
  }

  .lg\:-mr-14 {
    margin-right: -14px;
  }

  .lg\:-mb-14 {
    margin-bottom: -14px;
  }

  .lg\:-ml-14 {
    margin-left: -14px;
  }

  .lg\:-mt-15 {
    margin-top: -15px;
  }

  .lg\:-mr-15 {
    margin-right: -15px;
  }

  .lg\:-mb-15 {
    margin-bottom: -15px;
  }

  .lg\:-ml-15 {
    margin-left: -15px;
  }

  .lg\:-mt-16 {
    margin-top: -16px;
  }

  .lg\:-mr-16 {
    margin-right: -16px;
  }

  .lg\:-mb-16 {
    margin-bottom: -16px;
  }

  .lg\:-ml-16 {
    margin-left: -16px;
  }

  .lg\:-mt-20 {
    margin-top: -20px;
  }

  .lg\:-mr-20 {
    margin-right: -20px;
  }

  .lg\:-mb-20 {
    margin-bottom: -20px;
  }

  .lg\:-ml-20 {
    margin-left: -20px;
  }

  .lg\:-mt-24 {
    margin-top: -24px;
  }

  .lg\:-mr-24 {
    margin-right: -24px;
  }

  .lg\:-mb-24 {
    margin-bottom: -24px;
  }

  .lg\:-ml-24 {
    margin-left: -24px;
  }

  .lg\:-mt-28 {
    margin-top: -28px;
  }

  .lg\:-mr-28 {
    margin-right: -28px;
  }

  .lg\:-mb-28 {
    margin-bottom: -28px;
  }

  .lg\:-ml-28 {
    margin-left: -28px;
  }

  .lg\:-mt-29 {
    margin-top: -29px;
  }

  .lg\:-mr-29 {
    margin-right: -29px;
  }

  .lg\:-mb-29 {
    margin-bottom: -29px;
  }

  .lg\:-ml-29 {
    margin-left: -29px;
  }

  .lg\:-mt-30 {
    margin-top: -30px;
  }

  .lg\:-mr-30 {
    margin-right: -30px;
  }

  .lg\:-mb-30 {
    margin-bottom: -30px;
  }

  .lg\:-ml-30 {
    margin-left: -30px;
  }

  .lg\:-mt-32 {
    margin-top: -32px;
  }

  .lg\:-mr-32 {
    margin-right: -32px;
  }

  .lg\:-mb-32 {
    margin-bottom: -32px;
  }

  .lg\:-ml-32 {
    margin-left: -32px;
  }

  .lg\:-mt-35 {
    margin-top: -35px;
  }

  .lg\:-mr-35 {
    margin-right: -35px;
  }

  .lg\:-mb-35 {
    margin-bottom: -35px;
  }

  .lg\:-ml-35 {
    margin-left: -35px;
  }

  .lg\:-mt-36 {
    margin-top: -36px;
  }

  .lg\:-mr-36 {
    margin-right: -36px;
  }

  .lg\:-mb-36 {
    margin-bottom: -36px;
  }

  .lg\:-ml-36 {
    margin-left: -36px;
  }

  .lg\:-mt-37 {
    margin-top: -37px;
  }

  .lg\:-mr-37 {
    margin-right: -37px;
  }

  .lg\:-mb-37 {
    margin-bottom: -37px;
  }

  .lg\:-ml-37 {
    margin-left: -37px;
  }

  .lg\:-mt-39 {
    margin-top: -39px;
  }

  .lg\:-mr-39 {
    margin-right: -39px;
  }

  .lg\:-mb-39 {
    margin-bottom: -39px;
  }

  .lg\:-ml-39 {
    margin-left: -39px;
  }

  .lg\:-mt-40 {
    margin-top: -40px;
  }

  .lg\:-mr-40 {
    margin-right: -40px;
  }

  .lg\:-mb-40 {
    margin-bottom: -40px;
  }

  .lg\:-ml-40 {
    margin-left: -40px;
  }

  .lg\:-mt-47 {
    margin-top: -47px;
  }

  .lg\:-mr-47 {
    margin-right: -47px;
  }

  .lg\:-mb-47 {
    margin-bottom: -47px;
  }

  .lg\:-ml-47 {
    margin-left: -47px;
  }

  .lg\:-mt-50 {
    margin-top: -50px;
  }

  .lg\:-mr-50 {
    margin-right: -50px;
  }

  .lg\:-mb-50 {
    margin-bottom: -50px;
  }

  .lg\:-ml-50 {
    margin-left: -50px;
  }

  .lg\:-mt-56 {
    margin-top: -56px;
  }

  .lg\:-mr-56 {
    margin-right: -56px;
  }

  .lg\:-mb-56 {
    margin-bottom: -56px;
  }

  .lg\:-ml-56 {
    margin-left: -56px;
  }

  .lg\:-mt-64 {
    margin-top: -64px;
  }

  .lg\:-mr-64 {
    margin-right: -64px;
  }

  .lg\:-mb-64 {
    margin-bottom: -64px;
  }

  .lg\:-ml-64 {
    margin-left: -64px;
  }

  .lg\:-mt-70 {
    margin-top: -70px;
  }

  .lg\:-mr-70 {
    margin-right: -70px;
  }

  .lg\:-mb-70 {
    margin-bottom: -70px;
  }

  .lg\:-ml-70 {
    margin-left: -70px;
  }

  .lg\:-mt-72 {
    margin-top: -72px;
  }

  .lg\:-mr-72 {
    margin-right: -72px;
  }

  .lg\:-mb-72 {
    margin-bottom: -72px;
  }

  .lg\:-ml-72 {
    margin-left: -72px;
  }

  .lg\:-mt-75 {
    margin-top: -75px;
  }

  .lg\:-mr-75 {
    margin-right: -75px;
  }

  .lg\:-mb-75 {
    margin-bottom: -75px;
  }

  .lg\:-ml-75 {
    margin-left: -75px;
  }

  .lg\:-mt-80 {
    margin-top: -80px;
  }

  .lg\:-mr-80 {
    margin-right: -80px;
  }

  .lg\:-mb-80 {
    margin-bottom: -80px;
  }

  .lg\:-ml-80 {
    margin-left: -80px;
  }

  .lg\:-mt-83 {
    margin-top: -83px;
  }

  .lg\:-mr-83 {
    margin-right: -83px;
  }

  .lg\:-mb-83 {
    margin-bottom: -83px;
  }

  .lg\:-ml-83 {
    margin-left: -83px;
  }

  .lg\:-mt-100 {
    margin-top: -100px;
  }

  .lg\:-mr-100 {
    margin-right: -100px;
  }

  .lg\:-mb-100 {
    margin-bottom: -100px;
  }

  .lg\:-ml-100 {
    margin-left: -100px;
  }

  .lg\:-mt-118 {
    margin-top: -118px;
  }

  .lg\:-mr-118 {
    margin-right: -118px;
  }

  .lg\:-mb-118 {
    margin-bottom: -118px;
  }

  .lg\:-ml-118 {
    margin-left: -118px;
  }

  .lg\:-mt-130 {
    margin-top: -130px;
  }

  .lg\:-mr-130 {
    margin-right: -130px;
  }

  .lg\:-mb-130 {
    margin-bottom: -130px;
  }

  .lg\:-ml-130 {
    margin-left: -130px;
  }

  .lg\:-mt-150 {
    margin-top: -150px;
  }

  .lg\:-mr-150 {
    margin-right: -150px;
  }

  .lg\:-mb-150 {
    margin-bottom: -150px;
  }

  .lg\:-ml-150 {
    margin-left: -150px;
  }

  .lg\:-mt-180 {
    margin-top: -180px;
  }

  .lg\:-mr-180 {
    margin-right: -180px;
  }

  .lg\:-mb-180 {
    margin-bottom: -180px;
  }

  .lg\:-ml-180 {
    margin-left: -180px;
  }

  .lg\:-mt-213 {
    margin-top: -213px;
  }

  .lg\:-mr-213 {
    margin-right: -213px;
  }

  .lg\:-mb-213 {
    margin-bottom: -213px;
  }

  .lg\:-ml-213 {
    margin-left: -213px;
  }

  .lg\:-mt-225 {
    margin-top: -225px;
  }

  .lg\:-mr-225 {
    margin-right: -225px;
  }

  .lg\:-mb-225 {
    margin-bottom: -225px;
  }

  .lg\:-ml-225 {
    margin-left: -225px;
  }

  .lg\:-mt-250 {
    margin-top: -250px;
  }

  .lg\:-mr-250 {
    margin-right: -250px;
  }

  .lg\:-mb-250 {
    margin-bottom: -250px;
  }

  .lg\:-ml-250 {
    margin-left: -250px;
  }

  .lg\:-mt-300 {
    margin-top: -300px;
  }

  .lg\:-mr-300 {
    margin-right: -300px;
  }

  .lg\:-mb-300 {
    margin-bottom: -300px;
  }

  .lg\:-ml-300 {
    margin-left: -300px;
  }

  .lg\:-mt-320 {
    margin-top: -320px;
  }

  .lg\:-mr-320 {
    margin-right: -320px;
  }

  .lg\:-mb-320 {
    margin-bottom: -320px;
  }

  .lg\:-ml-320 {
    margin-left: -320px;
  }

  .lg\:-mt-345 {
    margin-top: -345px;
  }

  .lg\:-mr-345 {
    margin-right: -345px;
  }

  .lg\:-mb-345 {
    margin-bottom: -345px;
  }

  .lg\:-ml-345 {
    margin-left: -345px;
  }

  .lg\:-mt-485 {
    margin-top: -485px;
  }

  .lg\:-mr-485 {
    margin-right: -485px;
  }

  .lg\:-mb-485 {
    margin-bottom: -485px;
  }

  .lg\:-ml-485 {
    margin-left: -485px;
  }

  .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--135 {
    margin-top: 135px;
  }

  .lg\:-mr--135 {
    margin-right: 135px;
  }

  .lg\:-mb--135 {
    margin-bottom: 135px;
  }

  .lg\:-ml--135 {
    margin-left: 135px;
  }

  .lg\:-mt-0p {
    margin-top: 0%;
  }

  .lg\:-mr-0p {
    margin-right: 0%;
  }

  .lg\:-mb-0p {
    margin-bottom: 0%;
  }

  .lg\:-ml-0p {
    margin-left: 0%;
  }

  .lg\:-mt-5p {
    margin-top: -5%;
  }

  .lg\:-mr-5p {
    margin-right: -5%;
  }

  .lg\:-mb-5p {
    margin-bottom: -5%;
  }

  .lg\:-ml-5p {
    margin-left: -5%;
  }

  .lg\:-mt-10p {
    margin-top: -10%;
  }

  .lg\:-mr-10p {
    margin-right: -10%;
  }

  .lg\:-mb-10p {
    margin-bottom: -10%;
  }

  .lg\:-ml-10p {
    margin-left: -10%;
  }

  .lg\:-mt-15p {
    margin-top: -15%;
  }

  .lg\:-mr-15p {
    margin-right: -15%;
  }

  .lg\:-mb-15p {
    margin-bottom: -15%;
  }

  .lg\:-ml-15p {
    margin-left: -15%;
  }

  .lg\:-mt-20p {
    margin-top: -20%;
  }

  .lg\:-mr-20p {
    margin-right: -20%;
  }

  .lg\:-mb-20p {
    margin-bottom: -20%;
  }

  .lg\:-ml-20p {
    margin-left: -20%;
  }

  .lg\:-mt-25p {
    margin-top: -25%;
  }

  .lg\:-mr-25p {
    margin-right: -25%;
  }

  .lg\:-mb-25p {
    margin-bottom: -25%;
  }

  .lg\:-ml-25p {
    margin-left: -25%;
  }

  .lg\:-mt-30p {
    margin-top: -30%;
  }

  .lg\:-mr-30p {
    margin-right: -30%;
  }

  .lg\:-mb-30p {
    margin-bottom: -30%;
  }

  .lg\:-ml-30p {
    margin-left: -30%;
  }

  .lg\:-mt-35p {
    margin-top: -35%;
  }

  .lg\:-mr-35p {
    margin-right: -35%;
  }

  .lg\:-mb-35p {
    margin-bottom: -35%;
  }

  .lg\:-ml-35p {
    margin-left: -35%;
  }

  .lg\:-mt-40p {
    margin-top: -40%;
  }

  .lg\:-mr-40p {
    margin-right: -40%;
  }

  .lg\:-mb-40p {
    margin-bottom: -40%;
  }

  .lg\:-ml-40p {
    margin-left: -40%;
  }

  .lg\:-mt-45p {
    margin-top: -45%;
  }

  .lg\:-mr-45p {
    margin-right: -45%;
  }

  .lg\:-mb-45p {
    margin-bottom: -45%;
  }

  .lg\:-ml-45p {
    margin-left: -45%;
  }

  .lg\:-mt-50p {
    margin-top: -50%;
  }

  .lg\:-mr-50p {
    margin-right: -50%;
  }

  .lg\:-mb-50p {
    margin-bottom: -50%;
  }

  .lg\:-ml-50p {
    margin-left: -50%;
  }

  .lg\:-mt-55p {
    margin-top: -55%;
  }

  .lg\:-mr-55p {
    margin-right: -55%;
  }

  .lg\:-mb-55p {
    margin-bottom: -55%;
  }

  .lg\:-ml-55p {
    margin-left: -55%;
  }

  .lg\:-mt-60p {
    margin-top: -60%;
  }

  .lg\:-mr-60p {
    margin-right: -60%;
  }

  .lg\:-mb-60p {
    margin-bottom: -60%;
  }

  .lg\:-ml-60p {
    margin-left: -60%;
  }

  .lg\:-mt-65p {
    margin-top: -65%;
  }

  .lg\:-mr-65p {
    margin-right: -65%;
  }

  .lg\:-mb-65p {
    margin-bottom: -65%;
  }

  .lg\:-ml-65p {
    margin-left: -65%;
  }

  .lg\:-mt-70p {
    margin-top: -70%;
  }

  .lg\:-mr-70p {
    margin-right: -70%;
  }

  .lg\:-mb-70p {
    margin-bottom: -70%;
  }

  .lg\:-ml-70p {
    margin-left: -70%;
  }

  .lg\:-mt-75p {
    margin-top: -75%;
  }

  .lg\:-mr-75p {
    margin-right: -75%;
  }

  .lg\:-mb-75p {
    margin-bottom: -75%;
  }

  .lg\:-ml-75p {
    margin-left: -75%;
  }

  .lg\:-mt-80p {
    margin-top: -80%;
  }

  .lg\:-mr-80p {
    margin-right: -80%;
  }

  .lg\:-mb-80p {
    margin-bottom: -80%;
  }

  .lg\:-ml-80p {
    margin-left: -80%;
  }

  .lg\:-mt-85p {
    margin-top: -85%;
  }

  .lg\:-mr-85p {
    margin-right: -85%;
  }

  .lg\:-mb-85p {
    margin-bottom: -85%;
  }

  .lg\:-ml-85p {
    margin-left: -85%;
  }

  .lg\:-mt-90p {
    margin-top: -90%;
  }

  .lg\:-mr-90p {
    margin-right: -90%;
  }

  .lg\:-mb-90p {
    margin-bottom: -90%;
  }

  .lg\:-ml-90p {
    margin-left: -90%;
  }

  .lg\:-mt-95p {
    margin-top: -95%;
  }

  .lg\:-mr-95p {
    margin-right: -95%;
  }

  .lg\:-mb-95p {
    margin-bottom: -95%;
  }

  .lg\:-ml-95p {
    margin-left: -95%;
  }

  .lg\:-mt-100p {
    margin-top: -100%;
  }

  .lg\:-mr-100p {
    margin-right: -100%;
  }

  .lg\:-mb-100p {
    margin-bottom: -100%;
  }

  .lg\:-ml-100p {
    margin-left: -100%;
  }

  .lg\:-mt-66\.5p {
    margin-top: -66.5%;
  }

  .lg\:-mr-66\.5p {
    margin-right: -66.5%;
  }

  .lg\:-mb-66\.5p {
    margin-bottom: -66.5%;
  }

  .lg\:-ml-66\.5p {
    margin-left: -66.5%;
  }

  .lg\:-mt-67\.5p {
    margin-top: -67.5%;
  }

  .lg\:-mr-67\.5p {
    margin-right: -67.5%;
  }

  .lg\:-mb-67\.5p {
    margin-bottom: -67.5%;
  }

  .lg\:-ml-67\.5p {
    margin-left: -67.5%;
  }

  .lg\:max-h-0 {
    max-height: 0px;
  }

  .lg\:max-h-3 {
    max-height: 3px;
  }

  .lg\:max-h-5 {
    max-height: 5px;
  }

  .lg\:max-h-8 {
    max-height: 8px;
  }

  .lg\:max-h-10 {
    max-height: 10px;
  }

  .lg\:max-h-12 {
    max-height: 12px;
  }

  .lg\:max-h-14 {
    max-height: 14px;
  }

  .lg\:max-h-15 {
    max-height: 15px;
  }

  .lg\:max-h-16 {
    max-height: 16px;
  }

  .lg\:max-h-20 {
    max-height: 20px;
  }

  .lg\:max-h-24 {
    max-height: 24px;
  }

  .lg\:max-h-28 {
    max-height: 28px;
  }

  .lg\:max-h-29 {
    max-height: 29px;
  }

  .lg\:max-h-30 {
    max-height: 30px;
  }

  .lg\:max-h-32 {
    max-height: 32px;
  }

  .lg\:max-h-35 {
    max-height: 35px;
  }

  .lg\:max-h-36 {
    max-height: 36px;
  }

  .lg\:max-h-37 {
    max-height: 37px;
  }

  .lg\:max-h-39 {
    max-height: 39px;
  }

  .lg\:max-h-40 {
    max-height: 40px;
  }

  .lg\:max-h-47 {
    max-height: 47px;
  }

  .lg\:max-h-50 {
    max-height: 50px;
  }

  .lg\:max-h-56 {
    max-height: 56px;
  }

  .lg\:max-h-64 {
    max-height: 64px;
  }

  .lg\:max-h-70 {
    max-height: 70px;
  }

  .lg\:max-h-72 {
    max-height: 72px;
  }

  .lg\:max-h-75 {
    max-height: 75px;
  }

  .lg\:max-h-80 {
    max-height: 80px;
  }

  .lg\:max-h-83 {
    max-height: 83px;
  }

  .lg\:max-h-100 {
    max-height: 100px;
  }

  .lg\:max-h-118 {
    max-height: 118px;
  }

  .lg\:max-h-130 {
    max-height: 130px;
  }

  .lg\:max-h-150 {
    max-height: 150px;
  }

  .lg\:max-h-180 {
    max-height: 180px;
  }

  .lg\:max-h-213 {
    max-height: 213px;
  }

  .lg\:max-h-225 {
    max-height: 225px;
  }

  .lg\:max-h-250 {
    max-height: 250px;
  }

  .lg\:max-h-300 {
    max-height: 300px;
  }

  .lg\:max-h-320 {
    max-height: 320px;
  }

  .lg\:max-h-345 {
    max-height: 345px;
  }

  .lg\:max-h-485 {
    max-height: 485px;
  }

  .lg\:max-h-px {
    max-height: 1px;
  }

  .lg\:-max-h-135 {
    max-height: -135px;
  }

  .lg\:max-h-0p {
    max-height: 0%;
  }

  .lg\:max-h-5p {
    max-height: 5%;
  }

  .lg\:max-h-10p {
    max-height: 10%;
  }

  .lg\:max-h-15p {
    max-height: 15%;
  }

  .lg\:max-h-20p {
    max-height: 20%;
  }

  .lg\:max-h-25p {
    max-height: 25%;
  }

  .lg\:max-h-30p {
    max-height: 30%;
  }

  .lg\:max-h-35p {
    max-height: 35%;
  }

  .lg\:max-h-40p {
    max-height: 40%;
  }

  .lg\:max-h-45p {
    max-height: 45%;
  }

  .lg\:max-h-50p {
    max-height: 50%;
  }

  .lg\:max-h-55p {
    max-height: 55%;
  }

  .lg\:max-h-60p {
    max-height: 60%;
  }

  .lg\:max-h-65p {
    max-height: 65%;
  }

  .lg\:max-h-70p {
    max-height: 70%;
  }

  .lg\:max-h-75p {
    max-height: 75%;
  }

  .lg\:max-h-80p {
    max-height: 80%;
  }

  .lg\:max-h-85p {
    max-height: 85%;
  }

  .lg\:max-h-90p {
    max-height: 90%;
  }

  .lg\:max-h-95p {
    max-height: 95%;
  }

  .lg\:max-h-100p {
    max-height: 100%;
  }

  .lg\:max-h-66\.5p {
    max-height: 66.5%;
  }

  .lg\:max-h-67\.5p {
    max-height: 67.5%;
  }

  .lg\:max-h-full {
    max-height: 100%;
  }

  .lg\:max-h-screen {
    max-height: 100vh;
  }

  .lg\:max-w-0 {
    max-width: 0rem;
  }

  .lg\:max-w-570 {
    max-width: 570px;
  }

  .lg\:max-w-670 {
    max-width: 670px;
  }

  .lg\:max-w-700 {
    max-width: 700px;
  }

  .lg\:max-w-770 {
    max-width: 770px;
  }

  .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: 640px;
  }

  .lg\:max-w-screen-md {
    max-width: 768px;
  }

  .lg\:max-w-screen-lg {
    max-width: 1024px;
  }

  .lg\:max-w-screen-xl {
    max-width: 1280px;
  }

  .lg\:max-w-screen-xxl {
    max-width: 2180px;
  }

  .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-600 {
    min-width: 600px;
  }

  .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\: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-20 {
    opacity: 0.2;
  }

  .lg\:opacity-25 {
    opacity: 0.25;
  }

  .lg\:opacity-30 {
    opacity: 0.3;
  }

  .lg\:opacity-40 {
    opacity: 0.4;
  }

  .lg\:opacity-50 {
    opacity: 0.5;
  }

  .lg\:opacity-60 {
    opacity: 0.6;
  }

  .lg\:opacity-70 {
    opacity: 0.7;
  }

  .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-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-50 {
    opacity: 0.5;
  }

  .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-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-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-50:focus-within {
    opacity: 0.5;
  }

  .lg\:focus-within\:opacity-60:focus-within {
    opacity: 0.6;
  }

  .lg\:focus-within\:opacity-70:focus-within {
    opacity: 0.7;
  }

  .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-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-50:hover {
    opacity: 0.5;
  }

  .lg\:hover\:opacity-60:hover {
    opacity: 0.6;
  }

  .lg\:hover\:opacity-70:hover {
    opacity: 0.7;
  }

  .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-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-50:focus {
    opacity: 0.5;
  }

  .lg\:focus\:opacity-60:focus {
    opacity: 0.6;
  }

  .lg\:focus\:opacity-70:focus {
    opacity: 0.7;
  }

  .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-3 {
    padding: 3px;
  }

  .lg\:p-5 {
    padding: 5px;
  }

  .lg\:p-8 {
    padding: 8px;
  }

  .lg\:p-10 {
    padding: 10px;
  }

  .lg\:p-12 {
    padding: 12px;
  }

  .lg\:p-14 {
    padding: 14px;
  }

  .lg\:p-15 {
    padding: 15px;
  }

  .lg\:p-16 {
    padding: 16px;
  }

  .lg\:p-20 {
    padding: 20px;
  }

  .lg\:p-24 {
    padding: 24px;
  }

  .lg\:p-28 {
    padding: 28px;
  }

  .lg\:p-29 {
    padding: 29px;
  }

  .lg\:p-30 {
    padding: 30px;
  }

  .lg\:p-32 {
    padding: 32px;
  }

  .lg\:p-35 {
    padding: 35px;
  }

  .lg\:p-36 {
    padding: 36px;
  }

  .lg\:p-37 {
    padding: 37px;
  }

  .lg\:p-39 {
    padding: 39px;
  }

  .lg\:p-40 {
    padding: 40px;
  }

  .lg\:p-47 {
    padding: 47px;
  }

  .lg\:p-50 {
    padding: 50px;
  }

  .lg\:p-56 {
    padding: 56px;
  }

  .lg\:p-64 {
    padding: 64px;
  }

  .lg\:p-70 {
    padding: 70px;
  }

  .lg\:p-72 {
    padding: 72px;
  }

  .lg\:p-75 {
    padding: 75px;
  }

  .lg\:p-80 {
    padding: 80px;
  }

  .lg\:p-83 {
    padding: 83px;
  }

  .lg\:p-100 {
    padding: 100px;
  }

  .lg\:p-118 {
    padding: 118px;
  }

  .lg\:p-130 {
    padding: 130px;
  }

  .lg\:p-150 {
    padding: 150px;
  }

  .lg\:p-180 {
    padding: 180px;
  }

  .lg\:p-213 {
    padding: 213px;
  }

  .lg\:p-225 {
    padding: 225px;
  }

  .lg\:p-250 {
    padding: 250px;
  }

  .lg\:p-300 {
    padding: 300px;
  }

  .lg\:p-320 {
    padding: 320px;
  }

  .lg\:p-345 {
    padding: 345px;
  }

  .lg\:p-485 {
    padding: 485px;
  }

  .lg\:p-px {
    padding: 1px;
  }

  .lg\:-p-135 {
    padding: -135px;
  }

  .lg\:p-0p {
    padding: 0%;
  }

  .lg\:p-5p {
    padding: 5%;
  }

  .lg\:p-10p {
    padding: 10%;
  }

  .lg\:p-15p {
    padding: 15%;
  }

  .lg\:p-20p {
    padding: 20%;
  }

  .lg\:p-25p {
    padding: 25%;
  }

  .lg\:p-30p {
    padding: 30%;
  }

  .lg\:p-35p {
    padding: 35%;
  }

  .lg\:p-40p {
    padding: 40%;
  }

  .lg\:p-45p {
    padding: 45%;
  }

  .lg\:p-50p {
    padding: 50%;
  }

  .lg\:p-55p {
    padding: 55%;
  }

  .lg\:p-60p {
    padding: 60%;
  }

  .lg\:p-65p {
    padding: 65%;
  }

  .lg\:p-70p {
    padding: 70%;
  }

  .lg\:p-75p {
    padding: 75%;
  }

  .lg\:p-80p {
    padding: 80%;
  }

  .lg\:p-85p {
    padding: 85%;
  }

  .lg\:p-90p {
    padding: 90%;
  }

  .lg\:p-95p {
    padding: 95%;
  }

  .lg\:p-100p {
    padding: 100%;
  }

  .lg\:p-66\.5p {
    padding: 66.5%;
  }

  .lg\:p-67\.5p {
    padding: 67.5%;
  }

  .lg\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .lg\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .lg\:py-3 {
    padding-top: 3px;
    padding-bottom: 3px;
  }

  .lg\:px-3 {
    padding-left: 3px;
    padding-right: 3px;
  }

  .lg\:py-5 {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .lg\:px-5 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .lg\:py-8 {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .lg\:px-8 {
    padding-left: 8px;
    padding-right: 8px;
  }

  .lg\:py-10 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .lg\:px-10 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .lg\:py-12 {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .lg\:px-12 {
    padding-left: 12px;
    padding-right: 12px;
  }

  .lg\:py-14 {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .lg\:px-14 {
    padding-left: 14px;
    padding-right: 14px;
  }

  .lg\:py-15 {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .lg\:px-15 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .lg\:py-16 {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .lg\:px-16 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .lg\:py-20 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .lg\:px-20 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .lg\:py-24 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .lg\:px-24 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .lg\:py-28 {
    padding-top: 28px;
    padding-bottom: 28px;
  }

  .lg\:px-28 {
    padding-left: 28px;
    padding-right: 28px;
  }

  .lg\:py-29 {
    padding-top: 29px;
    padding-bottom: 29px;
  }

  .lg\:px-29 {
    padding-left: 29px;
    padding-right: 29px;
  }

  .lg\:py-30 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .lg\:px-30 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .lg\:py-32 {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .lg\:px-32 {
    padding-left: 32px;
    padding-right: 32px;
  }

  .lg\:py-35 {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .lg\:px-35 {
    padding-left: 35px;
    padding-right: 35px;
  }

  .lg\:py-36 {
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .lg\:px-36 {
    padding-left: 36px;
    padding-right: 36px;
  }

  .lg\:py-37 {
    padding-top: 37px;
    padding-bottom: 37px;
  }

  .lg\:px-37 {
    padding-left: 37px;
    padding-right: 37px;
  }

  .lg\:py-39 {
    padding-top: 39px;
    padding-bottom: 39px;
  }

  .lg\:px-39 {
    padding-left: 39px;
    padding-right: 39px;
  }

  .lg\:py-40 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .lg\:px-40 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .lg\:py-47 {
    padding-top: 47px;
    padding-bottom: 47px;
  }

  .lg\:px-47 {
    padding-left: 47px;
    padding-right: 47px;
  }

  .lg\:py-50 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .lg\:px-50 {
    padding-left: 50px;
    padding-right: 50px;
  }

  .lg\:py-56 {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .lg\:px-56 {
    padding-left: 56px;
    padding-right: 56px;
  }

  .lg\:py-64 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .lg\:px-64 {
    padding-left: 64px;
    padding-right: 64px;
  }

  .lg\:py-70 {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .lg\:px-70 {
    padding-left: 70px;
    padding-right: 70px;
  }

  .lg\:py-72 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .lg\:px-72 {
    padding-left: 72px;
    padding-right: 72px;
  }

  .lg\:py-75 {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .lg\:px-75 {
    padding-left: 75px;
    padding-right: 75px;
  }

  .lg\:py-80 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .lg\:px-80 {
    padding-left: 80px;
    padding-right: 80px;
  }

  .lg\:py-83 {
    padding-top: 83px;
    padding-bottom: 83px;
  }

  .lg\:px-83 {
    padding-left: 83px;
    padding-right: 83px;
  }

  .lg\:py-100 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .lg\:px-100 {
    padding-left: 100px;
    padding-right: 100px;
  }

  .lg\:py-118 {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .lg\:px-118 {
    padding-left: 118px;
    padding-right: 118px;
  }

  .lg\:py-130 {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .lg\:px-130 {
    padding-left: 130px;
    padding-right: 130px;
  }

  .lg\:py-150 {
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .lg\:px-150 {
    padding-left: 150px;
    padding-right: 150px;
  }

  .lg\:py-180 {
    padding-top: 180px;
    padding-bottom: 180px;
  }

  .lg\:px-180 {
    padding-left: 180px;
    padding-right: 180px;
  }

  .lg\:py-213 {
    padding-top: 213px;
    padding-bottom: 213px;
  }

  .lg\:px-213 {
    padding-left: 213px;
    padding-right: 213px;
  }

  .lg\:py-225 {
    padding-top: 225px;
    padding-bottom: 225px;
  }

  .lg\:px-225 {
    padding-left: 225px;
    padding-right: 225px;
  }

  .lg\:py-250 {
    padding-top: 250px;
    padding-bottom: 250px;
  }

  .lg\:px-250 {
    padding-left: 250px;
    padding-right: 250px;
  }

  .lg\:py-300 {
    padding-top: 300px;
    padding-bottom: 300px;
  }

  .lg\:px-300 {
    padding-left: 300px;
    padding-right: 300px;
  }

  .lg\:py-320 {
    padding-top: 320px;
    padding-bottom: 320px;
  }

  .lg\:px-320 {
    padding-left: 320px;
    padding-right: 320px;
  }

  .lg\:py-345 {
    padding-top: 345px;
    padding-bottom: 345px;
  }

  .lg\:px-345 {
    padding-left: 345px;
    padding-right: 345px;
  }

  .lg\:py-485 {
    padding-top: 485px;
    padding-bottom: 485px;
  }

  .lg\:px-485 {
    padding-left: 485px;
    padding-right: 485px;
  }

  .lg\:py-px {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .lg\:px-px {
    padding-left: 1px;
    padding-right: 1px;
  }

  .lg\:-py-135 {
    padding-top: -135px;
    padding-bottom: -135px;
  }

  .lg\:-px-135 {
    padding-left: -135px;
    padding-right: -135px;
  }

  .lg\:py-0p {
    padding-top: 0%;
    padding-bottom: 0%;
  }

  .lg\:px-0p {
    padding-left: 0%;
    padding-right: 0%;
  }

  .lg\:py-5p {
    padding-top: 5%;
    padding-bottom: 5%;
  }

  .lg\:px-5p {
    padding-left: 5%;
    padding-right: 5%;
  }

  .lg\:py-10p {
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .lg\:px-10p {
    padding-left: 10%;
    padding-right: 10%;
  }

  .lg\:py-15p {
    padding-top: 15%;
    padding-bottom: 15%;
  }

  .lg\:px-15p {
    padding-left: 15%;
    padding-right: 15%;
  }

  .lg\:py-20p {
    padding-top: 20%;
    padding-bottom: 20%;
  }

  .lg\:px-20p {
    padding-left: 20%;
    padding-right: 20%;
  }

  .lg\:py-25p {
    padding-top: 25%;
    padding-bottom: 25%;
  }

  .lg\:px-25p {
    padding-left: 25%;
    padding-right: 25%;
  }

  .lg\:py-30p {
    padding-top: 30%;
    padding-bottom: 30%;
  }

  .lg\:px-30p {
    padding-left: 30%;
    padding-right: 30%;
  }

  .lg\:py-35p {
    padding-top: 35%;
    padding-bottom: 35%;
  }

  .lg\:px-35p {
    padding-left: 35%;
    padding-right: 35%;
  }

  .lg\:py-40p {
    padding-top: 40%;
    padding-bottom: 40%;
  }

  .lg\:px-40p {
    padding-left: 40%;
    padding-right: 40%;
  }

  .lg\:py-45p {
    padding-top: 45%;
    padding-bottom: 45%;
  }

  .lg\:px-45p {
    padding-left: 45%;
    padding-right: 45%;
  }

  .lg\:py-50p {
    padding-top: 50%;
    padding-bottom: 50%;
  }

  .lg\:px-50p {
    padding-left: 50%;
    padding-right: 50%;
  }

  .lg\:py-55p {
    padding-top: 55%;
    padding-bottom: 55%;
  }

  .lg\:px-55p {
    padding-left: 55%;
    padding-right: 55%;
  }

  .lg\:py-60p {
    padding-top: 60%;
    padding-bottom: 60%;
  }

  .lg\:px-60p {
    padding-left: 60%;
    padding-right: 60%;
  }

  .lg\:py-65p {
    padding-top: 65%;
    padding-bottom: 65%;
  }

  .lg\:px-65p {
    padding-left: 65%;
    padding-right: 65%;
  }

  .lg\:py-70p {
    padding-top: 70%;
    padding-bottom: 70%;
  }

  .lg\:px-70p {
    padding-left: 70%;
    padding-right: 70%;
  }

  .lg\:py-75p {
    padding-top: 75%;
    padding-bottom: 75%;
  }

  .lg\:px-75p {
    padding-left: 75%;
    padding-right: 75%;
  }

  .lg\:py-80p {
    padding-top: 80%;
    padding-bottom: 80%;
  }

  .lg\:px-80p {
    padding-left: 80%;
    padding-right: 80%;
  }

  .lg\:py-85p {
    padding-top: 85%;
    padding-bottom: 85%;
  }

  .lg\:px-85p {
    padding-left: 85%;
    padding-right: 85%;
  }

  .lg\:py-90p {
    padding-top: 90%;
    padding-bottom: 90%;
  }

  .lg\:px-90p {
    padding-left: 90%;
    padding-right: 90%;
  }

  .lg\:py-95p {
    padding-top: 95%;
    padding-bottom: 95%;
  }

  .lg\:px-95p {
    padding-left: 95%;
    padding-right: 95%;
  }

  .lg\:py-100p {
    padding-top: 100%;
    padding-bottom: 100%;
  }

  .lg\:px-100p {
    padding-left: 100%;
    padding-right: 100%;
  }

  .lg\:py-66\.5p {
    padding-top: 66.5%;
    padding-bottom: 66.5%;
  }

  .lg\:px-66\.5p {
    padding-left: 66.5%;
    padding-right: 66.5%;
  }

  .lg\:py-67\.5p {
    padding-top: 67.5%;
    padding-bottom: 67.5%;
  }

  .lg\:px-67\.5p {
    padding-left: 67.5%;
    padding-right: 67.5%;
  }

  .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-3 {
    padding-top: 3px;
  }

  .lg\:pr-3 {
    padding-right: 3px;
  }

  .lg\:pb-3 {
    padding-bottom: 3px;
  }

  .lg\:pl-3 {
    padding-left: 3px;
  }

  .lg\:pt-5 {
    padding-top: 5px;
  }

  .lg\:pr-5 {
    padding-right: 5px;
  }

  .lg\:pb-5 {
    padding-bottom: 5px;
  }

  .lg\:pl-5 {
    padding-left: 5px;
  }

  .lg\:pt-8 {
    padding-top: 8px;
  }

  .lg\:pr-8 {
    padding-right: 8px;
  }

  .lg\:pb-8 {
    padding-bottom: 8px;
  }

  .lg\:pl-8 {
    padding-left: 8px;
  }

  .lg\:pt-10 {
    padding-top: 10px;
  }

  .lg\:pr-10 {
    padding-right: 10px;
  }

  .lg\:pb-10 {
    padding-bottom: 10px;
  }

  .lg\:pl-10 {
    padding-left: 10px;
  }

  .lg\:pt-12 {
    padding-top: 12px;
  }

  .lg\:pr-12 {
    padding-right: 12px;
  }

  .lg\:pb-12 {
    padding-bottom: 12px;
  }

  .lg\:pl-12 {
    padding-left: 12px;
  }

  .lg\:pt-14 {
    padding-top: 14px;
  }

  .lg\:pr-14 {
    padding-right: 14px;
  }

  .lg\:pb-14 {
    padding-bottom: 14px;
  }

  .lg\:pl-14 {
    padding-left: 14px;
  }

  .lg\:pt-15 {
    padding-top: 15px;
  }

  .lg\:pr-15 {
    padding-right: 15px;
  }

  .lg\:pb-15 {
    padding-bottom: 15px;
  }

  .lg\:pl-15 {
    padding-left: 15px;
  }

  .lg\:pt-16 {
    padding-top: 16px;
  }

  .lg\:pr-16 {
    padding-right: 16px;
  }

  .lg\:pb-16 {
    padding-bottom: 16px;
  }

  .lg\:pl-16 {
    padding-left: 16px;
  }

  .lg\:pt-20 {
    padding-top: 20px;
  }

  .lg\:pr-20 {
    padding-right: 20px;
  }

  .lg\:pb-20 {
    padding-bottom: 20px;
  }

  .lg\:pl-20 {
    padding-left: 20px;
  }

  .lg\:pt-24 {
    padding-top: 24px;
  }

  .lg\:pr-24 {
    padding-right: 24px;
  }

  .lg\:pb-24 {
    padding-bottom: 24px;
  }

  .lg\:pl-24 {
    padding-left: 24px;
  }

  .lg\:pt-28 {
    padding-top: 28px;
  }

  .lg\:pr-28 {
    padding-right: 28px;
  }

  .lg\:pb-28 {
    padding-bottom: 28px;
  }

  .lg\:pl-28 {
    padding-left: 28px;
  }

  .lg\:pt-29 {
    padding-top: 29px;
  }

  .lg\:pr-29 {
    padding-right: 29px;
  }

  .lg\:pb-29 {
    padding-bottom: 29px;
  }

  .lg\:pl-29 {
    padding-left: 29px;
  }

  .lg\:pt-30 {
    padding-top: 30px;
  }

  .lg\:pr-30 {
    padding-right: 30px;
  }

  .lg\:pb-30 {
    padding-bottom: 30px;
  }

  .lg\:pl-30 {
    padding-left: 30px;
  }

  .lg\:pt-32 {
    padding-top: 32px;
  }

  .lg\:pr-32 {
    padding-right: 32px;
  }

  .lg\:pb-32 {
    padding-bottom: 32px;
  }

  .lg\:pl-32 {
    padding-left: 32px;
  }

  .lg\:pt-35 {
    padding-top: 35px;
  }

  .lg\:pr-35 {
    padding-right: 35px;
  }

  .lg\:pb-35 {
    padding-bottom: 35px;
  }

  .lg\:pl-35 {
    padding-left: 35px;
  }

  .lg\:pt-36 {
    padding-top: 36px;
  }

  .lg\:pr-36 {
    padding-right: 36px;
  }

  .lg\:pb-36 {
    padding-bottom: 36px;
  }

  .lg\:pl-36 {
    padding-left: 36px;
  }

  .lg\:pt-37 {
    padding-top: 37px;
  }

  .lg\:pr-37 {
    padding-right: 37px;
  }

  .lg\:pb-37 {
    padding-bottom: 37px;
  }

  .lg\:pl-37 {
    padding-left: 37px;
  }

  .lg\:pt-39 {
    padding-top: 39px;
  }

  .lg\:pr-39 {
    padding-right: 39px;
  }

  .lg\:pb-39 {
    padding-bottom: 39px;
  }

  .lg\:pl-39 {
    padding-left: 39px;
  }

  .lg\:pt-40 {
    padding-top: 40px;
  }

  .lg\:pr-40 {
    padding-right: 40px;
  }

  .lg\:pb-40 {
    padding-bottom: 40px;
  }

  .lg\:pl-40 {
    padding-left: 40px;
  }

  .lg\:pt-47 {
    padding-top: 47px;
  }

  .lg\:pr-47 {
    padding-right: 47px;
  }

  .lg\:pb-47 {
    padding-bottom: 47px;
  }

  .lg\:pl-47 {
    padding-left: 47px;
  }

  .lg\:pt-50 {
    padding-top: 50px;
  }

  .lg\:pr-50 {
    padding-right: 50px;
  }

  .lg\:pb-50 {
    padding-bottom: 50px;
  }

  .lg\:pl-50 {
    padding-left: 50px;
  }

  .lg\:pt-56 {
    padding-top: 56px;
  }

  .lg\:pr-56 {
    padding-right: 56px;
  }

  .lg\:pb-56 {
    padding-bottom: 56px;
  }

  .lg\:pl-56 {
    padding-left: 56px;
  }

  .lg\:pt-64 {
    padding-top: 64px;
  }

  .lg\:pr-64 {
    padding-right: 64px;
  }

  .lg\:pb-64 {
    padding-bottom: 64px;
  }

  .lg\:pl-64 {
    padding-left: 64px;
  }

  .lg\:pt-70 {
    padding-top: 70px;
  }

  .lg\:pr-70 {
    padding-right: 70px;
  }

  .lg\:pb-70 {
    padding-bottom: 70px;
  }

  .lg\:pl-70 {
    padding-left: 70px;
  }

  .lg\:pt-72 {
    padding-top: 72px;
  }

  .lg\:pr-72 {
    padding-right: 72px;
  }

  .lg\:pb-72 {
    padding-bottom: 72px;
  }

  .lg\:pl-72 {
    padding-left: 72px;
  }

  .lg\:pt-75 {
    padding-top: 75px;
  }

  .lg\:pr-75 {
    padding-right: 75px;
  }

  .lg\:pb-75 {
    padding-bottom: 75px;
  }

  .lg\:pl-75 {
    padding-left: 75px;
  }

  .lg\:pt-80 {
    padding-top: 80px;
  }

  .lg\:pr-80 {
    padding-right: 80px;
  }

  .lg\:pb-80 {
    padding-bottom: 80px;
  }

  .lg\:pl-80 {
    padding-left: 80px;
  }

  .lg\:pt-83 {
    padding-top: 83px;
  }

  .lg\:pr-83 {
    padding-right: 83px;
  }

  .lg\:pb-83 {
    padding-bottom: 83px;
  }

  .lg\:pl-83 {
    padding-left: 83px;
  }

  .lg\:pt-100 {
    padding-top: 100px;
  }

  .lg\:pr-100 {
    padding-right: 100px;
  }

  .lg\:pb-100 {
    padding-bottom: 100px;
  }

  .lg\:pl-100 {
    padding-left: 100px;
  }

  .lg\:pt-118 {
    padding-top: 118px;
  }

  .lg\:pr-118 {
    padding-right: 118px;
  }

  .lg\:pb-118 {
    padding-bottom: 118px;
  }

  .lg\:pl-118 {
    padding-left: 118px;
  }

  .lg\:pt-130 {
    padding-top: 130px;
  }

  .lg\:pr-130 {
    padding-right: 130px;
  }

  .lg\:pb-130 {
    padding-bottom: 130px;
  }

  .lg\:pl-130 {
    padding-left: 130px;
  }

  .lg\:pt-150 {
    padding-top: 150px;
  }

  .lg\:pr-150 {
    padding-right: 150px;
  }

  .lg\:pb-150 {
    padding-bottom: 150px;
  }

  .lg\:pl-150 {
    padding-left: 150px;
  }

  .lg\:pt-180 {
    padding-top: 180px;
  }

  .lg\:pr-180 {
    padding-right: 180px;
  }

  .lg\:pb-180 {
    padding-bottom: 180px;
  }

  .lg\:pl-180 {
    padding-left: 180px;
  }

  .lg\:pt-213 {
    padding-top: 213px;
  }

  .lg\:pr-213 {
    padding-right: 213px;
  }

  .lg\:pb-213 {
    padding-bottom: 213px;
  }

  .lg\:pl-213 {
    padding-left: 213px;
  }

  .lg\:pt-225 {
    padding-top: 225px;
  }

  .lg\:pr-225 {
    padding-right: 225px;
  }

  .lg\:pb-225 {
    padding-bottom: 225px;
  }

  .lg\:pl-225 {
    padding-left: 225px;
  }

  .lg\:pt-250 {
    padding-top: 250px;
  }

  .lg\:pr-250 {
    padding-right: 250px;
  }

  .lg\:pb-250 {
    padding-bottom: 250px;
  }

  .lg\:pl-250 {
    padding-left: 250px;
  }

  .lg\:pt-300 {
    padding-top: 300px;
  }

  .lg\:pr-300 {
    padding-right: 300px;
  }

  .lg\:pb-300 {
    padding-bottom: 300px;
  }

  .lg\:pl-300 {
    padding-left: 300px;
  }

  .lg\:pt-320 {
    padding-top: 320px;
  }

  .lg\:pr-320 {
    padding-right: 320px;
  }

  .lg\:pb-320 {
    padding-bottom: 320px;
  }

  .lg\:pl-320 {
    padding-left: 320px;
  }

  .lg\:pt-345 {
    padding-top: 345px;
  }

  .lg\:pr-345 {
    padding-right: 345px;
  }

  .lg\:pb-345 {
    padding-bottom: 345px;
  }

  .lg\:pl-345 {
    padding-left: 345px;
  }

  .lg\:pt-485 {
    padding-top: 485px;
  }

  .lg\:pr-485 {
    padding-right: 485px;
  }

  .lg\:pb-485 {
    padding-bottom: 485px;
  }

  .lg\:pl-485 {
    padding-left: 485px;
  }

  .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-135 {
    padding-top: -135px;
  }

  .lg\:-pr-135 {
    padding-right: -135px;
  }

  .lg\:-pb-135 {
    padding-bottom: -135px;
  }

  .lg\:-pl-135 {
    padding-left: -135px;
  }

  .lg\:pt-0p {
    padding-top: 0%;
  }

  .lg\:pr-0p {
    padding-right: 0%;
  }

  .lg\:pb-0p {
    padding-bottom: 0%;
  }

  .lg\:pl-0p {
    padding-left: 0%;
  }

  .lg\:pt-5p {
    padding-top: 5%;
  }

  .lg\:pr-5p {
    padding-right: 5%;
  }

  .lg\:pb-5p {
    padding-bottom: 5%;
  }

  .lg\:pl-5p {
    padding-left: 5%;
  }

  .lg\:pt-10p {
    padding-top: 10%;
  }

  .lg\:pr-10p {
    padding-right: 10%;
  }

  .lg\:pb-10p {
    padding-bottom: 10%;
  }

  .lg\:pl-10p {
    padding-left: 10%;
  }

  .lg\:pt-15p {
    padding-top: 15%;
  }

  .lg\:pr-15p {
    padding-right: 15%;
  }

  .lg\:pb-15p {
    padding-bottom: 15%;
  }

  .lg\:pl-15p {
    padding-left: 15%;
  }

  .lg\:pt-20p {
    padding-top: 20%;
  }

  .lg\:pr-20p {
    padding-right: 20%;
  }

  .lg\:pb-20p {
    padding-bottom: 20%;
  }

  .lg\:pl-20p {
    padding-left: 20%;
  }

  .lg\:pt-25p {
    padding-top: 25%;
  }

  .lg\:pr-25p {
    padding-right: 25%;
  }

  .lg\:pb-25p {
    padding-bottom: 25%;
  }

  .lg\:pl-25p {
    padding-left: 25%;
  }

  .lg\:pt-30p {
    padding-top: 30%;
  }

  .lg\:pr-30p {
    padding-right: 30%;
  }

  .lg\:pb-30p {
    padding-bottom: 30%;
  }

  .lg\:pl-30p {
    padding-left: 30%;
  }

  .lg\:pt-35p {
    padding-top: 35%;
  }

  .lg\:pr-35p {
    padding-right: 35%;
  }

  .lg\:pb-35p {
    padding-bottom: 35%;
  }

  .lg\:pl-35p {
    padding-left: 35%;
  }

  .lg\:pt-40p {
    padding-top: 40%;
  }

  .lg\:pr-40p {
    padding-right: 40%;
  }

  .lg\:pb-40p {
    padding-bottom: 40%;
  }

  .lg\:pl-40p {
    padding-left: 40%;
  }

  .lg\:pt-45p {
    padding-top: 45%;
  }

  .lg\:pr-45p {
    padding-right: 45%;
  }

  .lg\:pb-45p {
    padding-bottom: 45%;
  }

  .lg\:pl-45p {
    padding-left: 45%;
  }

  .lg\:pt-50p {
    padding-top: 50%;
  }

  .lg\:pr-50p {
    padding-right: 50%;
  }

  .lg\:pb-50p {
    padding-bottom: 50%;
  }

  .lg\:pl-50p {
    padding-left: 50%;
  }

  .lg\:pt-55p {
    padding-top: 55%;
  }

  .lg\:pr-55p {
    padding-right: 55%;
  }

  .lg\:pb-55p {
    padding-bottom: 55%;
  }

  .lg\:pl-55p {
    padding-left: 55%;
  }

  .lg\:pt-60p {
    padding-top: 60%;
  }

  .lg\:pr-60p {
    padding-right: 60%;
  }

  .lg\:pb-60p {
    padding-bottom: 60%;
  }

  .lg\:pl-60p {
    padding-left: 60%;
  }

  .lg\:pt-65p {
    padding-top: 65%;
  }

  .lg\:pr-65p {
    padding-right: 65%;
  }

  .lg\:pb-65p {
    padding-bottom: 65%;
  }

  .lg\:pl-65p {
    padding-left: 65%;
  }

  .lg\:pt-70p {
    padding-top: 70%;
  }

  .lg\:pr-70p {
    padding-right: 70%;
  }

  .lg\:pb-70p {
    padding-bottom: 70%;
  }

  .lg\:pl-70p {
    padding-left: 70%;
  }

  .lg\:pt-75p {
    padding-top: 75%;
  }

  .lg\:pr-75p {
    padding-right: 75%;
  }

  .lg\:pb-75p {
    padding-bottom: 75%;
  }

  .lg\:pl-75p {
    padding-left: 75%;
  }

  .lg\:pt-80p {
    padding-top: 80%;
  }

  .lg\:pr-80p {
    padding-right: 80%;
  }

  .lg\:pb-80p {
    padding-bottom: 80%;
  }

  .lg\:pl-80p {
    padding-left: 80%;
  }

  .lg\:pt-85p {
    padding-top: 85%;
  }

  .lg\:pr-85p {
    padding-right: 85%;
  }

  .lg\:pb-85p {
    padding-bottom: 85%;
  }

  .lg\:pl-85p {
    padding-left: 85%;
  }

  .lg\:pt-90p {
    padding-top: 90%;
  }

  .lg\:pr-90p {
    padding-right: 90%;
  }

  .lg\:pb-90p {
    padding-bottom: 90%;
  }

  .lg\:pl-90p {
    padding-left: 90%;
  }

  .lg\:pt-95p {
    padding-top: 95%;
  }

  .lg\:pr-95p {
    padding-right: 95%;
  }

  .lg\:pb-95p {
    padding-bottom: 95%;
  }

  .lg\:pl-95p {
    padding-left: 95%;
  }

  .lg\:pt-100p {
    padding-top: 100%;
  }

  .lg\:pr-100p {
    padding-right: 100%;
  }

  .lg\:pb-100p {
    padding-bottom: 100%;
  }

  .lg\:pl-100p {
    padding-left: 100%;
  }

  .lg\:pt-66\.5p {
    padding-top: 66.5%;
  }

  .lg\:pr-66\.5p {
    padding-right: 66.5%;
  }

  .lg\:pb-66\.5p {
    padding-bottom: 66.5%;
  }

  .lg\:pl-66\.5p {
    padding-left: 66.5%;
  }

  .lg\:pt-67\.5p {
    padding-top: 67.5%;
  }

  .lg\:pr-67\.5p {
    padding-right: 67.5%;
  }

  .lg\:pb-67\.5p {
    padding-bottom: 67.5%;
  }

  .lg\:pl-67\.5p {
    padding-left: 67.5%;
  }

  .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-1::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(70, 70, 70, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-black-1:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(70, 70, 70, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-black-1::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(70, 70, 70, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-black-2::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(215, 215, 215, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-black-2:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(215, 215, 215, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-black-2::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(215, 215, 215, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-black-3::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-black-3:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-black-3::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-black-4::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 237, 237, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-black-4:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 237, 237, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-black-4::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 237, 237, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-black-5::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(68, 68, 68, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-black-5:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(68, 68, 68, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-black-5::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(68, 68, 68, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-black-6::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(108, 108, 108, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-black-6:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(108, 108, 108, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-black-6::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(108, 108, 108, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-black::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-black:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-black::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-white-1::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 244, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-white-1:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 244, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-white-1::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 244, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-white::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-white:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-white::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-pink-1::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 101, 147, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-pink-1:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 101, 147, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-pink-1::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 101, 147, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-pink::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 139, 174, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-pink:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 139, 174, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-pink::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 139, 174, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-red-1::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(231, 6, 31, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-red-1:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(231, 6, 31, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-red-1::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(231, 6, 31, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-red::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 0, 22, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-red:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 0, 22, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-red::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 0, 22, 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-1:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(70, 70, 70, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-black-1:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(70, 70, 70, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-black-1:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(70, 70, 70, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-black-2:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(215, 215, 215, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-black-2:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(215, 215, 215, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-black-2:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(215, 215, 215, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-black-3:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-black-3:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-black-3:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-black-4:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 237, 237, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-black-4:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 237, 237, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-black-4:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 237, 237, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-black-5:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(68, 68, 68, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-black-5:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(68, 68, 68, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-black-5:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(68, 68, 68, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-black-6:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(108, 108, 108, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-black-6:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(108, 108, 108, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-black-6:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(108, 108, 108, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-black:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-black:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-black:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-white-1:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 244, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-white-1:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 244, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-white-1:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 244, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-white:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-white:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-white:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-pink-1:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 101, 147, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-pink-1:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 101, 147, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-pink-1:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 101, 147, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-pink:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 139, 174, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-pink:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 139, 174, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-pink:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 139, 174, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-red-1:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(231, 6, 31, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-red-1:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(231, 6, 31, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-red-1:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(231, 6, 31, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-red:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 0, 22, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-red:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 0, 22, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-red:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 0, 22, 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-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-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-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-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-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-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-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-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: sticky;
  }

  .lg\:inset-0 {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }

  .lg\:inset-3 {
    top: 3px;
    right: 3px;
    bottom: 3px;
    left: 3px;
  }

  .lg\:inset-5 {
    top: 5px;
    right: 5px;
    bottom: 5px;
    left: 5px;
  }

  .lg\:inset-8 {
    top: 8px;
    right: 8px;
    bottom: 8px;
    left: 8px;
  }

  .lg\:inset-10 {
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
  }

  .lg\:inset-12 {
    top: 12px;
    right: 12px;
    bottom: 12px;
    left: 12px;
  }

  .lg\:inset-14 {
    top: 14px;
    right: 14px;
    bottom: 14px;
    left: 14px;
  }

  .lg\:inset-15 {
    top: 15px;
    right: 15px;
    bottom: 15px;
    left: 15px;
  }

  .lg\:inset-16 {
    top: 16px;
    right: 16px;
    bottom: 16px;
    left: 16px;
  }

  .lg\:inset-20 {
    top: 20px;
    right: 20px;
    bottom: 20px;
    left: 20px;
  }

  .lg\:inset-24 {
    top: 24px;
    right: 24px;
    bottom: 24px;
    left: 24px;
  }

  .lg\:inset-28 {
    top: 28px;
    right: 28px;
    bottom: 28px;
    left: 28px;
  }

  .lg\:inset-29 {
    top: 29px;
    right: 29px;
    bottom: 29px;
    left: 29px;
  }

  .lg\:inset-30 {
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
  }

  .lg\:inset-32 {
    top: 32px;
    right: 32px;
    bottom: 32px;
    left: 32px;
  }

  .lg\:inset-35 {
    top: 35px;
    right: 35px;
    bottom: 35px;
    left: 35px;
  }

  .lg\:inset-36 {
    top: 36px;
    right: 36px;
    bottom: 36px;
    left: 36px;
  }

  .lg\:inset-37 {
    top: 37px;
    right: 37px;
    bottom: 37px;
    left: 37px;
  }

  .lg\:inset-39 {
    top: 39px;
    right: 39px;
    bottom: 39px;
    left: 39px;
  }

  .lg\:inset-40 {
    top: 40px;
    right: 40px;
    bottom: 40px;
    left: 40px;
  }

  .lg\:inset-47 {
    top: 47px;
    right: 47px;
    bottom: 47px;
    left: 47px;
  }

  .lg\:inset-50 {
    top: 50px;
    right: 50px;
    bottom: 50px;
    left: 50px;
  }

  .lg\:inset-56 {
    top: 56px;
    right: 56px;
    bottom: 56px;
    left: 56px;
  }

  .lg\:inset-64 {
    top: 64px;
    right: 64px;
    bottom: 64px;
    left: 64px;
  }

  .lg\:inset-70 {
    top: 70px;
    right: 70px;
    bottom: 70px;
    left: 70px;
  }

  .lg\:inset-72 {
    top: 72px;
    right: 72px;
    bottom: 72px;
    left: 72px;
  }

  .lg\:inset-75 {
    top: 75px;
    right: 75px;
    bottom: 75px;
    left: 75px;
  }

  .lg\:inset-80 {
    top: 80px;
    right: 80px;
    bottom: 80px;
    left: 80px;
  }

  .lg\:inset-83 {
    top: 83px;
    right: 83px;
    bottom: 83px;
    left: 83px;
  }

  .lg\:inset-100 {
    top: 100px;
    right: 100px;
    bottom: 100px;
    left: 100px;
  }

  .lg\:inset-118 {
    top: 118px;
    right: 118px;
    bottom: 118px;
    left: 118px;
  }

  .lg\:inset-130 {
    top: 130px;
    right: 130px;
    bottom: 130px;
    left: 130px;
  }

  .lg\:inset-150 {
    top: 150px;
    right: 150px;
    bottom: 150px;
    left: 150px;
  }

  .lg\:inset-180 {
    top: 180px;
    right: 180px;
    bottom: 180px;
    left: 180px;
  }

  .lg\:inset-213 {
    top: 213px;
    right: 213px;
    bottom: 213px;
    left: 213px;
  }

  .lg\:inset-225 {
    top: 225px;
    right: 225px;
    bottom: 225px;
    left: 225px;
  }

  .lg\:inset-250 {
    top: 250px;
    right: 250px;
    bottom: 250px;
    left: 250px;
  }

  .lg\:inset-300 {
    top: 300px;
    right: 300px;
    bottom: 300px;
    left: 300px;
  }

  .lg\:inset-320 {
    top: 320px;
    right: 320px;
    bottom: 320px;
    left: 320px;
  }

  .lg\:inset-345 {
    top: 345px;
    right: 345px;
    bottom: 345px;
    left: 345px;
  }

  .lg\:inset-485 {
    top: 485px;
    right: 485px;
    bottom: 485px;
    left: 485px;
  }

  .lg\:inset-auto {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .lg\:inset-px {
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: 1px;
  }

  .lg\:-inset-135 {
    top: -135px;
    right: -135px;
    bottom: -135px;
    left: -135px;
  }

  .lg\:inset-0p {
    top: 0%;
    right: 0%;
    bottom: 0%;
    left: 0%;
  }

  .lg\:inset-5p {
    top: 5%;
    right: 5%;
    bottom: 5%;
    left: 5%;
  }

  .lg\:inset-10p {
    top: 10%;
    right: 10%;
    bottom: 10%;
    left: 10%;
  }

  .lg\:inset-15p {
    top: 15%;
    right: 15%;
    bottom: 15%;
    left: 15%;
  }

  .lg\:inset-20p {
    top: 20%;
    right: 20%;
    bottom: 20%;
    left: 20%;
  }

  .lg\:inset-25p {
    top: 25%;
    right: 25%;
    bottom: 25%;
    left: 25%;
  }

  .lg\:inset-30p {
    top: 30%;
    right: 30%;
    bottom: 30%;
    left: 30%;
  }

  .lg\:inset-35p {
    top: 35%;
    right: 35%;
    bottom: 35%;
    left: 35%;
  }

  .lg\:inset-40p {
    top: 40%;
    right: 40%;
    bottom: 40%;
    left: 40%;
  }

  .lg\:inset-45p {
    top: 45%;
    right: 45%;
    bottom: 45%;
    left: 45%;
  }

  .lg\:inset-50p {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .lg\:inset-55p {
    top: 55%;
    right: 55%;
    bottom: 55%;
    left: 55%;
  }

  .lg\:inset-60p {
    top: 60%;
    right: 60%;
    bottom: 60%;
    left: 60%;
  }

  .lg\:inset-65p {
    top: 65%;
    right: 65%;
    bottom: 65%;
    left: 65%;
  }

  .lg\:inset-70p {
    top: 70%;
    right: 70%;
    bottom: 70%;
    left: 70%;
  }

  .lg\:inset-75p {
    top: 75%;
    right: 75%;
    bottom: 75%;
    left: 75%;
  }

  .lg\:inset-80p {
    top: 80%;
    right: 80%;
    bottom: 80%;
    left: 80%;
  }

  .lg\:inset-85p {
    top: 85%;
    right: 85%;
    bottom: 85%;
    left: 85%;
  }

  .lg\:inset-90p {
    top: 90%;
    right: 90%;
    bottom: 90%;
    left: 90%;
  }

  .lg\:inset-95p {
    top: 95%;
    right: 95%;
    bottom: 95%;
    left: 95%;
  }

  .lg\:inset-100p {
    top: 100%;
    right: 100%;
    bottom: 100%;
    left: 100%;
  }

  .lg\:inset-66\.5p {
    top: 66.5%;
    right: 66.5%;
    bottom: 66.5%;
    left: 66.5%;
  }

  .lg\:inset-67\.5p {
    top: 67.5%;
    right: 67.5%;
    bottom: 67.5%;
    left: 67.5%;
  }

  .lg\:-inset-0 {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }

  .lg\:-inset-3 {
    top: -3px;
    right: -3px;
    bottom: -3px;
    left: -3px;
  }

  .lg\:-inset-5 {
    top: -5px;
    right: -5px;
    bottom: -5px;
    left: -5px;
  }

  .lg\:-inset-8 {
    top: -8px;
    right: -8px;
    bottom: -8px;
    left: -8px;
  }

  .lg\:-inset-10 {
    top: -10px;
    right: -10px;
    bottom: -10px;
    left: -10px;
  }

  .lg\:-inset-12 {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
  }

  .lg\:-inset-14 {
    top: -14px;
    right: -14px;
    bottom: -14px;
    left: -14px;
  }

  .lg\:-inset-15 {
    top: -15px;
    right: -15px;
    bottom: -15px;
    left: -15px;
  }

  .lg\:-inset-16 {
    top: -16px;
    right: -16px;
    bottom: -16px;
    left: -16px;
  }

  .lg\:-inset-20 {
    top: -20px;
    right: -20px;
    bottom: -20px;
    left: -20px;
  }

  .lg\:-inset-24 {
    top: -24px;
    right: -24px;
    bottom: -24px;
    left: -24px;
  }

  .lg\:-inset-28 {
    top: -28px;
    right: -28px;
    bottom: -28px;
    left: -28px;
  }

  .lg\:-inset-29 {
    top: -29px;
    right: -29px;
    bottom: -29px;
    left: -29px;
  }

  .lg\:-inset-30 {
    top: -30px;
    right: -30px;
    bottom: -30px;
    left: -30px;
  }

  .lg\:-inset-32 {
    top: -32px;
    right: -32px;
    bottom: -32px;
    left: -32px;
  }

  .lg\:-inset-35 {
    top: -35px;
    right: -35px;
    bottom: -35px;
    left: -35px;
  }

  .lg\:-inset-36 {
    top: -36px;
    right: -36px;
    bottom: -36px;
    left: -36px;
  }

  .lg\:-inset-37 {
    top: -37px;
    right: -37px;
    bottom: -37px;
    left: -37px;
  }

  .lg\:-inset-39 {
    top: -39px;
    right: -39px;
    bottom: -39px;
    left: -39px;
  }

  .lg\:-inset-40 {
    top: -40px;
    right: -40px;
    bottom: -40px;
    left: -40px;
  }

  .lg\:-inset-47 {
    top: -47px;
    right: -47px;
    bottom: -47px;
    left: -47px;
  }

  .lg\:-inset-50 {
    top: -50px;
    right: -50px;
    bottom: -50px;
    left: -50px;
  }

  .lg\:-inset-56 {
    top: -56px;
    right: -56px;
    bottom: -56px;
    left: -56px;
  }

  .lg\:-inset-64 {
    top: -64px;
    right: -64px;
    bottom: -64px;
    left: -64px;
  }

  .lg\:-inset-70 {
    top: -70px;
    right: -70px;
    bottom: -70px;
    left: -70px;
  }

  .lg\:-inset-72 {
    top: -72px;
    right: -72px;
    bottom: -72px;
    left: -72px;
  }

  .lg\:-inset-75 {
    top: -75px;
    right: -75px;
    bottom: -75px;
    left: -75px;
  }

  .lg\:-inset-80 {
    top: -80px;
    right: -80px;
    bottom: -80px;
    left: -80px;
  }

  .lg\:-inset-83 {
    top: -83px;
    right: -83px;
    bottom: -83px;
    left: -83px;
  }

  .lg\:-inset-100 {
    top: -100px;
    right: -100px;
    bottom: -100px;
    left: -100px;
  }

  .lg\:-inset-118 {
    top: -118px;
    right: -118px;
    bottom: -118px;
    left: -118px;
  }

  .lg\:-inset-130 {
    top: -130px;
    right: -130px;
    bottom: -130px;
    left: -130px;
  }

  .lg\:-inset-150 {
    top: -150px;
    right: -150px;
    bottom: -150px;
    left: -150px;
  }

  .lg\:-inset-180 {
    top: -180px;
    right: -180px;
    bottom: -180px;
    left: -180px;
  }

  .lg\:-inset-213 {
    top: -213px;
    right: -213px;
    bottom: -213px;
    left: -213px;
  }

  .lg\:-inset-225 {
    top: -225px;
    right: -225px;
    bottom: -225px;
    left: -225px;
  }

  .lg\:-inset-250 {
    top: -250px;
    right: -250px;
    bottom: -250px;
    left: -250px;
  }

  .lg\:-inset-300 {
    top: -300px;
    right: -300px;
    bottom: -300px;
    left: -300px;
  }

  .lg\:-inset-320 {
    top: -320px;
    right: -320px;
    bottom: -320px;
    left: -320px;
  }

  .lg\:-inset-345 {
    top: -345px;
    right: -345px;
    bottom: -345px;
    left: -345px;
  }

  .lg\:-inset-485 {
    top: -485px;
    right: -485px;
    bottom: -485px;
    left: -485px;
  }

  .lg\:-inset-px {
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
  }

  .lg\:-inset--135 {
    top: 135px;
    right: 135px;
    bottom: 135px;
    left: 135px;
  }

  .lg\:-inset-0p {
    top: 0%;
    right: 0%;
    bottom: 0%;
    left: 0%;
  }

  .lg\:-inset-5p {
    top: -5%;
    right: -5%;
    bottom: -5%;
    left: -5%;
  }

  .lg\:-inset-10p {
    top: -10%;
    right: -10%;
    bottom: -10%;
    left: -10%;
  }

  .lg\:-inset-15p {
    top: -15%;
    right: -15%;
    bottom: -15%;
    left: -15%;
  }

  .lg\:-inset-20p {
    top: -20%;
    right: -20%;
    bottom: -20%;
    left: -20%;
  }

  .lg\:-inset-25p {
    top: -25%;
    right: -25%;
    bottom: -25%;
    left: -25%;
  }

  .lg\:-inset-30p {
    top: -30%;
    right: -30%;
    bottom: -30%;
    left: -30%;
  }

  .lg\:-inset-35p {
    top: -35%;
    right: -35%;
    bottom: -35%;
    left: -35%;
  }

  .lg\:-inset-40p {
    top: -40%;
    right: -40%;
    bottom: -40%;
    left: -40%;
  }

  .lg\:-inset-45p {
    top: -45%;
    right: -45%;
    bottom: -45%;
    left: -45%;
  }

  .lg\:-inset-50p {
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .lg\:-inset-55p {
    top: -55%;
    right: -55%;
    bottom: -55%;
    left: -55%;
  }

  .lg\:-inset-60p {
    top: -60%;
    right: -60%;
    bottom: -60%;
    left: -60%;
  }

  .lg\:-inset-65p {
    top: -65%;
    right: -65%;
    bottom: -65%;
    left: -65%;
  }

  .lg\:-inset-70p {
    top: -70%;
    right: -70%;
    bottom: -70%;
    left: -70%;
  }

  .lg\:-inset-75p {
    top: -75%;
    right: -75%;
    bottom: -75%;
    left: -75%;
  }

  .lg\:-inset-80p {
    top: -80%;
    right: -80%;
    bottom: -80%;
    left: -80%;
  }

  .lg\:-inset-85p {
    top: -85%;
    right: -85%;
    bottom: -85%;
    left: -85%;
  }

  .lg\:-inset-90p {
    top: -90%;
    right: -90%;
    bottom: -90%;
    left: -90%;
  }

  .lg\:-inset-95p {
    top: -95%;
    right: -95%;
    bottom: -95%;
    left: -95%;
  }

  .lg\:-inset-100p {
    top: -100%;
    right: -100%;
    bottom: -100%;
    left: -100%;
  }

  .lg\:-inset-66\.5p {
    top: -66.5%;
    right: -66.5%;
    bottom: -66.5%;
    left: -66.5%;
  }

  .lg\:-inset-67\.5p {
    top: -67.5%;
    right: -67.5%;
    bottom: -67.5%;
    left: -67.5%;
  }

  .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-3 {
    top: 3px;
    bottom: 3px;
  }

  .lg\:inset-x-3 {
    right: 3px;
    left: 3px;
  }

  .lg\:inset-y-5 {
    top: 5px;
    bottom: 5px;
  }

  .lg\:inset-x-5 {
    right: 5px;
    left: 5px;
  }

  .lg\:inset-y-8 {
    top: 8px;
    bottom: 8px;
  }

  .lg\:inset-x-8 {
    right: 8px;
    left: 8px;
  }

  .lg\:inset-y-10 {
    top: 10px;
    bottom: 10px;
  }

  .lg\:inset-x-10 {
    right: 10px;
    left: 10px;
  }

  .lg\:inset-y-12 {
    top: 12px;
    bottom: 12px;
  }

  .lg\:inset-x-12 {
    right: 12px;
    left: 12px;
  }

  .lg\:inset-y-14 {
    top: 14px;
    bottom: 14px;
  }

  .lg\:inset-x-14 {
    right: 14px;
    left: 14px;
  }

  .lg\:inset-y-15 {
    top: 15px;
    bottom: 15px;
  }

  .lg\:inset-x-15 {
    right: 15px;
    left: 15px;
  }

  .lg\:inset-y-16 {
    top: 16px;
    bottom: 16px;
  }

  .lg\:inset-x-16 {
    right: 16px;
    left: 16px;
  }

  .lg\:inset-y-20 {
    top: 20px;
    bottom: 20px;
  }

  .lg\:inset-x-20 {
    right: 20px;
    left: 20px;
  }

  .lg\:inset-y-24 {
    top: 24px;
    bottom: 24px;
  }

  .lg\:inset-x-24 {
    right: 24px;
    left: 24px;
  }

  .lg\:inset-y-28 {
    top: 28px;
    bottom: 28px;
  }

  .lg\:inset-x-28 {
    right: 28px;
    left: 28px;
  }

  .lg\:inset-y-29 {
    top: 29px;
    bottom: 29px;
  }

  .lg\:inset-x-29 {
    right: 29px;
    left: 29px;
  }

  .lg\:inset-y-30 {
    top: 30px;
    bottom: 30px;
  }

  .lg\:inset-x-30 {
    right: 30px;
    left: 30px;
  }

  .lg\:inset-y-32 {
    top: 32px;
    bottom: 32px;
  }

  .lg\:inset-x-32 {
    right: 32px;
    left: 32px;
  }

  .lg\:inset-y-35 {
    top: 35px;
    bottom: 35px;
  }

  .lg\:inset-x-35 {
    right: 35px;
    left: 35px;
  }

  .lg\:inset-y-36 {
    top: 36px;
    bottom: 36px;
  }

  .lg\:inset-x-36 {
    right: 36px;
    left: 36px;
  }

  .lg\:inset-y-37 {
    top: 37px;
    bottom: 37px;
  }

  .lg\:inset-x-37 {
    right: 37px;
    left: 37px;
  }

  .lg\:inset-y-39 {
    top: 39px;
    bottom: 39px;
  }

  .lg\:inset-x-39 {
    right: 39px;
    left: 39px;
  }

  .lg\:inset-y-40 {
    top: 40px;
    bottom: 40px;
  }

  .lg\:inset-x-40 {
    right: 40px;
    left: 40px;
  }

  .lg\:inset-y-47 {
    top: 47px;
    bottom: 47px;
  }

  .lg\:inset-x-47 {
    right: 47px;
    left: 47px;
  }

  .lg\:inset-y-50 {
    top: 50px;
    bottom: 50px;
  }

  .lg\:inset-x-50 {
    right: 50px;
    left: 50px;
  }

  .lg\:inset-y-56 {
    top: 56px;
    bottom: 56px;
  }

  .lg\:inset-x-56 {
    right: 56px;
    left: 56px;
  }

  .lg\:inset-y-64 {
    top: 64px;
    bottom: 64px;
  }

  .lg\:inset-x-64 {
    right: 64px;
    left: 64px;
  }

  .lg\:inset-y-70 {
    top: 70px;
    bottom: 70px;
  }

  .lg\:inset-x-70 {
    right: 70px;
    left: 70px;
  }

  .lg\:inset-y-72 {
    top: 72px;
    bottom: 72px;
  }

  .lg\:inset-x-72 {
    right: 72px;
    left: 72px;
  }

  .lg\:inset-y-75 {
    top: 75px;
    bottom: 75px;
  }

  .lg\:inset-x-75 {
    right: 75px;
    left: 75px;
  }

  .lg\:inset-y-80 {
    top: 80px;
    bottom: 80px;
  }

  .lg\:inset-x-80 {
    right: 80px;
    left: 80px;
  }

  .lg\:inset-y-83 {
    top: 83px;
    bottom: 83px;
  }

  .lg\:inset-x-83 {
    right: 83px;
    left: 83px;
  }

  .lg\:inset-y-100 {
    top: 100px;
    bottom: 100px;
  }

  .lg\:inset-x-100 {
    right: 100px;
    left: 100px;
  }

  .lg\:inset-y-118 {
    top: 118px;
    bottom: 118px;
  }

  .lg\:inset-x-118 {
    right: 118px;
    left: 118px;
  }

  .lg\:inset-y-130 {
    top: 130px;
    bottom: 130px;
  }

  .lg\:inset-x-130 {
    right: 130px;
    left: 130px;
  }

  .lg\:inset-y-150 {
    top: 150px;
    bottom: 150px;
  }

  .lg\:inset-x-150 {
    right: 150px;
    left: 150px;
  }

  .lg\:inset-y-180 {
    top: 180px;
    bottom: 180px;
  }

  .lg\:inset-x-180 {
    right: 180px;
    left: 180px;
  }

  .lg\:inset-y-213 {
    top: 213px;
    bottom: 213px;
  }

  .lg\:inset-x-213 {
    right: 213px;
    left: 213px;
  }

  .lg\:inset-y-225 {
    top: 225px;
    bottom: 225px;
  }

  .lg\:inset-x-225 {
    right: 225px;
    left: 225px;
  }

  .lg\:inset-y-250 {
    top: 250px;
    bottom: 250px;
  }

  .lg\:inset-x-250 {
    right: 250px;
    left: 250px;
  }

  .lg\:inset-y-300 {
    top: 300px;
    bottom: 300px;
  }

  .lg\:inset-x-300 {
    right: 300px;
    left: 300px;
  }

  .lg\:inset-y-320 {
    top: 320px;
    bottom: 320px;
  }

  .lg\:inset-x-320 {
    right: 320px;
    left: 320px;
  }

  .lg\:inset-y-345 {
    top: 345px;
    bottom: 345px;
  }

  .lg\:inset-x-345 {
    right: 345px;
    left: 345px;
  }

  .lg\:inset-y-485 {
    top: 485px;
    bottom: 485px;
  }

  .lg\:inset-x-485 {
    right: 485px;
    left: 485px;
  }

  .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-135 {
    top: -135px;
    bottom: -135px;
  }

  .lg\:-inset-x-135 {
    right: -135px;
    left: -135px;
  }

  .lg\:inset-y-0p {
    top: 0%;
    bottom: 0%;
  }

  .lg\:inset-x-0p {
    right: 0%;
    left: 0%;
  }

  .lg\:inset-y-5p {
    top: 5%;
    bottom: 5%;
  }

  .lg\:inset-x-5p {
    right: 5%;
    left: 5%;
  }

  .lg\:inset-y-10p {
    top: 10%;
    bottom: 10%;
  }

  .lg\:inset-x-10p {
    right: 10%;
    left: 10%;
  }

  .lg\:inset-y-15p {
    top: 15%;
    bottom: 15%;
  }

  .lg\:inset-x-15p {
    right: 15%;
    left: 15%;
  }

  .lg\:inset-y-20p {
    top: 20%;
    bottom: 20%;
  }

  .lg\:inset-x-20p {
    right: 20%;
    left: 20%;
  }

  .lg\:inset-y-25p {
    top: 25%;
    bottom: 25%;
  }

  .lg\:inset-x-25p {
    right: 25%;
    left: 25%;
  }

  .lg\:inset-y-30p {
    top: 30%;
    bottom: 30%;
  }

  .lg\:inset-x-30p {
    right: 30%;
    left: 30%;
  }

  .lg\:inset-y-35p {
    top: 35%;
    bottom: 35%;
  }

  .lg\:inset-x-35p {
    right: 35%;
    left: 35%;
  }

  .lg\:inset-y-40p {
    top: 40%;
    bottom: 40%;
  }

  .lg\:inset-x-40p {
    right: 40%;
    left: 40%;
  }

  .lg\:inset-y-45p {
    top: 45%;
    bottom: 45%;
  }

  .lg\:inset-x-45p {
    right: 45%;
    left: 45%;
  }

  .lg\:inset-y-50p {
    top: 50%;
    bottom: 50%;
  }

  .lg\:inset-x-50p {
    right: 50%;
    left: 50%;
  }

  .lg\:inset-y-55p {
    top: 55%;
    bottom: 55%;
  }

  .lg\:inset-x-55p {
    right: 55%;
    left: 55%;
  }

  .lg\:inset-y-60p {
    top: 60%;
    bottom: 60%;
  }

  .lg\:inset-x-60p {
    right: 60%;
    left: 60%;
  }

  .lg\:inset-y-65p {
    top: 65%;
    bottom: 65%;
  }

  .lg\:inset-x-65p {
    right: 65%;
    left: 65%;
  }

  .lg\:inset-y-70p {
    top: 70%;
    bottom: 70%;
  }

  .lg\:inset-x-70p {
    right: 70%;
    left: 70%;
  }

  .lg\:inset-y-75p {
    top: 75%;
    bottom: 75%;
  }

  .lg\:inset-x-75p {
    right: 75%;
    left: 75%;
  }

  .lg\:inset-y-80p {
    top: 80%;
    bottom: 80%;
  }

  .lg\:inset-x-80p {
    right: 80%;
    left: 80%;
  }

  .lg\:inset-y-85p {
    top: 85%;
    bottom: 85%;
  }

  .lg\:inset-x-85p {
    right: 85%;
    left: 85%;
  }

  .lg\:inset-y-90p {
    top: 90%;
    bottom: 90%;
  }

  .lg\:inset-x-90p {
    right: 90%;
    left: 90%;
  }

  .lg\:inset-y-95p {
    top: 95%;
    bottom: 95%;
  }

  .lg\:inset-x-95p {
    right: 95%;
    left: 95%;
  }

  .lg\:inset-y-100p {
    top: 100%;
    bottom: 100%;
  }

  .lg\:inset-x-100p {
    right: 100%;
    left: 100%;
  }

  .lg\:inset-y-66\.5p {
    top: 66.5%;
    bottom: 66.5%;
  }

  .lg\:inset-x-66\.5p {
    right: 66.5%;
    left: 66.5%;
  }

  .lg\:inset-y-67\.5p {
    top: 67.5%;
    bottom: 67.5%;
  }

  .lg\:inset-x-67\.5p {
    right: 67.5%;
    left: 67.5%;
  }

  .lg\:-inset-y-0 {
    top: 0px;
    bottom: 0px;
  }

  .lg\:-inset-x-0 {
    right: 0px;
    left: 0px;
  }

  .lg\:-inset-y-3 {
    top: -3px;
    bottom: -3px;
  }

  .lg\:-inset-x-3 {
    right: -3px;
    left: -3px;
  }

  .lg\:-inset-y-5 {
    top: -5px;
    bottom: -5px;
  }

  .lg\:-inset-x-5 {
    right: -5px;
    left: -5px;
  }

  .lg\:-inset-y-8 {
    top: -8px;
    bottom: -8px;
  }

  .lg\:-inset-x-8 {
    right: -8px;
    left: -8px;
  }

  .lg\:-inset-y-10 {
    top: -10px;
    bottom: -10px;
  }

  .lg\:-inset-x-10 {
    right: -10px;
    left: -10px;
  }

  .lg\:-inset-y-12 {
    top: -12px;
    bottom: -12px;
  }

  .lg\:-inset-x-12 {
    right: -12px;
    left: -12px;
  }

  .lg\:-inset-y-14 {
    top: -14px;
    bottom: -14px;
  }

  .lg\:-inset-x-14 {
    right: -14px;
    left: -14px;
  }

  .lg\:-inset-y-15 {
    top: -15px;
    bottom: -15px;
  }

  .lg\:-inset-x-15 {
    right: -15px;
    left: -15px;
  }

  .lg\:-inset-y-16 {
    top: -16px;
    bottom: -16px;
  }

  .lg\:-inset-x-16 {
    right: -16px;
    left: -16px;
  }

  .lg\:-inset-y-20 {
    top: -20px;
    bottom: -20px;
  }

  .lg\:-inset-x-20 {
    right: -20px;
    left: -20px;
  }

  .lg\:-inset-y-24 {
    top: -24px;
    bottom: -24px;
  }

  .lg\:-inset-x-24 {
    right: -24px;
    left: -24px;
  }

  .lg\:-inset-y-28 {
    top: -28px;
    bottom: -28px;
  }

  .lg\:-inset-x-28 {
    right: -28px;
    left: -28px;
  }

  .lg\:-inset-y-29 {
    top: -29px;
    bottom: -29px;
  }

  .lg\:-inset-x-29 {
    right: -29px;
    left: -29px;
  }

  .lg\:-inset-y-30 {
    top: -30px;
    bottom: -30px;
  }

  .lg\:-inset-x-30 {
    right: -30px;
    left: -30px;
  }

  .lg\:-inset-y-32 {
    top: -32px;
    bottom: -32px;
  }

  .lg\:-inset-x-32 {
    right: -32px;
    left: -32px;
  }

  .lg\:-inset-y-35 {
    top: -35px;
    bottom: -35px;
  }

  .lg\:-inset-x-35 {
    right: -35px;
    left: -35px;
  }

  .lg\:-inset-y-36 {
    top: -36px;
    bottom: -36px;
  }

  .lg\:-inset-x-36 {
    right: -36px;
    left: -36px;
  }

  .lg\:-inset-y-37 {
    top: -37px;
    bottom: -37px;
  }

  .lg\:-inset-x-37 {
    right: -37px;
    left: -37px;
  }

  .lg\:-inset-y-39 {
    top: -39px;
    bottom: -39px;
  }

  .lg\:-inset-x-39 {
    right: -39px;
    left: -39px;
  }

  .lg\:-inset-y-40 {
    top: -40px;
    bottom: -40px;
  }

  .lg\:-inset-x-40 {
    right: -40px;
    left: -40px;
  }

  .lg\:-inset-y-47 {
    top: -47px;
    bottom: -47px;
  }

  .lg\:-inset-x-47 {
    right: -47px;
    left: -47px;
  }

  .lg\:-inset-y-50 {
    top: -50px;
    bottom: -50px;
  }

  .lg\:-inset-x-50 {
    right: -50px;
    left: -50px;
  }

  .lg\:-inset-y-56 {
    top: -56px;
    bottom: -56px;
  }

  .lg\:-inset-x-56 {
    right: -56px;
    left: -56px;
  }

  .lg\:-inset-y-64 {
    top: -64px;
    bottom: -64px;
  }

  .lg\:-inset-x-64 {
    right: -64px;
    left: -64px;
  }

  .lg\:-inset-y-70 {
    top: -70px;
    bottom: -70px;
  }

  .lg\:-inset-x-70 {
    right: -70px;
    left: -70px;
  }

  .lg\:-inset-y-72 {
    top: -72px;
    bottom: -72px;
  }

  .lg\:-inset-x-72 {
    right: -72px;
    left: -72px;
  }

  .lg\:-inset-y-75 {
    top: -75px;
    bottom: -75px;
  }

  .lg\:-inset-x-75 {
    right: -75px;
    left: -75px;
  }

  .lg\:-inset-y-80 {
    top: -80px;
    bottom: -80px;
  }

  .lg\:-inset-x-80 {
    right: -80px;
    left: -80px;
  }

  .lg\:-inset-y-83 {
    top: -83px;
    bottom: -83px;
  }

  .lg\:-inset-x-83 {
    right: -83px;
    left: -83px;
  }

  .lg\:-inset-y-100 {
    top: -100px;
    bottom: -100px;
  }

  .lg\:-inset-x-100 {
    right: -100px;
    left: -100px;
  }

  .lg\:-inset-y-118 {
    top: -118px;
    bottom: -118px;
  }

  .lg\:-inset-x-118 {
    right: -118px;
    left: -118px;
  }

  .lg\:-inset-y-130 {
    top: -130px;
    bottom: -130px;
  }

  .lg\:-inset-x-130 {
    right: -130px;
    left: -130px;
  }

  .lg\:-inset-y-150 {
    top: -150px;
    bottom: -150px;
  }

  .lg\:-inset-x-150 {
    right: -150px;
    left: -150px;
  }

  .lg\:-inset-y-180 {
    top: -180px;
    bottom: -180px;
  }

  .lg\:-inset-x-180 {
    right: -180px;
    left: -180px;
  }

  .lg\:-inset-y-213 {
    top: -213px;
    bottom: -213px;
  }

  .lg\:-inset-x-213 {
    right: -213px;
    left: -213px;
  }

  .lg\:-inset-y-225 {
    top: -225px;
    bottom: -225px;
  }

  .lg\:-inset-x-225 {
    right: -225px;
    left: -225px;
  }

  .lg\:-inset-y-250 {
    top: -250px;
    bottom: -250px;
  }

  .lg\:-inset-x-250 {
    right: -250px;
    left: -250px;
  }

  .lg\:-inset-y-300 {
    top: -300px;
    bottom: -300px;
  }

  .lg\:-inset-x-300 {
    right: -300px;
    left: -300px;
  }

  .lg\:-inset-y-320 {
    top: -320px;
    bottom: -320px;
  }

  .lg\:-inset-x-320 {
    right: -320px;
    left: -320px;
  }

  .lg\:-inset-y-345 {
    top: -345px;
    bottom: -345px;
  }

  .lg\:-inset-x-345 {
    right: -345px;
    left: -345px;
  }

  .lg\:-inset-y-485 {
    top: -485px;
    bottom: -485px;
  }

  .lg\:-inset-x-485 {
    right: -485px;
    left: -485px;
  }

  .lg\:-inset-y-px {
    top: -1px;
    bottom: -1px;
  }

  .lg\:-inset-x-px {
    right: -1px;
    left: -1px;
  }

  .lg\:-inset-y--135 {
    top: 135px;
    bottom: 135px;
  }

  .lg\:-inset-x--135 {
    right: 135px;
    left: 135px;
  }

  .lg\:-inset-y-0p {
    top: 0%;
    bottom: 0%;
  }

  .lg\:-inset-x-0p {
    right: 0%;
    left: 0%;
  }

  .lg\:-inset-y-5p {
    top: -5%;
    bottom: -5%;
  }

  .lg\:-inset-x-5p {
    right: -5%;
    left: -5%;
  }

  .lg\:-inset-y-10p {
    top: -10%;
    bottom: -10%;
  }

  .lg\:-inset-x-10p {
    right: -10%;
    left: -10%;
  }

  .lg\:-inset-y-15p {
    top: -15%;
    bottom: -15%;
  }

  .lg\:-inset-x-15p {
    right: -15%;
    left: -15%;
  }

  .lg\:-inset-y-20p {
    top: -20%;
    bottom: -20%;
  }

  .lg\:-inset-x-20p {
    right: -20%;
    left: -20%;
  }

  .lg\:-inset-y-25p {
    top: -25%;
    bottom: -25%;
  }

  .lg\:-inset-x-25p {
    right: -25%;
    left: -25%;
  }

  .lg\:-inset-y-30p {
    top: -30%;
    bottom: -30%;
  }

  .lg\:-inset-x-30p {
    right: -30%;
    left: -30%;
  }

  .lg\:-inset-y-35p {
    top: -35%;
    bottom: -35%;
  }

  .lg\:-inset-x-35p {
    right: -35%;
    left: -35%;
  }

  .lg\:-inset-y-40p {
    top: -40%;
    bottom: -40%;
  }

  .lg\:-inset-x-40p {
    right: -40%;
    left: -40%;
  }

  .lg\:-inset-y-45p {
    top: -45%;
    bottom: -45%;
  }

  .lg\:-inset-x-45p {
    right: -45%;
    left: -45%;
  }

  .lg\:-inset-y-50p {
    top: -50%;
    bottom: -50%;
  }

  .lg\:-inset-x-50p {
    right: -50%;
    left: -50%;
  }

  .lg\:-inset-y-55p {
    top: -55%;
    bottom: -55%;
  }

  .lg\:-inset-x-55p {
    right: -55%;
    left: -55%;
  }

  .lg\:-inset-y-60p {
    top: -60%;
    bottom: -60%;
  }

  .lg\:-inset-x-60p {
    right: -60%;
    left: -60%;
  }

  .lg\:-inset-y-65p {
    top: -65%;
    bottom: -65%;
  }

  .lg\:-inset-x-65p {
    right: -65%;
    left: -65%;
  }

  .lg\:-inset-y-70p {
    top: -70%;
    bottom: -70%;
  }

  .lg\:-inset-x-70p {
    right: -70%;
    left: -70%;
  }

  .lg\:-inset-y-75p {
    top: -75%;
    bottom: -75%;
  }

  .lg\:-inset-x-75p {
    right: -75%;
    left: -75%;
  }

  .lg\:-inset-y-80p {
    top: -80%;
    bottom: -80%;
  }

  .lg\:-inset-x-80p {
    right: -80%;
    left: -80%;
  }

  .lg\:-inset-y-85p {
    top: -85%;
    bottom: -85%;
  }

  .lg\:-inset-x-85p {
    right: -85%;
    left: -85%;
  }

  .lg\:-inset-y-90p {
    top: -90%;
    bottom: -90%;
  }

  .lg\:-inset-x-90p {
    right: -90%;
    left: -90%;
  }

  .lg\:-inset-y-95p {
    top: -95%;
    bottom: -95%;
  }

  .lg\:-inset-x-95p {
    right: -95%;
    left: -95%;
  }

  .lg\:-inset-y-100p {
    top: -100%;
    bottom: -100%;
  }

  .lg\:-inset-x-100p {
    right: -100%;
    left: -100%;
  }

  .lg\:-inset-y-66\.5p {
    top: -66.5%;
    bottom: -66.5%;
  }

  .lg\:-inset-x-66\.5p {
    right: -66.5%;
    left: -66.5%;
  }

  .lg\:-inset-y-67\.5p {
    top: -67.5%;
    bottom: -67.5%;
  }

  .lg\:-inset-x-67\.5p {
    right: -67.5%;
    left: -67.5%;
  }

  .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-3 {
    top: 3px;
  }

  .lg\:right-3 {
    right: 3px;
  }

  .lg\:bottom-3 {
    bottom: 3px;
  }

  .lg\:left-3 {
    left: 3px;
  }

  .lg\:top-5 {
    top: 5px;
  }

  .lg\:right-5 {
    right: 5px;
  }

  .lg\:bottom-5 {
    bottom: 5px;
  }

  .lg\:left-5 {
    left: 5px;
  }

  .lg\:top-8 {
    top: 8px;
  }

  .lg\:right-8 {
    right: 8px;
  }

  .lg\:bottom-8 {
    bottom: 8px;
  }

  .lg\:left-8 {
    left: 8px;
  }

  .lg\:top-10 {
    top: 10px;
  }

  .lg\:right-10 {
    right: 10px;
  }

  .lg\:bottom-10 {
    bottom: 10px;
  }

  .lg\:left-10 {
    left: 10px;
  }

  .lg\:top-12 {
    top: 12px;
  }

  .lg\:right-12 {
    right: 12px;
  }

  .lg\:bottom-12 {
    bottom: 12px;
  }

  .lg\:left-12 {
    left: 12px;
  }

  .lg\:top-14 {
    top: 14px;
  }

  .lg\:right-14 {
    right: 14px;
  }

  .lg\:bottom-14 {
    bottom: 14px;
  }

  .lg\:left-14 {
    left: 14px;
  }

  .lg\:top-15 {
    top: 15px;
  }

  .lg\:right-15 {
    right: 15px;
  }

  .lg\:bottom-15 {
    bottom: 15px;
  }

  .lg\:left-15 {
    left: 15px;
  }

  .lg\:top-16 {
    top: 16px;
  }

  .lg\:right-16 {
    right: 16px;
  }

  .lg\:bottom-16 {
    bottom: 16px;
  }

  .lg\:left-16 {
    left: 16px;
  }

  .lg\:top-20 {
    top: 20px;
  }

  .lg\:right-20 {
    right: 20px;
  }

  .lg\:bottom-20 {
    bottom: 20px;
  }

  .lg\:left-20 {
    left: 20px;
  }

  .lg\:top-24 {
    top: 24px;
  }

  .lg\:right-24 {
    right: 24px;
  }

  .lg\:bottom-24 {
    bottom: 24px;
  }

  .lg\:left-24 {
    left: 24px;
  }

  .lg\:top-28 {
    top: 28px;
  }

  .lg\:right-28 {
    right: 28px;
  }

  .lg\:bottom-28 {
    bottom: 28px;
  }

  .lg\:left-28 {
    left: 28px;
  }

  .lg\:top-29 {
    top: 29px;
  }

  .lg\:right-29 {
    right: 29px;
  }

  .lg\:bottom-29 {
    bottom: 29px;
  }

  .lg\:left-29 {
    left: 29px;
  }

  .lg\:top-30 {
    top: 30px;
  }

  .lg\:right-30 {
    right: 30px;
  }

  .lg\:bottom-30 {
    bottom: 30px;
  }

  .lg\:left-30 {
    left: 30px;
  }

  .lg\:top-32 {
    top: 32px;
  }

  .lg\:right-32 {
    right: 32px;
  }

  .lg\:bottom-32 {
    bottom: 32px;
  }

  .lg\:left-32 {
    left: 32px;
  }

  .lg\:top-35 {
    top: 35px;
  }

  .lg\:right-35 {
    right: 35px;
  }

  .lg\:bottom-35 {
    bottom: 35px;
  }

  .lg\:left-35 {
    left: 35px;
  }

  .lg\:top-36 {
    top: 36px;
  }

  .lg\:right-36 {
    right: 36px;
  }

  .lg\:bottom-36 {
    bottom: 36px;
  }

  .lg\:left-36 {
    left: 36px;
  }

  .lg\:top-37 {
    top: 37px;
  }

  .lg\:right-37 {
    right: 37px;
  }

  .lg\:bottom-37 {
    bottom: 37px;
  }

  .lg\:left-37 {
    left: 37px;
  }

  .lg\:top-39 {
    top: 39px;
  }

  .lg\:right-39 {
    right: 39px;
  }

  .lg\:bottom-39 {
    bottom: 39px;
  }

  .lg\:left-39 {
    left: 39px;
  }

  .lg\:top-40 {
    top: 40px;
  }

  .lg\:right-40 {
    right: 40px;
  }

  .lg\:bottom-40 {
    bottom: 40px;
  }

  .lg\:left-40 {
    left: 40px;
  }

  .lg\:top-47 {
    top: 47px;
  }

  .lg\:right-47 {
    right: 47px;
  }

  .lg\:bottom-47 {
    bottom: 47px;
  }

  .lg\:left-47 {
    left: 47px;
  }

  .lg\:top-50 {
    top: 50px;
  }

  .lg\:right-50 {
    right: 50px;
  }

  .lg\:bottom-50 {
    bottom: 50px;
  }

  .lg\:left-50 {
    left: 50px;
  }

  .lg\:top-56 {
    top: 56px;
  }

  .lg\:right-56 {
    right: 56px;
  }

  .lg\:bottom-56 {
    bottom: 56px;
  }

  .lg\:left-56 {
    left: 56px;
  }

  .lg\:top-64 {
    top: 64px;
  }

  .lg\:right-64 {
    right: 64px;
  }

  .lg\:bottom-64 {
    bottom: 64px;
  }

  .lg\:left-64 {
    left: 64px;
  }

  .lg\:top-70 {
    top: 70px;
  }

  .lg\:right-70 {
    right: 70px;
  }

  .lg\:bottom-70 {
    bottom: 70px;
  }

  .lg\:left-70 {
    left: 70px;
  }

  .lg\:top-72 {
    top: 72px;
  }

  .lg\:right-72 {
    right: 72px;
  }

  .lg\:bottom-72 {
    bottom: 72px;
  }

  .lg\:left-72 {
    left: 72px;
  }

  .lg\:top-75 {
    top: 75px;
  }

  .lg\:right-75 {
    right: 75px;
  }

  .lg\:bottom-75 {
    bottom: 75px;
  }

  .lg\:left-75 {
    left: 75px;
  }

  .lg\:top-80 {
    top: 80px;
  }

  .lg\:right-80 {
    right: 80px;
  }

  .lg\:bottom-80 {
    bottom: 80px;
  }

  .lg\:left-80 {
    left: 80px;
  }

  .lg\:top-83 {
    top: 83px;
  }

  .lg\:right-83 {
    right: 83px;
  }

  .lg\:bottom-83 {
    bottom: 83px;
  }

  .lg\:left-83 {
    left: 83px;
  }

  .lg\:top-100 {
    top: 100px;
  }

  .lg\:right-100 {
    right: 100px;
  }

  .lg\:bottom-100 {
    bottom: 100px;
  }

  .lg\:left-100 {
    left: 100px;
  }

  .lg\:top-118 {
    top: 118px;
  }

  .lg\:right-118 {
    right: 118px;
  }

  .lg\:bottom-118 {
    bottom: 118px;
  }

  .lg\:left-118 {
    left: 118px;
  }

  .lg\:top-130 {
    top: 130px;
  }

  .lg\:right-130 {
    right: 130px;
  }

  .lg\:bottom-130 {
    bottom: 130px;
  }

  .lg\:left-130 {
    left: 130px;
  }

  .lg\:top-150 {
    top: 150px;
  }

  .lg\:right-150 {
    right: 150px;
  }

  .lg\:bottom-150 {
    bottom: 150px;
  }

  .lg\:left-150 {
    left: 150px;
  }

  .lg\:top-180 {
    top: 180px;
  }

  .lg\:right-180 {
    right: 180px;
  }

  .lg\:bottom-180 {
    bottom: 180px;
  }

  .lg\:left-180 {
    left: 180px;
  }

  .lg\:top-213 {
    top: 213px;
  }

  .lg\:right-213 {
    right: 213px;
  }

  .lg\:bottom-213 {
    bottom: 213px;
  }

  .lg\:left-213 {
    left: 213px;
  }

  .lg\:top-225 {
    top: 225px;
  }

  .lg\:right-225 {
    right: 225px;
  }

  .lg\:bottom-225 {
    bottom: 225px;
  }

  .lg\:left-225 {
    left: 225px;
  }

  .lg\:top-250 {
    top: 250px;
  }

  .lg\:right-250 {
    right: 250px;
  }

  .lg\:bottom-250 {
    bottom: 250px;
  }

  .lg\:left-250 {
    left: 250px;
  }

  .lg\:top-300 {
    top: 300px;
  }

  .lg\:right-300 {
    right: 300px;
  }

  .lg\:bottom-300 {
    bottom: 300px;
  }

  .lg\:left-300 {
    left: 300px;
  }

  .lg\:top-320 {
    top: 320px;
  }

  .lg\:right-320 {
    right: 320px;
  }

  .lg\:bottom-320 {
    bottom: 320px;
  }

  .lg\:left-320 {
    left: 320px;
  }

  .lg\:top-345 {
    top: 345px;
  }

  .lg\:right-345 {
    right: 345px;
  }

  .lg\:bottom-345 {
    bottom: 345px;
  }

  .lg\:left-345 {
    left: 345px;
  }

  .lg\:top-485 {
    top: 485px;
  }

  .lg\:right-485 {
    right: 485px;
  }

  .lg\:bottom-485 {
    bottom: 485px;
  }

  .lg\:left-485 {
    left: 485px;
  }

  .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-135 {
    top: -135px;
  }

  .lg\:-right-135 {
    right: -135px;
  }

  .lg\:-bottom-135 {
    bottom: -135px;
  }

  .lg\:-left-135 {
    left: -135px;
  }

  .lg\:top-0p {
    top: 0%;
  }

  .lg\:right-0p {
    right: 0%;
  }

  .lg\:bottom-0p {
    bottom: 0%;
  }

  .lg\:left-0p {
    left: 0%;
  }

  .lg\:top-5p {
    top: 5%;
  }

  .lg\:right-5p {
    right: 5%;
  }

  .lg\:bottom-5p {
    bottom: 5%;
  }

  .lg\:left-5p {
    left: 5%;
  }

  .lg\:top-10p {
    top: 10%;
  }

  .lg\:right-10p {
    right: 10%;
  }

  .lg\:bottom-10p {
    bottom: 10%;
  }

  .lg\:left-10p {
    left: 10%;
  }

  .lg\:top-15p {
    top: 15%;
  }

  .lg\:right-15p {
    right: 15%;
  }

  .lg\:bottom-15p {
    bottom: 15%;
  }

  .lg\:left-15p {
    left: 15%;
  }

  .lg\:top-20p {
    top: 20%;
  }

  .lg\:right-20p {
    right: 20%;
  }

  .lg\:bottom-20p {
    bottom: 20%;
  }

  .lg\:left-20p {
    left: 20%;
  }

  .lg\:top-25p {
    top: 25%;
  }

  .lg\:right-25p {
    right: 25%;
  }

  .lg\:bottom-25p {
    bottom: 25%;
  }

  .lg\:left-25p {
    left: 25%;
  }

  .lg\:top-30p {
    top: 30%;
  }

  .lg\:right-30p {
    right: 30%;
  }

  .lg\:bottom-30p {
    bottom: 30%;
  }

  .lg\:left-30p {
    left: 30%;
  }

  .lg\:top-35p {
    top: 35%;
  }

  .lg\:right-35p {
    right: 35%;
  }

  .lg\:bottom-35p {
    bottom: 35%;
  }

  .lg\:left-35p {
    left: 35%;
  }

  .lg\:top-40p {
    top: 40%;
  }

  .lg\:right-40p {
    right: 40%;
  }

  .lg\:bottom-40p {
    bottom: 40%;
  }

  .lg\:left-40p {
    left: 40%;
  }

  .lg\:top-45p {
    top: 45%;
  }

  .lg\:right-45p {
    right: 45%;
  }

  .lg\:bottom-45p {
    bottom: 45%;
  }

  .lg\:left-45p {
    left: 45%;
  }

  .lg\:top-50p {
    top: 50%;
  }

  .lg\:right-50p {
    right: 50%;
  }

  .lg\:bottom-50p {
    bottom: 50%;
  }

  .lg\:left-50p {
    left: 50%;
  }

  .lg\:top-55p {
    top: 55%;
  }

  .lg\:right-55p {
    right: 55%;
  }

  .lg\:bottom-55p {
    bottom: 55%;
  }

  .lg\:left-55p {
    left: 55%;
  }

  .lg\:top-60p {
    top: 60%;
  }

  .lg\:right-60p {
    right: 60%;
  }

  .lg\:bottom-60p {
    bottom: 60%;
  }

  .lg\:left-60p {
    left: 60%;
  }

  .lg\:top-65p {
    top: 65%;
  }

  .lg\:right-65p {
    right: 65%;
  }

  .lg\:bottom-65p {
    bottom: 65%;
  }

  .lg\:left-65p {
    left: 65%;
  }

  .lg\:top-70p {
    top: 70%;
  }

  .lg\:right-70p {
    right: 70%;
  }

  .lg\:bottom-70p {
    bottom: 70%;
  }

  .lg\:left-70p {
    left: 70%;
  }

  .lg\:top-75p {
    top: 75%;
  }

  .lg\:right-75p {
    right: 75%;
  }

  .lg\:bottom-75p {
    bottom: 75%;
  }

  .lg\:left-75p {
    left: 75%;
  }

  .lg\:top-80p {
    top: 80%;
  }

  .lg\:right-80p {
    right: 80%;
  }

  .lg\:bottom-80p {
    bottom: 80%;
  }

  .lg\:left-80p {
    left: 80%;
  }

  .lg\:top-85p {
    top: 85%;
  }

  .lg\:right-85p {
    right: 85%;
  }

  .lg\:bottom-85p {
    bottom: 85%;
  }

  .lg\:left-85p {
    left: 85%;
  }

  .lg\:top-90p {
    top: 90%;
  }

  .lg\:right-90p {
    right: 90%;
  }

  .lg\:bottom-90p {
    bottom: 90%;
  }

  .lg\:left-90p {
    left: 90%;
  }

  .lg\:top-95p {
    top: 95%;
  }

  .lg\:right-95p {
    right: 95%;
  }

  .lg\:bottom-95p {
    bottom: 95%;
  }

  .lg\:left-95p {
    left: 95%;
  }

  .lg\:top-100p {
    top: 100%;
  }

  .lg\:right-100p {
    right: 100%;
  }

  .lg\:bottom-100p {
    bottom: 100%;
  }

  .lg\:left-100p {
    left: 100%;
  }

  .lg\:top-66\.5p {
    top: 66.5%;
  }

  .lg\:right-66\.5p {
    right: 66.5%;
  }

  .lg\:bottom-66\.5p {
    bottom: 66.5%;
  }

  .lg\:left-66\.5p {
    left: 66.5%;
  }

  .lg\:top-67\.5p {
    top: 67.5%;
  }

  .lg\:right-67\.5p {
    right: 67.5%;
  }

  .lg\:bottom-67\.5p {
    bottom: 67.5%;
  }

  .lg\:left-67\.5p {
    left: 67.5%;
  }

  .lg\:-top-0 {
    top: 0px;
  }

  .lg\:-right-0 {
    right: 0px;
  }

  .lg\:-bottom-0 {
    bottom: 0px;
  }

  .lg\:-left-0 {
    left: 0px;
  }

  .lg\:-top-3 {
    top: -3px;
  }

  .lg\:-right-3 {
    right: -3px;
  }

  .lg\:-bottom-3 {
    bottom: -3px;
  }

  .lg\:-left-3 {
    left: -3px;
  }

  .lg\:-top-5 {
    top: -5px;
  }

  .lg\:-right-5 {
    right: -5px;
  }

  .lg\:-bottom-5 {
    bottom: -5px;
  }

  .lg\:-left-5 {
    left: -5px;
  }

  .lg\:-top-8 {
    top: -8px;
  }

  .lg\:-right-8 {
    right: -8px;
  }

  .lg\:-bottom-8 {
    bottom: -8px;
  }

  .lg\:-left-8 {
    left: -8px;
  }

  .lg\:-top-10 {
    top: -10px;
  }

  .lg\:-right-10 {
    right: -10px;
  }

  .lg\:-bottom-10 {
    bottom: -10px;
  }

  .lg\:-left-10 {
    left: -10px;
  }

  .lg\:-top-12 {
    top: -12px;
  }

  .lg\:-right-12 {
    right: -12px;
  }

  .lg\:-bottom-12 {
    bottom: -12px;
  }

  .lg\:-left-12 {
    left: -12px;
  }

  .lg\:-top-14 {
    top: -14px;
  }

  .lg\:-right-14 {
    right: -14px;
  }

  .lg\:-bottom-14 {
    bottom: -14px;
  }

  .lg\:-left-14 {
    left: -14px;
  }

  .lg\:-top-15 {
    top: -15px;
  }

  .lg\:-right-15 {
    right: -15px;
  }

  .lg\:-bottom-15 {
    bottom: -15px;
  }

  .lg\:-left-15 {
    left: -15px;
  }

  .lg\:-top-16 {
    top: -16px;
  }

  .lg\:-right-16 {
    right: -16px;
  }

  .lg\:-bottom-16 {
    bottom: -16px;
  }

  .lg\:-left-16 {
    left: -16px;
  }

  .lg\:-top-20 {
    top: -20px;
  }

  .lg\:-right-20 {
    right: -20px;
  }

  .lg\:-bottom-20 {
    bottom: -20px;
  }

  .lg\:-left-20 {
    left: -20px;
  }

  .lg\:-top-24 {
    top: -24px;
  }

  .lg\:-right-24 {
    right: -24px;
  }

  .lg\:-bottom-24 {
    bottom: -24px;
  }

  .lg\:-left-24 {
    left: -24px;
  }

  .lg\:-top-28 {
    top: -28px;
  }

  .lg\:-right-28 {
    right: -28px;
  }

  .lg\:-bottom-28 {
    bottom: -28px;
  }

  .lg\:-left-28 {
    left: -28px;
  }

  .lg\:-top-29 {
    top: -29px;
  }

  .lg\:-right-29 {
    right: -29px;
  }

  .lg\:-bottom-29 {
    bottom: -29px;
  }

  .lg\:-left-29 {
    left: -29px;
  }

  .lg\:-top-30 {
    top: -30px;
  }

  .lg\:-right-30 {
    right: -30px;
  }

  .lg\:-bottom-30 {
    bottom: -30px;
  }

  .lg\:-left-30 {
    left: -30px;
  }

  .lg\:-top-32 {
    top: -32px;
  }

  .lg\:-right-32 {
    right: -32px;
  }

  .lg\:-bottom-32 {
    bottom: -32px;
  }

  .lg\:-left-32 {
    left: -32px;
  }

  .lg\:-top-35 {
    top: -35px;
  }

  .lg\:-right-35 {
    right: -35px;
  }

  .lg\:-bottom-35 {
    bottom: -35px;
  }

  .lg\:-left-35 {
    left: -35px;
  }

  .lg\:-top-36 {
    top: -36px;
  }

  .lg\:-right-36 {
    right: -36px;
  }

  .lg\:-bottom-36 {
    bottom: -36px;
  }

  .lg\:-left-36 {
    left: -36px;
  }

  .lg\:-top-37 {
    top: -37px;
  }

  .lg\:-right-37 {
    right: -37px;
  }

  .lg\:-bottom-37 {
    bottom: -37px;
  }

  .lg\:-left-37 {
    left: -37px;
  }

  .lg\:-top-39 {
    top: -39px;
  }

  .lg\:-right-39 {
    right: -39px;
  }

  .lg\:-bottom-39 {
    bottom: -39px;
  }

  .lg\:-left-39 {
    left: -39px;
  }

  .lg\:-top-40 {
    top: -40px;
  }

  .lg\:-right-40 {
    right: -40px;
  }

  .lg\:-bottom-40 {
    bottom: -40px;
  }

  .lg\:-left-40 {
    left: -40px;
  }

  .lg\:-top-47 {
    top: -47px;
  }

  .lg\:-right-47 {
    right: -47px;
  }

  .lg\:-bottom-47 {
    bottom: -47px;
  }

  .lg\:-left-47 {
    left: -47px;
  }

  .lg\:-top-50 {
    top: -50px;
  }

  .lg\:-right-50 {
    right: -50px;
  }

  .lg\:-bottom-50 {
    bottom: -50px;
  }

  .lg\:-left-50 {
    left: -50px;
  }

  .lg\:-top-56 {
    top: -56px;
  }

  .lg\:-right-56 {
    right: -56px;
  }

  .lg\:-bottom-56 {
    bottom: -56px;
  }

  .lg\:-left-56 {
    left: -56px;
  }

  .lg\:-top-64 {
    top: -64px;
  }

  .lg\:-right-64 {
    right: -64px;
  }

  .lg\:-bottom-64 {
    bottom: -64px;
  }

  .lg\:-left-64 {
    left: -64px;
  }

  .lg\:-top-70 {
    top: -70px;
  }

  .lg\:-right-70 {
    right: -70px;
  }

  .lg\:-bottom-70 {
    bottom: -70px;
  }

  .lg\:-left-70 {
    left: -70px;
  }

  .lg\:-top-72 {
    top: -72px;
  }

  .lg\:-right-72 {
    right: -72px;
  }

  .lg\:-bottom-72 {
    bottom: -72px;
  }

  .lg\:-left-72 {
    left: -72px;
  }

  .lg\:-top-75 {
    top: -75px;
  }

  .lg\:-right-75 {
    right: -75px;
  }

  .lg\:-bottom-75 {
    bottom: -75px;
  }

  .lg\:-left-75 {
    left: -75px;
  }

  .lg\:-top-80 {
    top: -80px;
  }

  .lg\:-right-80 {
    right: -80px;
  }

  .lg\:-bottom-80 {
    bottom: -80px;
  }

  .lg\:-left-80 {
    left: -80px;
  }

  .lg\:-top-83 {
    top: -83px;
  }

  .lg\:-right-83 {
    right: -83px;
  }

  .lg\:-bottom-83 {
    bottom: -83px;
  }

  .lg\:-left-83 {
    left: -83px;
  }

  .lg\:-top-100 {
    top: -100px;
  }

  .lg\:-right-100 {
    right: -100px;
  }

  .lg\:-bottom-100 {
    bottom: -100px;
  }

  .lg\:-left-100 {
    left: -100px;
  }

  .lg\:-top-118 {
    top: -118px;
  }

  .lg\:-right-118 {
    right: -118px;
  }

  .lg\:-bottom-118 {
    bottom: -118px;
  }

  .lg\:-left-118 {
    left: -118px;
  }

  .lg\:-top-130 {
    top: -130px;
  }

  .lg\:-right-130 {
    right: -130px;
  }

  .lg\:-bottom-130 {
    bottom: -130px;
  }

  .lg\:-left-130 {
    left: -130px;
  }

  .lg\:-top-150 {
    top: -150px;
  }

  .lg\:-right-150 {
    right: -150px;
  }

  .lg\:-bottom-150 {
    bottom: -150px;
  }

  .lg\:-left-150 {
    left: -150px;
  }

  .lg\:-top-180 {
    top: -180px;
  }

  .lg\:-right-180 {
    right: -180px;
  }

  .lg\:-bottom-180 {
    bottom: -180px;
  }

  .lg\:-left-180 {
    left: -180px;
  }

  .lg\:-top-213 {
    top: -213px;
  }

  .lg\:-right-213 {
    right: -213px;
  }

  .lg\:-bottom-213 {
    bottom: -213px;
  }

  .lg\:-left-213 {
    left: -213px;
  }

  .lg\:-top-225 {
    top: -225px;
  }

  .lg\:-right-225 {
    right: -225px;
  }

  .lg\:-bottom-225 {
    bottom: -225px;
  }

  .lg\:-left-225 {
    left: -225px;
  }

  .lg\:-top-250 {
    top: -250px;
  }

  .lg\:-right-250 {
    right: -250px;
  }

  .lg\:-bottom-250 {
    bottom: -250px;
  }

  .lg\:-left-250 {
    left: -250px;
  }

  .lg\:-top-300 {
    top: -300px;
  }

  .lg\:-right-300 {
    right: -300px;
  }

  .lg\:-bottom-300 {
    bottom: -300px;
  }

  .lg\:-left-300 {
    left: -300px;
  }

  .lg\:-top-320 {
    top: -320px;
  }

  .lg\:-right-320 {
    right: -320px;
  }

  .lg\:-bottom-320 {
    bottom: -320px;
  }

  .lg\:-left-320 {
    left: -320px;
  }

  .lg\:-top-345 {
    top: -345px;
  }

  .lg\:-right-345 {
    right: -345px;
  }

  .lg\:-bottom-345 {
    bottom: -345px;
  }

  .lg\:-left-345 {
    left: -345px;
  }

  .lg\:-top-485 {
    top: -485px;
  }

  .lg\:-right-485 {
    right: -485px;
  }

  .lg\:-bottom-485 {
    bottom: -485px;
  }

  .lg\:-left-485 {
    left: -485px;
  }

  .lg\:-top-px {
    top: -1px;
  }

  .lg\:-right-px {
    right: -1px;
  }

  .lg\:-bottom-px {
    bottom: -1px;
  }

  .lg\:-left-px {
    left: -1px;
  }

  .lg\:-top--135 {
    top: 135px;
  }

  .lg\:-right--135 {
    right: 135px;
  }

  .lg\:-bottom--135 {
    bottom: 135px;
  }

  .lg\:-left--135 {
    left: 135px;
  }

  .lg\:-top-0p {
    top: 0%;
  }

  .lg\:-right-0p {
    right: 0%;
  }

  .lg\:-bottom-0p {
    bottom: 0%;
  }

  .lg\:-left-0p {
    left: 0%;
  }

  .lg\:-top-5p {
    top: -5%;
  }

  .lg\:-right-5p {
    right: -5%;
  }

  .lg\:-bottom-5p {
    bottom: -5%;
  }

  .lg\:-left-5p {
    left: -5%;
  }

  .lg\:-top-10p {
    top: -10%;
  }

  .lg\:-right-10p {
    right: -10%;
  }

  .lg\:-bottom-10p {
    bottom: -10%;
  }

  .lg\:-left-10p {
    left: -10%;
  }

  .lg\:-top-15p {
    top: -15%;
  }

  .lg\:-right-15p {
    right: -15%;
  }

  .lg\:-bottom-15p {
    bottom: -15%;
  }

  .lg\:-left-15p {
    left: -15%;
  }

  .lg\:-top-20p {
    top: -20%;
  }

  .lg\:-right-20p {
    right: -20%;
  }

  .lg\:-bottom-20p {
    bottom: -20%;
  }

  .lg\:-left-20p {
    left: -20%;
  }

  .lg\:-top-25p {
    top: -25%;
  }

  .lg\:-right-25p {
    right: -25%;
  }

  .lg\:-bottom-25p {
    bottom: -25%;
  }

  .lg\:-left-25p {
    left: -25%;
  }

  .lg\:-top-30p {
    top: -30%;
  }

  .lg\:-right-30p {
    right: -30%;
  }

  .lg\:-bottom-30p {
    bottom: -30%;
  }

  .lg\:-left-30p {
    left: -30%;
  }

  .lg\:-top-35p {
    top: -35%;
  }

  .lg\:-right-35p {
    right: -35%;
  }

  .lg\:-bottom-35p {
    bottom: -35%;
  }

  .lg\:-left-35p {
    left: -35%;
  }

  .lg\:-top-40p {
    top: -40%;
  }

  .lg\:-right-40p {
    right: -40%;
  }

  .lg\:-bottom-40p {
    bottom: -40%;
  }

  .lg\:-left-40p {
    left: -40%;
  }

  .lg\:-top-45p {
    top: -45%;
  }

  .lg\:-right-45p {
    right: -45%;
  }

  .lg\:-bottom-45p {
    bottom: -45%;
  }

  .lg\:-left-45p {
    left: -45%;
  }

  .lg\:-top-50p {
    top: -50%;
  }

  .lg\:-right-50p {
    right: -50%;
  }

  .lg\:-bottom-50p {
    bottom: -50%;
  }

  .lg\:-left-50p {
    left: -50%;
  }

  .lg\:-top-55p {
    top: -55%;
  }

  .lg\:-right-55p {
    right: -55%;
  }

  .lg\:-bottom-55p {
    bottom: -55%;
  }

  .lg\:-left-55p {
    left: -55%;
  }

  .lg\:-top-60p {
    top: -60%;
  }

  .lg\:-right-60p {
    right: -60%;
  }

  .lg\:-bottom-60p {
    bottom: -60%;
  }

  .lg\:-left-60p {
    left: -60%;
  }

  .lg\:-top-65p {
    top: -65%;
  }

  .lg\:-right-65p {
    right: -65%;
  }

  .lg\:-bottom-65p {
    bottom: -65%;
  }

  .lg\:-left-65p {
    left: -65%;
  }

  .lg\:-top-70p {
    top: -70%;
  }

  .lg\:-right-70p {
    right: -70%;
  }

  .lg\:-bottom-70p {
    bottom: -70%;
  }

  .lg\:-left-70p {
    left: -70%;
  }

  .lg\:-top-75p {
    top: -75%;
  }

  .lg\:-right-75p {
    right: -75%;
  }

  .lg\:-bottom-75p {
    bottom: -75%;
  }

  .lg\:-left-75p {
    left: -75%;
  }

  .lg\:-top-80p {
    top: -80%;
  }

  .lg\:-right-80p {
    right: -80%;
  }

  .lg\:-bottom-80p {
    bottom: -80%;
  }

  .lg\:-left-80p {
    left: -80%;
  }

  .lg\:-top-85p {
    top: -85%;
  }

  .lg\:-right-85p {
    right: -85%;
  }

  .lg\:-bottom-85p {
    bottom: -85%;
  }

  .lg\:-left-85p {
    left: -85%;
  }

  .lg\:-top-90p {
    top: -90%;
  }

  .lg\:-right-90p {
    right: -90%;
  }

  .lg\:-bottom-90p {
    bottom: -90%;
  }

  .lg\:-left-90p {
    left: -90%;
  }

  .lg\:-top-95p {
    top: -95%;
  }

  .lg\:-right-95p {
    right: -95%;
  }

  .lg\:-bottom-95p {
    bottom: -95%;
  }

  .lg\:-left-95p {
    left: -95%;
  }

  .lg\:-top-100p {
    top: -100%;
  }

  .lg\:-right-100p {
    right: -100%;
  }

  .lg\:-bottom-100p {
    bottom: -100%;
  }

  .lg\:-left-100p {
    left: -100%;
  }

  .lg\:-top-66\.5p {
    top: -66.5%;
  }

  .lg\:-right-66\.5p {
    right: -66.5%;
  }

  .lg\:-bottom-66\.5p {
    bottom: -66.5%;
  }

  .lg\:-left-66\.5p {
    left: -66.5%;
  }

  .lg\:-top-67\.5p {
    top: -67.5%;
  }

  .lg\:-right-67\.5p {
    right: -67.5%;
  }

  .lg\:-bottom-67\.5p {
    bottom: -67.5%;
  }

  .lg\:-left-67\.5p {
    left: -67.5%;
  }

  .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-header {
    --tw-shadow: 0 8px 32px rgba(0, 0, 0, 0.32);
    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-header {
    --tw-shadow: 0 8px 32px rgba(0, 0, 0, 0.32);
    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-header:focus-within {
    --tw-shadow: 0 8px 32px rgba(0, 0, 0, 0.32);
    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-header:hover {
    --tw-shadow: 0 8px 32px rgba(0, 0, 0, 0.32);
    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-header:focus {
    --tw-shadow: 0 8px 32px rgba(0, 0, 0, 0.32);
    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-1 {
    --tw-ring-offset-color: #464646;
  }

  .lg\:ring-offset-black-2 {
    --tw-ring-offset-color: #d7d7d7;
  }

  .lg\:ring-offset-black-3 {
    --tw-ring-offset-color: #262626;
  }

  .lg\:ring-offset-black-4 {
    --tw-ring-offset-color: #ededed;
  }

  .lg\:ring-offset-black-5 {
    --tw-ring-offset-color: #444444;
  }

  .lg\:ring-offset-black-6 {
    --tw-ring-offset-color: #6c6c6c;
  }

  .lg\:ring-offset-black {
    --tw-ring-offset-color: #000;
  }

  .lg\:ring-offset-white-1 {
    --tw-ring-offset-color: #f4f4f4;
  }

  .lg\:ring-offset-white {
    --tw-ring-offset-color: #fff;
  }

  .lg\:ring-offset-pink-1 {
    --tw-ring-offset-color: #e96593;
  }

  .lg\:ring-offset-pink {
    --tw-ring-offset-color: #ee8bae;
  }

  .lg\:ring-offset-red-1 {
    --tw-ring-offset-color: #e7061f;
  }

  .lg\:ring-offset-red {
    --tw-ring-offset-color: #ef0016;
  }

  .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-1:focus-within {
    --tw-ring-offset-color: #464646;
  }

  .lg\:focus-within\:ring-offset-black-2:focus-within {
    --tw-ring-offset-color: #d7d7d7;
  }

  .lg\:focus-within\:ring-offset-black-3:focus-within {
    --tw-ring-offset-color: #262626;
  }

  .lg\:focus-within\:ring-offset-black-4:focus-within {
    --tw-ring-offset-color: #ededed;
  }

  .lg\:focus-within\:ring-offset-black-5:focus-within {
    --tw-ring-offset-color: #444444;
  }

  .lg\:focus-within\:ring-offset-black-6:focus-within {
    --tw-ring-offset-color: #6c6c6c;
  }

  .lg\:focus-within\:ring-offset-black:focus-within {
    --tw-ring-offset-color: #000;
  }

  .lg\:focus-within\:ring-offset-white-1:focus-within {
    --tw-ring-offset-color: #f4f4f4;
  }

  .lg\:focus-within\:ring-offset-white:focus-within {
    --tw-ring-offset-color: #fff;
  }

  .lg\:focus-within\:ring-offset-pink-1:focus-within {
    --tw-ring-offset-color: #e96593;
  }

  .lg\:focus-within\:ring-offset-pink:focus-within {
    --tw-ring-offset-color: #ee8bae;
  }

  .lg\:focus-within\:ring-offset-red-1:focus-within {
    --tw-ring-offset-color: #e7061f;
  }

  .lg\:focus-within\:ring-offset-red:focus-within {
    --tw-ring-offset-color: #ef0016;
  }

  .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-1:focus {
    --tw-ring-offset-color: #464646;
  }

  .lg\:focus\:ring-offset-black-2:focus {
    --tw-ring-offset-color: #d7d7d7;
  }

  .lg\:focus\:ring-offset-black-3:focus {
    --tw-ring-offset-color: #262626;
  }

  .lg\:focus\:ring-offset-black-4:focus {
    --tw-ring-offset-color: #ededed;
  }

  .lg\:focus\:ring-offset-black-5:focus {
    --tw-ring-offset-color: #444444;
  }

  .lg\:focus\:ring-offset-black-6:focus {
    --tw-ring-offset-color: #6c6c6c;
  }

  .lg\:focus\:ring-offset-black:focus {
    --tw-ring-offset-color: #000;
  }

  .lg\:focus\:ring-offset-white-1:focus {
    --tw-ring-offset-color: #f4f4f4;
  }

  .lg\:focus\:ring-offset-white:focus {
    --tw-ring-offset-color: #fff;
  }

  .lg\:focus\:ring-offset-pink-1:focus {
    --tw-ring-offset-color: #e96593;
  }

  .lg\:focus\:ring-offset-pink:focus {
    --tw-ring-offset-color: #ee8bae;
  }

  .lg\:focus\:ring-offset-red-1:focus {
    --tw-ring-offset-color: #e7061f;
  }

  .lg\:focus\:ring-offset-red:focus {
    --tw-ring-offset-color: #ef0016;
  }

  .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-1 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(70, 70, 70, var(--tw-ring-opacity));
  }

  .lg\:ring-black-2 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(215, 215, 215, var(--tw-ring-opacity));
  }

  .lg\:ring-black-3 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(38, 38, 38, var(--tw-ring-opacity));
  }

  .lg\:ring-black-4 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 237, 237, var(--tw-ring-opacity));
  }

  .lg\:ring-black-5 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(68, 68, 68, var(--tw-ring-opacity));
  }

  .lg\:ring-black-6 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(108, 108, 108, var(--tw-ring-opacity));
  }

  .lg\:ring-black {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .lg\:ring-white-1 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 244, 244, var(--tw-ring-opacity));
  }

  .lg\:ring-white {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .lg\:ring-pink-1 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(233, 101, 147, var(--tw-ring-opacity));
  }

  .lg\:ring-pink {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 139, 174, var(--tw-ring-opacity));
  }

  .lg\:ring-red-1 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(231, 6, 31, var(--tw-ring-opacity));
  }

  .lg\:ring-red {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 0, 22, 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-1:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(70, 70, 70, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-black-2:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(215, 215, 215, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-black-3:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(38, 38, 38, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-black-4:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 237, 237, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-black-5:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(68, 68, 68, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-black-6:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(108, 108, 108, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-black:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-white-1:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 244, 244, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-white:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-pink-1:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(233, 101, 147, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-pink:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 139, 174, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-red-1:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(231, 6, 31, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-red:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 0, 22, 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-1:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(70, 70, 70, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-black-2:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(215, 215, 215, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-black-3:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(38, 38, 38, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-black-4:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 237, 237, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-black-5:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(68, 68, 68, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-black-6:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(108, 108, 108, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-black:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-white-1:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 244, 244, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-white:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-pink-1:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(233, 101, 147, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-pink:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 139, 174, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-red-1:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(231, 6, 31, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-red:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 0, 22, 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-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-50 {
    --tw-ring-opacity: 0.5;
  }

  .lg\:ring-opacity-60 {
    --tw-ring-opacity: 0.6;
  }

  .lg\:ring-opacity-70 {
    --tw-ring-opacity: 0.7;
  }

  .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-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-50:focus-within {
    --tw-ring-opacity: 0.5;
  }

  .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-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-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-50:focus {
    --tw-ring-opacity: 0.5;
  }

  .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-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-1 {
    --tw-text-opacity: 1;
    color: rgba(70, 70, 70, var(--tw-text-opacity));
  }

  .lg\:text-black-2 {
    --tw-text-opacity: 1;
    color: rgba(215, 215, 215, var(--tw-text-opacity));
  }

  .lg\:text-black-3 {
    --tw-text-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-text-opacity));
  }

  .lg\:text-black-4 {
    --tw-text-opacity: 1;
    color: rgba(237, 237, 237, var(--tw-text-opacity));
  }

  .lg\:text-black-5 {
    --tw-text-opacity: 1;
    color: rgba(68, 68, 68, var(--tw-text-opacity));
  }

  .lg\:text-black-6 {
    --tw-text-opacity: 1;
    color: rgba(108, 108, 108, var(--tw-text-opacity));
  }

  .lg\:text-black {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .lg\:text-white-1 {
    --tw-text-opacity: 1;
    color: rgba(244, 244, 244, var(--tw-text-opacity));
  }

  .lg\:text-white {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .lg\:text-pink-1 {
    --tw-text-opacity: 1;
    color: rgba(233, 101, 147, var(--tw-text-opacity));
  }

  .lg\:text-pink {
    --tw-text-opacity: 1;
    color: rgba(238, 139, 174, var(--tw-text-opacity));
  }

  .lg\:text-red-1 {
    --tw-text-opacity: 1;
    color: rgba(231, 6, 31, var(--tw-text-opacity));
  }

  .lg\:text-red {
    --tw-text-opacity: 1;
    color: rgba(239, 0, 22, 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-1 {
    --tw-text-opacity: 1;
    color: rgba(70, 70, 70, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-black-2 {
    --tw-text-opacity: 1;
    color: rgba(215, 215, 215, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-black-3 {
    --tw-text-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-black-4 {
    --tw-text-opacity: 1;
    color: rgba(237, 237, 237, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-black-5 {
    --tw-text-opacity: 1;
    color: rgba(68, 68, 68, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-black-6 {
    --tw-text-opacity: 1;
    color: rgba(108, 108, 108, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-black {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-white-1 {
    --tw-text-opacity: 1;
    color: rgba(244, 244, 244, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-white {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-pink-1 {
    --tw-text-opacity: 1;
    color: rgba(233, 101, 147, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-pink {
    --tw-text-opacity: 1;
    color: rgba(238, 139, 174, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-red-1 {
    --tw-text-opacity: 1;
    color: rgba(231, 6, 31, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-red {
    --tw-text-opacity: 1;
    color: rgba(239, 0, 22, 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-1:focus-within {
    --tw-text-opacity: 1;
    color: rgba(70, 70, 70, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-black-2:focus-within {
    --tw-text-opacity: 1;
    color: rgba(215, 215, 215, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-black-3:focus-within {
    --tw-text-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-black-4:focus-within {
    --tw-text-opacity: 1;
    color: rgba(237, 237, 237, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-black-5:focus-within {
    --tw-text-opacity: 1;
    color: rgba(68, 68, 68, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-black-6:focus-within {
    --tw-text-opacity: 1;
    color: rgba(108, 108, 108, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-black:focus-within {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-white-1:focus-within {
    --tw-text-opacity: 1;
    color: rgba(244, 244, 244, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-white:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-pink-1:focus-within {
    --tw-text-opacity: 1;
    color: rgba(233, 101, 147, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-pink:focus-within {
    --tw-text-opacity: 1;
    color: rgba(238, 139, 174, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-red-1:focus-within {
    --tw-text-opacity: 1;
    color: rgba(231, 6, 31, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-red:focus-within {
    --tw-text-opacity: 1;
    color: rgba(239, 0, 22, var(--tw-text-opacity));
  }

  .lg\:hover\:text-transparent:hover {
    color: transparent;
  }

  .lg\:hover\:text-current:hover {
    color: currentColor;
  }

  .lg\:hover\:text-black-1:hover {
    --tw-text-opacity: 1;
    color: rgba(70, 70, 70, var(--tw-text-opacity));
  }

  .lg\:hover\:text-black-2:hover {
    --tw-text-opacity: 1;
    color: rgba(215, 215, 215, var(--tw-text-opacity));
  }

  .lg\:hover\:text-black-3:hover {
    --tw-text-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-text-opacity));
  }

  .lg\:hover\:text-black-4:hover {
    --tw-text-opacity: 1;
    color: rgba(237, 237, 237, var(--tw-text-opacity));
  }

  .lg\:hover\:text-black-5:hover {
    --tw-text-opacity: 1;
    color: rgba(68, 68, 68, var(--tw-text-opacity));
  }

  .lg\:hover\:text-black-6:hover {
    --tw-text-opacity: 1;
    color: rgba(108, 108, 108, var(--tw-text-opacity));
  }

  .lg\:hover\:text-black:hover {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .lg\:hover\:text-white-1:hover {
    --tw-text-opacity: 1;
    color: rgba(244, 244, 244, var(--tw-text-opacity));
  }

  .lg\:hover\:text-white:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .lg\:hover\:text-pink-1:hover {
    --tw-text-opacity: 1;
    color: rgba(233, 101, 147, var(--tw-text-opacity));
  }

  .lg\:hover\:text-pink:hover {
    --tw-text-opacity: 1;
    color: rgba(238, 139, 174, var(--tw-text-opacity));
  }

  .lg\:hover\:text-red-1:hover {
    --tw-text-opacity: 1;
    color: rgba(231, 6, 31, var(--tw-text-opacity));
  }

  .lg\:hover\:text-red:hover {
    --tw-text-opacity: 1;
    color: rgba(239, 0, 22, var(--tw-text-opacity));
  }

  .lg\:focus\:text-transparent:focus {
    color: transparent;
  }

  .lg\:focus\:text-current:focus {
    color: currentColor;
  }

  .lg\:focus\:text-black-1:focus {
    --tw-text-opacity: 1;
    color: rgba(70, 70, 70, var(--tw-text-opacity));
  }

  .lg\:focus\:text-black-2:focus {
    --tw-text-opacity: 1;
    color: rgba(215, 215, 215, var(--tw-text-opacity));
  }

  .lg\:focus\:text-black-3:focus {
    --tw-text-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-text-opacity));
  }

  .lg\:focus\:text-black-4:focus {
    --tw-text-opacity: 1;
    color: rgba(237, 237, 237, var(--tw-text-opacity));
  }

  .lg\:focus\:text-black-5:focus {
    --tw-text-opacity: 1;
    color: rgba(68, 68, 68, var(--tw-text-opacity));
  }

  .lg\:focus\:text-black-6:focus {
    --tw-text-opacity: 1;
    color: rgba(108, 108, 108, var(--tw-text-opacity));
  }

  .lg\:focus\:text-black:focus {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .lg\:focus\:text-white-1:focus {
    --tw-text-opacity: 1;
    color: rgba(244, 244, 244, var(--tw-text-opacity));
  }

  .lg\:focus\:text-white:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .lg\:focus\:text-pink-1:focus {
    --tw-text-opacity: 1;
    color: rgba(233, 101, 147, var(--tw-text-opacity));
  }

  .lg\:focus\:text-pink:focus {
    --tw-text-opacity: 1;
    color: rgba(238, 139, 174, var(--tw-text-opacity));
  }

  .lg\:focus\:text-red-1:focus {
    --tw-text-opacity: 1;
    color: rgba(231, 6, 31, var(--tw-text-opacity));
  }

  .lg\:focus\:text-red:focus {
    --tw-text-opacity: 1;
    color: rgba(239, 0, 22, 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-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-50 {
    --tw-text-opacity: 0.5;
  }

  .lg\:text-opacity-60 {
    --tw-text-opacity: 0.6;
  }

  .lg\:text-opacity-70 {
    --tw-text-opacity: 0.7;
  }

  .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-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-50 {
    --tw-text-opacity: 0.5;
  }

  .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-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-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-50:focus-within {
    --tw-text-opacity: 0.5;
  }

  .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-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-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-50:hover {
    --tw-text-opacity: 0.5;
  }

  .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-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-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-50:focus {
    --tw-text-opacity: 0.5;
  }

  .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-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\: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-3 {
    width: 3px;
  }

  .lg\:w-5 {
    width: 5px;
  }

  .lg\:w-8 {
    width: 8px;
  }

  .lg\:w-10 {
    width: 10px;
  }

  .lg\:w-12 {
    width: 12px;
  }

  .lg\:w-14 {
    width: 14px;
  }

  .lg\:w-15 {
    width: 15px;
  }

  .lg\:w-16 {
    width: 16px;
  }

  .lg\:w-20 {
    width: 20px;
  }

  .lg\:w-24 {
    width: 24px;
  }

  .lg\:w-28 {
    width: 28px;
  }

  .lg\:w-29 {
    width: 29px;
  }

  .lg\:w-30 {
    width: 30px;
  }

  .lg\:w-32 {
    width: 32px;
  }

  .lg\:w-35 {
    width: 35px;
  }

  .lg\:w-36 {
    width: 36px;
  }

  .lg\:w-37 {
    width: 37px;
  }

  .lg\:w-39 {
    width: 39px;
  }

  .lg\:w-40 {
    width: 40px;
  }

  .lg\:w-47 {
    width: 47px;
  }

  .lg\:w-50 {
    width: 50px;
  }

  .lg\:w-56 {
    width: 56px;
  }

  .lg\:w-64 {
    width: 64px;
  }

  .lg\:w-70 {
    width: 70px;
  }

  .lg\:w-72 {
    width: 72px;
  }

  .lg\:w-75 {
    width: 75px;
  }

  .lg\:w-80 {
    width: 80px;
  }

  .lg\:w-83 {
    width: 83px;
  }

  .lg\:w-100 {
    width: 100px;
  }

  .lg\:w-118 {
    width: 118px;
  }

  .lg\:w-130 {
    width: 130px;
  }

  .lg\:w-150 {
    width: 150px;
  }

  .lg\:w-180 {
    width: 180px;
  }

  .lg\:w-213 {
    width: 213px;
  }

  .lg\:w-225 {
    width: 225px;
  }

  .lg\:w-250 {
    width: 250px;
  }

  .lg\:w-300 {
    width: 300px;
  }

  .lg\:w-320 {
    width: 320px;
  }

  .lg\:w-345 {
    width: 345px;
  }

  .lg\:w-485 {
    width: 485px;
  }

  .lg\:w-auto {
    width: auto;
  }

  .lg\:w-px {
    width: 1px;
  }

  .lg\:-w-135 {
    width: -135px;
  }

  .lg\:w-0p {
    width: 0%;
  }

  .lg\:w-5p {
    width: 5%;
  }

  .lg\:w-10p {
    width: 10%;
  }

  .lg\:w-15p {
    width: 15%;
  }

  .lg\:w-20p {
    width: 20%;
  }

  .lg\:w-25p {
    width: 25%;
  }

  .lg\:w-30p {
    width: 30%;
  }

  .lg\:w-35p {
    width: 35%;
  }

  .lg\:w-40p {
    width: 40%;
  }

  .lg\:w-45p {
    width: 45%;
  }

  .lg\:w-50p {
    width: 50%;
  }

  .lg\:w-55p {
    width: 55%;
  }

  .lg\:w-60p {
    width: 60%;
  }

  .lg\:w-65p {
    width: 65%;
  }

  .lg\:w-70p {
    width: 70%;
  }

  .lg\:w-75p {
    width: 75%;
  }

  .lg\:w-80p {
    width: 80%;
  }

  .lg\:w-85p {
    width: 85%;
  }

  .lg\:w-90p {
    width: 90%;
  }

  .lg\:w-95p {
    width: 95%;
  }

  .lg\:w-100p {
    width: 100%;
  }

  .lg\:w-66\.5p {
    width: 66.5%;
  }

  .lg\:w-67\.5p {
    width: 67.5%;
  }

  .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\:z-0 {
    z-index: 0;
  }

  .lg\:z-10 {
    z-index: 10;
  }

  .lg\:z-20 {
    z-index: 20;
  }

  .lg\:z-30 {
    z-index: 30;
  }

  .lg\:z-40 {
    z-index: 40;
  }

  .lg\:z-50 {
    z-index: 50;
  }

  .lg\:z-auto {
    z-index: auto;
  }

  .lg\:-z-1 {
    z-index: -1;
  }

  .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-auto:focus-within {
    z-index: auto;
  }

  .lg\:focus-within\:-z-1:focus-within {
    z-index: -1;
  }

  .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-auto:focus {
    z-index: auto;
  }

  .lg\:focus\:-z-1:focus {
    z-index: -1;
  }

  .lg\:gap-0 {
    gap: 0px;
  }

  .lg\:gap-3 {
    gap: 3px;
  }

  .lg\:gap-5 {
    gap: 5px;
  }

  .lg\:gap-8 {
    gap: 8px;
  }

  .lg\:gap-10 {
    gap: 10px;
  }

  .lg\:gap-12 {
    gap: 12px;
  }

  .lg\:gap-14 {
    gap: 14px;
  }

  .lg\:gap-15 {
    gap: 15px;
  }

  .lg\:gap-16 {
    gap: 16px;
  }

  .lg\:gap-20 {
    gap: 20px;
  }

  .lg\:gap-24 {
    gap: 24px;
  }

  .lg\:gap-28 {
    gap: 28px;
  }

  .lg\:gap-29 {
    gap: 29px;
  }

  .lg\:gap-30 {
    gap: 30px;
  }

  .lg\:gap-32 {
    gap: 32px;
  }

  .lg\:gap-35 {
    gap: 35px;
  }

  .lg\:gap-36 {
    gap: 36px;
  }

  .lg\:gap-37 {
    gap: 37px;
  }

  .lg\:gap-39 {
    gap: 39px;
  }

  .lg\:gap-40 {
    gap: 40px;
  }

  .lg\:gap-47 {
    gap: 47px;
  }

  .lg\:gap-50 {
    gap: 50px;
  }

  .lg\:gap-56 {
    gap: 56px;
  }

  .lg\:gap-64 {
    gap: 64px;
  }

  .lg\:gap-70 {
    gap: 70px;
  }

  .lg\:gap-72 {
    gap: 72px;
  }

  .lg\:gap-75 {
    gap: 75px;
  }

  .lg\:gap-80 {
    gap: 80px;
  }

  .lg\:gap-83 {
    gap: 83px;
  }

  .lg\:gap-100 {
    gap: 100px;
  }

  .lg\:gap-118 {
    gap: 118px;
  }

  .lg\:gap-130 {
    gap: 130px;
  }

  .lg\:gap-150 {
    gap: 150px;
  }

  .lg\:gap-180 {
    gap: 180px;
  }

  .lg\:gap-213 {
    gap: 213px;
  }

  .lg\:gap-225 {
    gap: 225px;
  }

  .lg\:gap-250 {
    gap: 250px;
  }

  .lg\:gap-300 {
    gap: 300px;
  }

  .lg\:gap-320 {
    gap: 320px;
  }

  .lg\:gap-345 {
    gap: 345px;
  }

  .lg\:gap-485 {
    gap: 485px;
  }

  .lg\:gap-px {
    gap: 1px;
  }

  .lg\:-gap-135 {
    gap: -135px;
  }

  .lg\:gap-0p {
    gap: 0%;
  }

  .lg\:gap-5p {
    gap: 5%;
  }

  .lg\:gap-10p {
    gap: 10%;
  }

  .lg\:gap-15p {
    gap: 15%;
  }

  .lg\:gap-20p {
    gap: 20%;
  }

  .lg\:gap-25p {
    gap: 25%;
  }

  .lg\:gap-30p {
    gap: 30%;
  }

  .lg\:gap-35p {
    gap: 35%;
  }

  .lg\:gap-40p {
    gap: 40%;
  }

  .lg\:gap-45p {
    gap: 45%;
  }

  .lg\:gap-50p {
    gap: 50%;
  }

  .lg\:gap-55p {
    gap: 55%;
  }

  .lg\:gap-60p {
    gap: 60%;
  }

  .lg\:gap-65p {
    gap: 65%;
  }

  .lg\:gap-70p {
    gap: 70%;
  }

  .lg\:gap-75p {
    gap: 75%;
  }

  .lg\:gap-80p {
    gap: 80%;
  }

  .lg\:gap-85p {
    gap: 85%;
  }

  .lg\:gap-90p {
    gap: 90%;
  }

  .lg\:gap-95p {
    gap: 95%;
  }

  .lg\:gap-100p {
    gap: 100%;
  }

  .lg\:gap-66\.5p {
    gap: 66.5%;
  }

  .lg\:gap-67\.5p {
    gap: 67.5%;
  }

  .lg\:gap-x-0 {
    -moz-column-gap: 0px;
         column-gap: 0px;
  }

  .lg\:gap-x-3 {
    -moz-column-gap: 3px;
         column-gap: 3px;
  }

  .lg\:gap-x-5 {
    -moz-column-gap: 5px;
         column-gap: 5px;
  }

  .lg\:gap-x-8 {
    -moz-column-gap: 8px;
         column-gap: 8px;
  }

  .lg\:gap-x-10 {
    -moz-column-gap: 10px;
         column-gap: 10px;
  }

  .lg\:gap-x-12 {
    -moz-column-gap: 12px;
         column-gap: 12px;
  }

  .lg\:gap-x-14 {
    -moz-column-gap: 14px;
         column-gap: 14px;
  }

  .lg\:gap-x-15 {
    -moz-column-gap: 15px;
         column-gap: 15px;
  }

  .lg\:gap-x-16 {
    -moz-column-gap: 16px;
         column-gap: 16px;
  }

  .lg\:gap-x-20 {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }

  .lg\:gap-x-24 {
    -moz-column-gap: 24px;
         column-gap: 24px;
  }

  .lg\:gap-x-28 {
    -moz-column-gap: 28px;
         column-gap: 28px;
  }

  .lg\:gap-x-29 {
    -moz-column-gap: 29px;
         column-gap: 29px;
  }

  .lg\:gap-x-30 {
    -moz-column-gap: 30px;
         column-gap: 30px;
  }

  .lg\:gap-x-32 {
    -moz-column-gap: 32px;
         column-gap: 32px;
  }

  .lg\:gap-x-35 {
    -moz-column-gap: 35px;
         column-gap: 35px;
  }

  .lg\:gap-x-36 {
    -moz-column-gap: 36px;
         column-gap: 36px;
  }

  .lg\:gap-x-37 {
    -moz-column-gap: 37px;
         column-gap: 37px;
  }

  .lg\:gap-x-39 {
    -moz-column-gap: 39px;
         column-gap: 39px;
  }

  .lg\:gap-x-40 {
    -moz-column-gap: 40px;
         column-gap: 40px;
  }

  .lg\:gap-x-47 {
    -moz-column-gap: 47px;
         column-gap: 47px;
  }

  .lg\:gap-x-50 {
    -moz-column-gap: 50px;
         column-gap: 50px;
  }

  .lg\:gap-x-56 {
    -moz-column-gap: 56px;
         column-gap: 56px;
  }

  .lg\:gap-x-64 {
    -moz-column-gap: 64px;
         column-gap: 64px;
  }

  .lg\:gap-x-70 {
    -moz-column-gap: 70px;
         column-gap: 70px;
  }

  .lg\:gap-x-72 {
    -moz-column-gap: 72px;
         column-gap: 72px;
  }

  .lg\:gap-x-75 {
    -moz-column-gap: 75px;
         column-gap: 75px;
  }

  .lg\:gap-x-80 {
    -moz-column-gap: 80px;
         column-gap: 80px;
  }

  .lg\:gap-x-83 {
    -moz-column-gap: 83px;
         column-gap: 83px;
  }

  .lg\:gap-x-100 {
    -moz-column-gap: 100px;
         column-gap: 100px;
  }

  .lg\:gap-x-118 {
    -moz-column-gap: 118px;
         column-gap: 118px;
  }

  .lg\:gap-x-130 {
    -moz-column-gap: 130px;
         column-gap: 130px;
  }

  .lg\:gap-x-150 {
    -moz-column-gap: 150px;
         column-gap: 150px;
  }

  .lg\:gap-x-180 {
    -moz-column-gap: 180px;
         column-gap: 180px;
  }

  .lg\:gap-x-213 {
    -moz-column-gap: 213px;
         column-gap: 213px;
  }

  .lg\:gap-x-225 {
    -moz-column-gap: 225px;
         column-gap: 225px;
  }

  .lg\:gap-x-250 {
    -moz-column-gap: 250px;
         column-gap: 250px;
  }

  .lg\:gap-x-300 {
    -moz-column-gap: 300px;
         column-gap: 300px;
  }

  .lg\:gap-x-320 {
    -moz-column-gap: 320px;
         column-gap: 320px;
  }

  .lg\:gap-x-345 {
    -moz-column-gap: 345px;
         column-gap: 345px;
  }

  .lg\:gap-x-485 {
    -moz-column-gap: 485px;
         column-gap: 485px;
  }

  .lg\:gap-x-px {
    -moz-column-gap: 1px;
         column-gap: 1px;
  }

  .lg\:-gap-x-135 {
    -moz-column-gap: -135px;
         column-gap: -135px;
  }

  .lg\:gap-x-0p {
    -moz-column-gap: 0%;
         column-gap: 0%;
  }

  .lg\:gap-x-5p {
    -moz-column-gap: 5%;
         column-gap: 5%;
  }

  .lg\:gap-x-10p {
    -moz-column-gap: 10%;
         column-gap: 10%;
  }

  .lg\:gap-x-15p {
    -moz-column-gap: 15%;
         column-gap: 15%;
  }

  .lg\:gap-x-20p {
    -moz-column-gap: 20%;
         column-gap: 20%;
  }

  .lg\:gap-x-25p {
    -moz-column-gap: 25%;
         column-gap: 25%;
  }

  .lg\:gap-x-30p {
    -moz-column-gap: 30%;
         column-gap: 30%;
  }

  .lg\:gap-x-35p {
    -moz-column-gap: 35%;
         column-gap: 35%;
  }

  .lg\:gap-x-40p {
    -moz-column-gap: 40%;
         column-gap: 40%;
  }

  .lg\:gap-x-45p {
    -moz-column-gap: 45%;
         column-gap: 45%;
  }

  .lg\:gap-x-50p {
    -moz-column-gap: 50%;
         column-gap: 50%;
  }

  .lg\:gap-x-55p {
    -moz-column-gap: 55%;
         column-gap: 55%;
  }

  .lg\:gap-x-60p {
    -moz-column-gap: 60%;
         column-gap: 60%;
  }

  .lg\:gap-x-65p {
    -moz-column-gap: 65%;
         column-gap: 65%;
  }

  .lg\:gap-x-70p {
    -moz-column-gap: 70%;
         column-gap: 70%;
  }

  .lg\:gap-x-75p {
    -moz-column-gap: 75%;
         column-gap: 75%;
  }

  .lg\:gap-x-80p {
    -moz-column-gap: 80%;
         column-gap: 80%;
  }

  .lg\:gap-x-85p {
    -moz-column-gap: 85%;
         column-gap: 85%;
  }

  .lg\:gap-x-90p {
    -moz-column-gap: 90%;
         column-gap: 90%;
  }

  .lg\:gap-x-95p {
    -moz-column-gap: 95%;
         column-gap: 95%;
  }

  .lg\:gap-x-100p {
    -moz-column-gap: 100%;
         column-gap: 100%;
  }

  .lg\:gap-x-66\.5p {
    -moz-column-gap: 66.5%;
         column-gap: 66.5%;
  }

  .lg\:gap-x-67\.5p {
    -moz-column-gap: 67.5%;
         column-gap: 67.5%;
  }

  .lg\:gap-y-0 {
    row-gap: 0px;
  }

  .lg\:gap-y-3 {
    row-gap: 3px;
  }

  .lg\:gap-y-5 {
    row-gap: 5px;
  }

  .lg\:gap-y-8 {
    row-gap: 8px;
  }

  .lg\:gap-y-10 {
    row-gap: 10px;
  }

  .lg\:gap-y-12 {
    row-gap: 12px;
  }

  .lg\:gap-y-14 {
    row-gap: 14px;
  }

  .lg\:gap-y-15 {
    row-gap: 15px;
  }

  .lg\:gap-y-16 {
    row-gap: 16px;
  }

  .lg\:gap-y-20 {
    row-gap: 20px;
  }

  .lg\:gap-y-24 {
    row-gap: 24px;
  }

  .lg\:gap-y-28 {
    row-gap: 28px;
  }

  .lg\:gap-y-29 {
    row-gap: 29px;
  }

  .lg\:gap-y-30 {
    row-gap: 30px;
  }

  .lg\:gap-y-32 {
    row-gap: 32px;
  }

  .lg\:gap-y-35 {
    row-gap: 35px;
  }

  .lg\:gap-y-36 {
    row-gap: 36px;
  }

  .lg\:gap-y-37 {
    row-gap: 37px;
  }

  .lg\:gap-y-39 {
    row-gap: 39px;
  }

  .lg\:gap-y-40 {
    row-gap: 40px;
  }

  .lg\:gap-y-47 {
    row-gap: 47px;
  }

  .lg\:gap-y-50 {
    row-gap: 50px;
  }

  .lg\:gap-y-56 {
    row-gap: 56px;
  }

  .lg\:gap-y-64 {
    row-gap: 64px;
  }

  .lg\:gap-y-70 {
    row-gap: 70px;
  }

  .lg\:gap-y-72 {
    row-gap: 72px;
  }

  .lg\:gap-y-75 {
    row-gap: 75px;
  }

  .lg\:gap-y-80 {
    row-gap: 80px;
  }

  .lg\:gap-y-83 {
    row-gap: 83px;
  }

  .lg\:gap-y-100 {
    row-gap: 100px;
  }

  .lg\:gap-y-118 {
    row-gap: 118px;
  }

  .lg\:gap-y-130 {
    row-gap: 130px;
  }

  .lg\:gap-y-150 {
    row-gap: 150px;
  }

  .lg\:gap-y-180 {
    row-gap: 180px;
  }

  .lg\:gap-y-213 {
    row-gap: 213px;
  }

  .lg\:gap-y-225 {
    row-gap: 225px;
  }

  .lg\:gap-y-250 {
    row-gap: 250px;
  }

  .lg\:gap-y-300 {
    row-gap: 300px;
  }

  .lg\:gap-y-320 {
    row-gap: 320px;
  }

  .lg\:gap-y-345 {
    row-gap: 345px;
  }

  .lg\:gap-y-485 {
    row-gap: 485px;
  }

  .lg\:gap-y-px {
    row-gap: 1px;
  }

  .lg\:-gap-y-135 {
    row-gap: -135px;
  }

  .lg\:gap-y-0p {
    row-gap: 0%;
  }

  .lg\:gap-y-5p {
    row-gap: 5%;
  }

  .lg\:gap-y-10p {
    row-gap: 10%;
  }

  .lg\:gap-y-15p {
    row-gap: 15%;
  }

  .lg\:gap-y-20p {
    row-gap: 20%;
  }

  .lg\:gap-y-25p {
    row-gap: 25%;
  }

  .lg\:gap-y-30p {
    row-gap: 30%;
  }

  .lg\:gap-y-35p {
    row-gap: 35%;
  }

  .lg\:gap-y-40p {
    row-gap: 40%;
  }

  .lg\:gap-y-45p {
    row-gap: 45%;
  }

  .lg\:gap-y-50p {
    row-gap: 50%;
  }

  .lg\:gap-y-55p {
    row-gap: 55%;
  }

  .lg\:gap-y-60p {
    row-gap: 60%;
  }

  .lg\:gap-y-65p {
    row-gap: 65%;
  }

  .lg\:gap-y-70p {
    row-gap: 70%;
  }

  .lg\:gap-y-75p {
    row-gap: 75%;
  }

  .lg\:gap-y-80p {
    row-gap: 80%;
  }

  .lg\:gap-y-85p {
    row-gap: 85%;
  }

  .lg\:gap-y-90p {
    row-gap: 90%;
  }

  .lg\:gap-y-95p {
    row-gap: 95%;
  }

  .lg\:gap-y-100p {
    row-gap: 100%;
  }

  .lg\:gap-y-66\.5p {
    row-gap: 66.5%;
  }

  .lg\:gap-y-67\.5p {
    row-gap: 67.5%;
  }

  .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;
  }

  .group:hover .lg\:group-hover\:scale-0 {
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .group:hover .lg\:group-hover\:scale-50 {
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .group:hover .lg\:group-hover\:scale-75 {
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .group:hover .lg\:group-hover\:scale-90 {
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .group:hover .lg\:group-hover\:scale-95 {
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .group:hover .lg\:group-hover\:scale-100 {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .group:hover .lg\:group-hover\:scale-105 {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .group:hover .lg\:group-hover\:scale-110 {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .group:hover .lg\:group-hover\:scale-125 {
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .group:hover .lg\:group-hover\:scale-150 {
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .group:hover .lg\:group-hover\:scale-x-0 {
    --tw-scale-x: 0;
  }

  .group:hover .lg\:group-hover\:scale-x-50 {
    --tw-scale-x: .5;
  }

  .group:hover .lg\:group-hover\:scale-x-75 {
    --tw-scale-x: .75;
  }

  .group:hover .lg\:group-hover\:scale-x-90 {
    --tw-scale-x: .9;
  }

  .group:hover .lg\:group-hover\:scale-x-95 {
    --tw-scale-x: .95;
  }

  .group:hover .lg\:group-hover\:scale-x-100 {
    --tw-scale-x: 1;
  }

  .group:hover .lg\:group-hover\:scale-x-105 {
    --tw-scale-x: 1.05;
  }

  .group:hover .lg\:group-hover\:scale-x-110 {
    --tw-scale-x: 1.1;
  }

  .group:hover .lg\:group-hover\:scale-x-125 {
    --tw-scale-x: 1.25;
  }

  .group:hover .lg\:group-hover\:scale-x-150 {
    --tw-scale-x: 1.5;
  }

  .group:hover .lg\:group-hover\:scale-y-0 {
    --tw-scale-y: 0;
  }

  .group:hover .lg\:group-hover\:scale-y-50 {
    --tw-scale-y: .5;
  }

  .group:hover .lg\:group-hover\:scale-y-75 {
    --tw-scale-y: .75;
  }

  .group:hover .lg\:group-hover\:scale-y-90 {
    --tw-scale-y: .9;
  }

  .group:hover .lg\:group-hover\:scale-y-95 {
    --tw-scale-y: .95;
  }

  .group:hover .lg\:group-hover\:scale-y-100 {
    --tw-scale-y: 1;
  }

  .group:hover .lg\:group-hover\:scale-y-105 {
    --tw-scale-y: 1.05;
  }

  .group:hover .lg\:group-hover\:scale-y-110 {
    --tw-scale-y: 1.1;
  }

  .group:hover .lg\:group-hover\:scale-y-125 {
    --tw-scale-y: 1.25;
  }

  .group:hover .lg\:group-hover\:scale-y-150 {
    --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-3 {
    --tw-translate-x: 3px;
  }

  .lg\:translate-x-5 {
    --tw-translate-x: 5px;
  }

  .lg\:translate-x-8 {
    --tw-translate-x: 8px;
  }

  .lg\:translate-x-10 {
    --tw-translate-x: 10px;
  }

  .lg\:translate-x-12 {
    --tw-translate-x: 12px;
  }

  .lg\:translate-x-14 {
    --tw-translate-x: 14px;
  }

  .lg\:translate-x-15 {
    --tw-translate-x: 15px;
  }

  .lg\:translate-x-16 {
    --tw-translate-x: 16px;
  }

  .lg\:translate-x-20 {
    --tw-translate-x: 20px;
  }

  .lg\:translate-x-24 {
    --tw-translate-x: 24px;
  }

  .lg\:translate-x-28 {
    --tw-translate-x: 28px;
  }

  .lg\:translate-x-29 {
    --tw-translate-x: 29px;
  }

  .lg\:translate-x-30 {
    --tw-translate-x: 30px;
  }

  .lg\:translate-x-32 {
    --tw-translate-x: 32px;
  }

  .lg\:translate-x-35 {
    --tw-translate-x: 35px;
  }

  .lg\:translate-x-36 {
    --tw-translate-x: 36px;
  }

  .lg\:translate-x-37 {
    --tw-translate-x: 37px;
  }

  .lg\:translate-x-39 {
    --tw-translate-x: 39px;
  }

  .lg\:translate-x-40 {
    --tw-translate-x: 40px;
  }

  .lg\:translate-x-47 {
    --tw-translate-x: 47px;
  }

  .lg\:translate-x-50 {
    --tw-translate-x: 50px;
  }

  .lg\:translate-x-56 {
    --tw-translate-x: 56px;
  }

  .lg\:translate-x-64 {
    --tw-translate-x: 64px;
  }

  .lg\:translate-x-70 {
    --tw-translate-x: 70px;
  }

  .lg\:translate-x-72 {
    --tw-translate-x: 72px;
  }

  .lg\:translate-x-75 {
    --tw-translate-x: 75px;
  }

  .lg\:translate-x-80 {
    --tw-translate-x: 80px;
  }

  .lg\:translate-x-83 {
    --tw-translate-x: 83px;
  }

  .lg\:translate-x-100 {
    --tw-translate-x: 100px;
  }

  .lg\:translate-x-118 {
    --tw-translate-x: 118px;
  }

  .lg\:translate-x-130 {
    --tw-translate-x: 130px;
  }

  .lg\:translate-x-150 {
    --tw-translate-x: 150px;
  }

  .lg\:translate-x-180 {
    --tw-translate-x: 180px;
  }

  .lg\:translate-x-213 {
    --tw-translate-x: 213px;
  }

  .lg\:translate-x-225 {
    --tw-translate-x: 225px;
  }

  .lg\:translate-x-250 {
    --tw-translate-x: 250px;
  }

  .lg\:translate-x-300 {
    --tw-translate-x: 300px;
  }

  .lg\:translate-x-320 {
    --tw-translate-x: 320px;
  }

  .lg\:translate-x-345 {
    --tw-translate-x: 345px;
  }

  .lg\:translate-x-485 {
    --tw-translate-x: 485px;
  }

  .lg\:translate-x-px {
    --tw-translate-x: 1px;
  }

  .lg\:-translate-x-135 {
    --tw-translate-x: -135px;
  }

  .lg\:translate-x-0p {
    --tw-translate-x: 0%;
  }

  .lg\:translate-x-5p {
    --tw-translate-x: 5%;
  }

  .lg\:translate-x-10p {
    --tw-translate-x: 10%;
  }

  .lg\:translate-x-15p {
    --tw-translate-x: 15%;
  }

  .lg\:translate-x-20p {
    --tw-translate-x: 20%;
  }

  .lg\:translate-x-25p {
    --tw-translate-x: 25%;
  }

  .lg\:translate-x-30p {
    --tw-translate-x: 30%;
  }

  .lg\:translate-x-35p {
    --tw-translate-x: 35%;
  }

  .lg\:translate-x-40p {
    --tw-translate-x: 40%;
  }

  .lg\:translate-x-45p {
    --tw-translate-x: 45%;
  }

  .lg\:translate-x-50p {
    --tw-translate-x: 50%;
  }

  .lg\:translate-x-55p {
    --tw-translate-x: 55%;
  }

  .lg\:translate-x-60p {
    --tw-translate-x: 60%;
  }

  .lg\:translate-x-65p {
    --tw-translate-x: 65%;
  }

  .lg\:translate-x-70p {
    --tw-translate-x: 70%;
  }

  .lg\:translate-x-75p {
    --tw-translate-x: 75%;
  }

  .lg\:translate-x-80p {
    --tw-translate-x: 80%;
  }

  .lg\:translate-x-85p {
    --tw-translate-x: 85%;
  }

  .lg\:translate-x-90p {
    --tw-translate-x: 90%;
  }

  .lg\:translate-x-95p {
    --tw-translate-x: 95%;
  }

  .lg\:translate-x-100p {
    --tw-translate-x: 100%;
  }

  .lg\:translate-x-66\.5p {
    --tw-translate-x: 66.5%;
  }

  .lg\:translate-x-67\.5p {
    --tw-translate-x: 67.5%;
  }

  .lg\:-translate-x-0 {
    --tw-translate-x: 0px;
  }

  .lg\:-translate-x-3 {
    --tw-translate-x: -3px;
  }

  .lg\:-translate-x-5 {
    --tw-translate-x: -5px;
  }

  .lg\:-translate-x-8 {
    --tw-translate-x: -8px;
  }

  .lg\:-translate-x-10 {
    --tw-translate-x: -10px;
  }

  .lg\:-translate-x-12 {
    --tw-translate-x: -12px;
  }

  .lg\:-translate-x-14 {
    --tw-translate-x: -14px;
  }

  .lg\:-translate-x-15 {
    --tw-translate-x: -15px;
  }

  .lg\:-translate-x-16 {
    --tw-translate-x: -16px;
  }

  .lg\:-translate-x-20 {
    --tw-translate-x: -20px;
  }

  .lg\:-translate-x-24 {
    --tw-translate-x: -24px;
  }

  .lg\:-translate-x-28 {
    --tw-translate-x: -28px;
  }

  .lg\:-translate-x-29 {
    --tw-translate-x: -29px;
  }

  .lg\:-translate-x-30 {
    --tw-translate-x: -30px;
  }

  .lg\:-translate-x-32 {
    --tw-translate-x: -32px;
  }

  .lg\:-translate-x-35 {
    --tw-translate-x: -35px;
  }

  .lg\:-translate-x-36 {
    --tw-translate-x: -36px;
  }

  .lg\:-translate-x-37 {
    --tw-translate-x: -37px;
  }

  .lg\:-translate-x-39 {
    --tw-translate-x: -39px;
  }

  .lg\:-translate-x-40 {
    --tw-translate-x: -40px;
  }

  .lg\:-translate-x-47 {
    --tw-translate-x: -47px;
  }

  .lg\:-translate-x-50 {
    --tw-translate-x: -50px;
  }

  .lg\:-translate-x-56 {
    --tw-translate-x: -56px;
  }

  .lg\:-translate-x-64 {
    --tw-translate-x: -64px;
  }

  .lg\:-translate-x-70 {
    --tw-translate-x: -70px;
  }

  .lg\:-translate-x-72 {
    --tw-translate-x: -72px;
  }

  .lg\:-translate-x-75 {
    --tw-translate-x: -75px;
  }

  .lg\:-translate-x-80 {
    --tw-translate-x: -80px;
  }

  .lg\:-translate-x-83 {
    --tw-translate-x: -83px;
  }

  .lg\:-translate-x-100 {
    --tw-translate-x: -100px;
  }

  .lg\:-translate-x-118 {
    --tw-translate-x: -118px;
  }

  .lg\:-translate-x-130 {
    --tw-translate-x: -130px;
  }

  .lg\:-translate-x-150 {
    --tw-translate-x: -150px;
  }

  .lg\:-translate-x-180 {
    --tw-translate-x: -180px;
  }

  .lg\:-translate-x-213 {
    --tw-translate-x: -213px;
  }

  .lg\:-translate-x-225 {
    --tw-translate-x: -225px;
  }

  .lg\:-translate-x-250 {
    --tw-translate-x: -250px;
  }

  .lg\:-translate-x-300 {
    --tw-translate-x: -300px;
  }

  .lg\:-translate-x-320 {
    --tw-translate-x: -320px;
  }

  .lg\:-translate-x-345 {
    --tw-translate-x: -345px;
  }

  .lg\:-translate-x-485 {
    --tw-translate-x: -485px;
  }

  .lg\:-translate-x-px {
    --tw-translate-x: -1px;
  }

  .lg\:-translate-x--135 {
    --tw-translate-x: 135px;
  }

  .lg\:-translate-x-0p {
    --tw-translate-x: 0%;
  }

  .lg\:-translate-x-5p {
    --tw-translate-x: -5%;
  }

  .lg\:-translate-x-10p {
    --tw-translate-x: -10%;
  }

  .lg\:-translate-x-15p {
    --tw-translate-x: -15%;
  }

  .lg\:-translate-x-20p {
    --tw-translate-x: -20%;
  }

  .lg\:-translate-x-25p {
    --tw-translate-x: -25%;
  }

  .lg\:-translate-x-30p {
    --tw-translate-x: -30%;
  }

  .lg\:-translate-x-35p {
    --tw-translate-x: -35%;
  }

  .lg\:-translate-x-40p {
    --tw-translate-x: -40%;
  }

  .lg\:-translate-x-45p {
    --tw-translate-x: -45%;
  }

  .lg\:-translate-x-50p {
    --tw-translate-x: -50%;
  }

  .lg\:-translate-x-55p {
    --tw-translate-x: -55%;
  }

  .lg\:-translate-x-60p {
    --tw-translate-x: -60%;
  }

  .lg\:-translate-x-65p {
    --tw-translate-x: -65%;
  }

  .lg\:-translate-x-70p {
    --tw-translate-x: -70%;
  }

  .lg\:-translate-x-75p {
    --tw-translate-x: -75%;
  }

  .lg\:-translate-x-80p {
    --tw-translate-x: -80%;
  }

  .lg\:-translate-x-85p {
    --tw-translate-x: -85%;
  }

  .lg\:-translate-x-90p {
    --tw-translate-x: -90%;
  }

  .lg\:-translate-x-95p {
    --tw-translate-x: -95%;
  }

  .lg\:-translate-x-100p {
    --tw-translate-x: -100%;
  }

  .lg\:-translate-x-66\.5p {
    --tw-translate-x: -66.5%;
  }

  .lg\:-translate-x-67\.5p {
    --tw-translate-x: -67.5%;
  }

  .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-3 {
    --tw-translate-y: 3px;
  }

  .lg\:translate-y-5 {
    --tw-translate-y: 5px;
  }

  .lg\:translate-y-8 {
    --tw-translate-y: 8px;
  }

  .lg\:translate-y-10 {
    --tw-translate-y: 10px;
  }

  .lg\:translate-y-12 {
    --tw-translate-y: 12px;
  }

  .lg\:translate-y-14 {
    --tw-translate-y: 14px;
  }

  .lg\:translate-y-15 {
    --tw-translate-y: 15px;
  }

  .lg\:translate-y-16 {
    --tw-translate-y: 16px;
  }

  .lg\:translate-y-20 {
    --tw-translate-y: 20px;
  }

  .lg\:translate-y-24 {
    --tw-translate-y: 24px;
  }

  .lg\:translate-y-28 {
    --tw-translate-y: 28px;
  }

  .lg\:translate-y-29 {
    --tw-translate-y: 29px;
  }

  .lg\:translate-y-30 {
    --tw-translate-y: 30px;
  }

  .lg\:translate-y-32 {
    --tw-translate-y: 32px;
  }

  .lg\:translate-y-35 {
    --tw-translate-y: 35px;
  }

  .lg\:translate-y-36 {
    --tw-translate-y: 36px;
  }

  .lg\:translate-y-37 {
    --tw-translate-y: 37px;
  }

  .lg\:translate-y-39 {
    --tw-translate-y: 39px;
  }

  .lg\:translate-y-40 {
    --tw-translate-y: 40px;
  }

  .lg\:translate-y-47 {
    --tw-translate-y: 47px;
  }

  .lg\:translate-y-50 {
    --tw-translate-y: 50px;
  }

  .lg\:translate-y-56 {
    --tw-translate-y: 56px;
  }

  .lg\:translate-y-64 {
    --tw-translate-y: 64px;
  }

  .lg\:translate-y-70 {
    --tw-translate-y: 70px;
  }

  .lg\:translate-y-72 {
    --tw-translate-y: 72px;
  }

  .lg\:translate-y-75 {
    --tw-translate-y: 75px;
  }

  .lg\:translate-y-80 {
    --tw-translate-y: 80px;
  }

  .lg\:translate-y-83 {
    --tw-translate-y: 83px;
  }

  .lg\:translate-y-100 {
    --tw-translate-y: 100px;
  }

  .lg\:translate-y-118 {
    --tw-translate-y: 118px;
  }

  .lg\:translate-y-130 {
    --tw-translate-y: 130px;
  }

  .lg\:translate-y-150 {
    --tw-translate-y: 150px;
  }

  .lg\:translate-y-180 {
    --tw-translate-y: 180px;
  }

  .lg\:translate-y-213 {
    --tw-translate-y: 213px;
  }

  .lg\:translate-y-225 {
    --tw-translate-y: 225px;
  }

  .lg\:translate-y-250 {
    --tw-translate-y: 250px;
  }

  .lg\:translate-y-300 {
    --tw-translate-y: 300px;
  }

  .lg\:translate-y-320 {
    --tw-translate-y: 320px;
  }

  .lg\:translate-y-345 {
    --tw-translate-y: 345px;
  }

  .lg\:translate-y-485 {
    --tw-translate-y: 485px;
  }

  .lg\:translate-y-px {
    --tw-translate-y: 1px;
  }

  .lg\:-translate-y-135 {
    --tw-translate-y: -135px;
  }

  .lg\:translate-y-0p {
    --tw-translate-y: 0%;
  }

  .lg\:translate-y-5p {
    --tw-translate-y: 5%;
  }

  .lg\:translate-y-10p {
    --tw-translate-y: 10%;
  }

  .lg\:translate-y-15p {
    --tw-translate-y: 15%;
  }

  .lg\:translate-y-20p {
    --tw-translate-y: 20%;
  }

  .lg\:translate-y-25p {
    --tw-translate-y: 25%;
  }

  .lg\:translate-y-30p {
    --tw-translate-y: 30%;
  }

  .lg\:translate-y-35p {
    --tw-translate-y: 35%;
  }

  .lg\:translate-y-40p {
    --tw-translate-y: 40%;
  }

  .lg\:translate-y-45p {
    --tw-translate-y: 45%;
  }

  .lg\:translate-y-50p {
    --tw-translate-y: 50%;
  }

  .lg\:translate-y-55p {
    --tw-translate-y: 55%;
  }

  .lg\:translate-y-60p {
    --tw-translate-y: 60%;
  }

  .lg\:translate-y-65p {
    --tw-translate-y: 65%;
  }

  .lg\:translate-y-70p {
    --tw-translate-y: 70%;
  }

  .lg\:translate-y-75p {
    --tw-translate-y: 75%;
  }

  .lg\:translate-y-80p {
    --tw-translate-y: 80%;
  }

  .lg\:translate-y-85p {
    --tw-translate-y: 85%;
  }

  .lg\:translate-y-90p {
    --tw-translate-y: 90%;
  }

  .lg\:translate-y-95p {
    --tw-translate-y: 95%;
  }

  .lg\:translate-y-100p {
    --tw-translate-y: 100%;
  }

  .lg\:translate-y-66\.5p {
    --tw-translate-y: 66.5%;
  }

  .lg\:translate-y-67\.5p {
    --tw-translate-y: 67.5%;
  }

  .lg\:-translate-y-0 {
    --tw-translate-y: 0px;
  }

  .lg\:-translate-y-3 {
    --tw-translate-y: -3px;
  }

  .lg\:-translate-y-5 {
    --tw-translate-y: -5px;
  }

  .lg\:-translate-y-8 {
    --tw-translate-y: -8px;
  }

  .lg\:-translate-y-10 {
    --tw-translate-y: -10px;
  }

  .lg\:-translate-y-12 {
    --tw-translate-y: -12px;
  }

  .lg\:-translate-y-14 {
    --tw-translate-y: -14px;
  }

  .lg\:-translate-y-15 {
    --tw-translate-y: -15px;
  }

  .lg\:-translate-y-16 {
    --tw-translate-y: -16px;
  }

  .lg\:-translate-y-20 {
    --tw-translate-y: -20px;
  }

  .lg\:-translate-y-24 {
    --tw-translate-y: -24px;
  }

  .lg\:-translate-y-28 {
    --tw-translate-y: -28px;
  }

  .lg\:-translate-y-29 {
    --tw-translate-y: -29px;
  }

  .lg\:-translate-y-30 {
    --tw-translate-y: -30px;
  }

  .lg\:-translate-y-32 {
    --tw-translate-y: -32px;
  }

  .lg\:-translate-y-35 {
    --tw-translate-y: -35px;
  }

  .lg\:-translate-y-36 {
    --tw-translate-y: -36px;
  }

  .lg\:-translate-y-37 {
    --tw-translate-y: -37px;
  }

  .lg\:-translate-y-39 {
    --tw-translate-y: -39px;
  }

  .lg\:-translate-y-40 {
    --tw-translate-y: -40px;
  }

  .lg\:-translate-y-47 {
    --tw-translate-y: -47px;
  }

  .lg\:-translate-y-50 {
    --tw-translate-y: -50px;
  }

  .lg\:-translate-y-56 {
    --tw-translate-y: -56px;
  }

  .lg\:-translate-y-64 {
    --tw-translate-y: -64px;
  }

  .lg\:-translate-y-70 {
    --tw-translate-y: -70px;
  }

  .lg\:-translate-y-72 {
    --tw-translate-y: -72px;
  }

  .lg\:-translate-y-75 {
    --tw-translate-y: -75px;
  }

  .lg\:-translate-y-80 {
    --tw-translate-y: -80px;
  }

  .lg\:-translate-y-83 {
    --tw-translate-y: -83px;
  }

  .lg\:-translate-y-100 {
    --tw-translate-y: -100px;
  }

  .lg\:-translate-y-118 {
    --tw-translate-y: -118px;
  }

  .lg\:-translate-y-130 {
    --tw-translate-y: -130px;
  }

  .lg\:-translate-y-150 {
    --tw-translate-y: -150px;
  }

  .lg\:-translate-y-180 {
    --tw-translate-y: -180px;
  }

  .lg\:-translate-y-213 {
    --tw-translate-y: -213px;
  }

  .lg\:-translate-y-225 {
    --tw-translate-y: -225px;
  }

  .lg\:-translate-y-250 {
    --tw-translate-y: -250px;
  }

  .lg\:-translate-y-300 {
    --tw-translate-y: -300px;
  }

  .lg\:-translate-y-320 {
    --tw-translate-y: -320px;
  }

  .lg\:-translate-y-345 {
    --tw-translate-y: -345px;
  }

  .lg\:-translate-y-485 {
    --tw-translate-y: -485px;
  }

  .lg\:-translate-y-px {
    --tw-translate-y: -1px;
  }

  .lg\:-translate-y--135 {
    --tw-translate-y: 135px;
  }

  .lg\:-translate-y-0p {
    --tw-translate-y: 0%;
  }

  .lg\:-translate-y-5p {
    --tw-translate-y: -5%;
  }

  .lg\:-translate-y-10p {
    --tw-translate-y: -10%;
  }

  .lg\:-translate-y-15p {
    --tw-translate-y: -15%;
  }

  .lg\:-translate-y-20p {
    --tw-translate-y: -20%;
  }

  .lg\:-translate-y-25p {
    --tw-translate-y: -25%;
  }

  .lg\:-translate-y-30p {
    --tw-translate-y: -30%;
  }

  .lg\:-translate-y-35p {
    --tw-translate-y: -35%;
  }

  .lg\:-translate-y-40p {
    --tw-translate-y: -40%;
  }

  .lg\:-translate-y-45p {
    --tw-translate-y: -45%;
  }

  .lg\:-translate-y-50p {
    --tw-translate-y: -50%;
  }

  .lg\:-translate-y-55p {
    --tw-translate-y: -55%;
  }

  .lg\:-translate-y-60p {
    --tw-translate-y: -60%;
  }

  .lg\:-translate-y-65p {
    --tw-translate-y: -65%;
  }

  .lg\:-translate-y-70p {
    --tw-translate-y: -70%;
  }

  .lg\:-translate-y-75p {
    --tw-translate-y: -75%;
  }

  .lg\:-translate-y-80p {
    --tw-translate-y: -80%;
  }

  .lg\:-translate-y-85p {
    --tw-translate-y: -85%;
  }

  .lg\:-translate-y-90p {
    --tw-translate-y: -90%;
  }

  .lg\:-translate-y-95p {
    --tw-translate-y: -95%;
  }

  .lg\:-translate-y-100p {
    --tw-translate-y: -100%;
  }

  .lg\:-translate-y-66\.5p {
    --tw-translate-y: -66.5%;
  }

  .lg\:-translate-y-67\.5p {
    --tw-translate-y: -67.5%;
  }

  .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-3:hover {
    --tw-translate-x: 3px;
  }

  .lg\:hover\:translate-x-5:hover {
    --tw-translate-x: 5px;
  }

  .lg\:hover\:translate-x-8:hover {
    --tw-translate-x: 8px;
  }

  .lg\:hover\:translate-x-10:hover {
    --tw-translate-x: 10px;
  }

  .lg\:hover\:translate-x-12:hover {
    --tw-translate-x: 12px;
  }

  .lg\:hover\:translate-x-14:hover {
    --tw-translate-x: 14px;
  }

  .lg\:hover\:translate-x-15:hover {
    --tw-translate-x: 15px;
  }

  .lg\:hover\:translate-x-16:hover {
    --tw-translate-x: 16px;
  }

  .lg\:hover\:translate-x-20:hover {
    --tw-translate-x: 20px;
  }

  .lg\:hover\:translate-x-24:hover {
    --tw-translate-x: 24px;
  }

  .lg\:hover\:translate-x-28:hover {
    --tw-translate-x: 28px;
  }

  .lg\:hover\:translate-x-29:hover {
    --tw-translate-x: 29px;
  }

  .lg\:hover\:translate-x-30:hover {
    --tw-translate-x: 30px;
  }

  .lg\:hover\:translate-x-32:hover {
    --tw-translate-x: 32px;
  }

  .lg\:hover\:translate-x-35:hover {
    --tw-translate-x: 35px;
  }

  .lg\:hover\:translate-x-36:hover {
    --tw-translate-x: 36px;
  }

  .lg\:hover\:translate-x-37:hover {
    --tw-translate-x: 37px;
  }

  .lg\:hover\:translate-x-39:hover {
    --tw-translate-x: 39px;
  }

  .lg\:hover\:translate-x-40:hover {
    --tw-translate-x: 40px;
  }

  .lg\:hover\:translate-x-47:hover {
    --tw-translate-x: 47px;
  }

  .lg\:hover\:translate-x-50:hover {
    --tw-translate-x: 50px;
  }

  .lg\:hover\:translate-x-56:hover {
    --tw-translate-x: 56px;
  }

  .lg\:hover\:translate-x-64:hover {
    --tw-translate-x: 64px;
  }

  .lg\:hover\:translate-x-70:hover {
    --tw-translate-x: 70px;
  }

  .lg\:hover\:translate-x-72:hover {
    --tw-translate-x: 72px;
  }

  .lg\:hover\:translate-x-75:hover {
    --tw-translate-x: 75px;
  }

  .lg\:hover\:translate-x-80:hover {
    --tw-translate-x: 80px;
  }

  .lg\:hover\:translate-x-83:hover {
    --tw-translate-x: 83px;
  }

  .lg\:hover\:translate-x-100:hover {
    --tw-translate-x: 100px;
  }

  .lg\:hover\:translate-x-118:hover {
    --tw-translate-x: 118px;
  }

  .lg\:hover\:translate-x-130:hover {
    --tw-translate-x: 130px;
  }

  .lg\:hover\:translate-x-150:hover {
    --tw-translate-x: 150px;
  }

  .lg\:hover\:translate-x-180:hover {
    --tw-translate-x: 180px;
  }

  .lg\:hover\:translate-x-213:hover {
    --tw-translate-x: 213px;
  }

  .lg\:hover\:translate-x-225:hover {
    --tw-translate-x: 225px;
  }

  .lg\:hover\:translate-x-250:hover {
    --tw-translate-x: 250px;
  }

  .lg\:hover\:translate-x-300:hover {
    --tw-translate-x: 300px;
  }

  .lg\:hover\:translate-x-320:hover {
    --tw-translate-x: 320px;
  }

  .lg\:hover\:translate-x-345:hover {
    --tw-translate-x: 345px;
  }

  .lg\:hover\:translate-x-485:hover {
    --tw-translate-x: 485px;
  }

  .lg\:hover\:translate-x-px:hover {
    --tw-translate-x: 1px;
  }

  .lg\:hover\:-translate-x-135:hover {
    --tw-translate-x: -135px;
  }

  .lg\:hover\:translate-x-0p:hover {
    --tw-translate-x: 0%;
  }

  .lg\:hover\:translate-x-5p:hover {
    --tw-translate-x: 5%;
  }

  .lg\:hover\:translate-x-10p:hover {
    --tw-translate-x: 10%;
  }

  .lg\:hover\:translate-x-15p:hover {
    --tw-translate-x: 15%;
  }

  .lg\:hover\:translate-x-20p:hover {
    --tw-translate-x: 20%;
  }

  .lg\:hover\:translate-x-25p:hover {
    --tw-translate-x: 25%;
  }

  .lg\:hover\:translate-x-30p:hover {
    --tw-translate-x: 30%;
  }

  .lg\:hover\:translate-x-35p:hover {
    --tw-translate-x: 35%;
  }

  .lg\:hover\:translate-x-40p:hover {
    --tw-translate-x: 40%;
  }

  .lg\:hover\:translate-x-45p:hover {
    --tw-translate-x: 45%;
  }

  .lg\:hover\:translate-x-50p:hover {
    --tw-translate-x: 50%;
  }

  .lg\:hover\:translate-x-55p:hover {
    --tw-translate-x: 55%;
  }

  .lg\:hover\:translate-x-60p:hover {
    --tw-translate-x: 60%;
  }

  .lg\:hover\:translate-x-65p:hover {
    --tw-translate-x: 65%;
  }

  .lg\:hover\:translate-x-70p:hover {
    --tw-translate-x: 70%;
  }

  .lg\:hover\:translate-x-75p:hover {
    --tw-translate-x: 75%;
  }

  .lg\:hover\:translate-x-80p:hover {
    --tw-translate-x: 80%;
  }

  .lg\:hover\:translate-x-85p:hover {
    --tw-translate-x: 85%;
  }

  .lg\:hover\:translate-x-90p:hover {
    --tw-translate-x: 90%;
  }

  .lg\:hover\:translate-x-95p:hover {
    --tw-translate-x: 95%;
  }

  .lg\:hover\:translate-x-100p:hover {
    --tw-translate-x: 100%;
  }

  .lg\:hover\:translate-x-66\.5p:hover {
    --tw-translate-x: 66.5%;
  }

  .lg\:hover\:translate-x-67\.5p:hover {
    --tw-translate-x: 67.5%;
  }

  .lg\:hover\:-translate-x-0:hover {
    --tw-translate-x: 0px;
  }

  .lg\:hover\:-translate-x-3:hover {
    --tw-translate-x: -3px;
  }

  .lg\:hover\:-translate-x-5:hover {
    --tw-translate-x: -5px;
  }

  .lg\:hover\:-translate-x-8:hover {
    --tw-translate-x: -8px;
  }

  .lg\:hover\:-translate-x-10:hover {
    --tw-translate-x: -10px;
  }

  .lg\:hover\:-translate-x-12:hover {
    --tw-translate-x: -12px;
  }

  .lg\:hover\:-translate-x-14:hover {
    --tw-translate-x: -14px;
  }

  .lg\:hover\:-translate-x-15:hover {
    --tw-translate-x: -15px;
  }

  .lg\:hover\:-translate-x-16:hover {
    --tw-translate-x: -16px;
  }

  .lg\:hover\:-translate-x-20:hover {
    --tw-translate-x: -20px;
  }

  .lg\:hover\:-translate-x-24:hover {
    --tw-translate-x: -24px;
  }

  .lg\:hover\:-translate-x-28:hover {
    --tw-translate-x: -28px;
  }

  .lg\:hover\:-translate-x-29:hover {
    --tw-translate-x: -29px;
  }

  .lg\:hover\:-translate-x-30:hover {
    --tw-translate-x: -30px;
  }

  .lg\:hover\:-translate-x-32:hover {
    --tw-translate-x: -32px;
  }

  .lg\:hover\:-translate-x-35:hover {
    --tw-translate-x: -35px;
  }

  .lg\:hover\:-translate-x-36:hover {
    --tw-translate-x: -36px;
  }

  .lg\:hover\:-translate-x-37:hover {
    --tw-translate-x: -37px;
  }

  .lg\:hover\:-translate-x-39:hover {
    --tw-translate-x: -39px;
  }

  .lg\:hover\:-translate-x-40:hover {
    --tw-translate-x: -40px;
  }

  .lg\:hover\:-translate-x-47:hover {
    --tw-translate-x: -47px;
  }

  .lg\:hover\:-translate-x-50:hover {
    --tw-translate-x: -50px;
  }

  .lg\:hover\:-translate-x-56:hover {
    --tw-translate-x: -56px;
  }

  .lg\:hover\:-translate-x-64:hover {
    --tw-translate-x: -64px;
  }

  .lg\:hover\:-translate-x-70:hover {
    --tw-translate-x: -70px;
  }

  .lg\:hover\:-translate-x-72:hover {
    --tw-translate-x: -72px;
  }

  .lg\:hover\:-translate-x-75:hover {
    --tw-translate-x: -75px;
  }

  .lg\:hover\:-translate-x-80:hover {
    --tw-translate-x: -80px;
  }

  .lg\:hover\:-translate-x-83:hover {
    --tw-translate-x: -83px;
  }

  .lg\:hover\:-translate-x-100:hover {
    --tw-translate-x: -100px;
  }

  .lg\:hover\:-translate-x-118:hover {
    --tw-translate-x: -118px;
  }

  .lg\:hover\:-translate-x-130:hover {
    --tw-translate-x: -130px;
  }

  .lg\:hover\:-translate-x-150:hover {
    --tw-translate-x: -150px;
  }

  .lg\:hover\:-translate-x-180:hover {
    --tw-translate-x: -180px;
  }

  .lg\:hover\:-translate-x-213:hover {
    --tw-translate-x: -213px;
  }

  .lg\:hover\:-translate-x-225:hover {
    --tw-translate-x: -225px;
  }

  .lg\:hover\:-translate-x-250:hover {
    --tw-translate-x: -250px;
  }

  .lg\:hover\:-translate-x-300:hover {
    --tw-translate-x: -300px;
  }

  .lg\:hover\:-translate-x-320:hover {
    --tw-translate-x: -320px;
  }

  .lg\:hover\:-translate-x-345:hover {
    --tw-translate-x: -345px;
  }

  .lg\:hover\:-translate-x-485:hover {
    --tw-translate-x: -485px;
  }

  .lg\:hover\:-translate-x-px:hover {
    --tw-translate-x: -1px;
  }

  .lg\:hover\:-translate-x--135:hover {
    --tw-translate-x: 135px;
  }

  .lg\:hover\:-translate-x-0p:hover {
    --tw-translate-x: 0%;
  }

  .lg\:hover\:-translate-x-5p:hover {
    --tw-translate-x: -5%;
  }

  .lg\:hover\:-translate-x-10p:hover {
    --tw-translate-x: -10%;
  }

  .lg\:hover\:-translate-x-15p:hover {
    --tw-translate-x: -15%;
  }

  .lg\:hover\:-translate-x-20p:hover {
    --tw-translate-x: -20%;
  }

  .lg\:hover\:-translate-x-25p:hover {
    --tw-translate-x: -25%;
  }

  .lg\:hover\:-translate-x-30p:hover {
    --tw-translate-x: -30%;
  }

  .lg\:hover\:-translate-x-35p:hover {
    --tw-translate-x: -35%;
  }

  .lg\:hover\:-translate-x-40p:hover {
    --tw-translate-x: -40%;
  }

  .lg\:hover\:-translate-x-45p:hover {
    --tw-translate-x: -45%;
  }

  .lg\:hover\:-translate-x-50p:hover {
    --tw-translate-x: -50%;
  }

  .lg\:hover\:-translate-x-55p:hover {
    --tw-translate-x: -55%;
  }

  .lg\:hover\:-translate-x-60p:hover {
    --tw-translate-x: -60%;
  }

  .lg\:hover\:-translate-x-65p:hover {
    --tw-translate-x: -65%;
  }

  .lg\:hover\:-translate-x-70p:hover {
    --tw-translate-x: -70%;
  }

  .lg\:hover\:-translate-x-75p:hover {
    --tw-translate-x: -75%;
  }

  .lg\:hover\:-translate-x-80p:hover {
    --tw-translate-x: -80%;
  }

  .lg\:hover\:-translate-x-85p:hover {
    --tw-translate-x: -85%;
  }

  .lg\:hover\:-translate-x-90p:hover {
    --tw-translate-x: -90%;
  }

  .lg\:hover\:-translate-x-95p:hover {
    --tw-translate-x: -95%;
  }

  .lg\:hover\:-translate-x-100p:hover {
    --tw-translate-x: -100%;
  }

  .lg\:hover\:-translate-x-66\.5p:hover {
    --tw-translate-x: -66.5%;
  }

  .lg\:hover\:-translate-x-67\.5p:hover {
    --tw-translate-x: -67.5%;
  }

  .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-3:hover {
    --tw-translate-y: 3px;
  }

  .lg\:hover\:translate-y-5:hover {
    --tw-translate-y: 5px;
  }

  .lg\:hover\:translate-y-8:hover {
    --tw-translate-y: 8px;
  }

  .lg\:hover\:translate-y-10:hover {
    --tw-translate-y: 10px;
  }

  .lg\:hover\:translate-y-12:hover {
    --tw-translate-y: 12px;
  }

  .lg\:hover\:translate-y-14:hover {
    --tw-translate-y: 14px;
  }

  .lg\:hover\:translate-y-15:hover {
    --tw-translate-y: 15px;
  }

  .lg\:hover\:translate-y-16:hover {
    --tw-translate-y: 16px;
  }

  .lg\:hover\:translate-y-20:hover {
    --tw-translate-y: 20px;
  }

  .lg\:hover\:translate-y-24:hover {
    --tw-translate-y: 24px;
  }

  .lg\:hover\:translate-y-28:hover {
    --tw-translate-y: 28px;
  }

  .lg\:hover\:translate-y-29:hover {
    --tw-translate-y: 29px;
  }

  .lg\:hover\:translate-y-30:hover {
    --tw-translate-y: 30px;
  }

  .lg\:hover\:translate-y-32:hover {
    --tw-translate-y: 32px;
  }

  .lg\:hover\:translate-y-35:hover {
    --tw-translate-y: 35px;
  }

  .lg\:hover\:translate-y-36:hover {
    --tw-translate-y: 36px;
  }

  .lg\:hover\:translate-y-37:hover {
    --tw-translate-y: 37px;
  }

  .lg\:hover\:translate-y-39:hover {
    --tw-translate-y: 39px;
  }

  .lg\:hover\:translate-y-40:hover {
    --tw-translate-y: 40px;
  }

  .lg\:hover\:translate-y-47:hover {
    --tw-translate-y: 47px;
  }

  .lg\:hover\:translate-y-50:hover {
    --tw-translate-y: 50px;
  }

  .lg\:hover\:translate-y-56:hover {
    --tw-translate-y: 56px;
  }

  .lg\:hover\:translate-y-64:hover {
    --tw-translate-y: 64px;
  }

  .lg\:hover\:translate-y-70:hover {
    --tw-translate-y: 70px;
  }

  .lg\:hover\:translate-y-72:hover {
    --tw-translate-y: 72px;
  }

  .lg\:hover\:translate-y-75:hover {
    --tw-translate-y: 75px;
  }

  .lg\:hover\:translate-y-80:hover {
    --tw-translate-y: 80px;
  }

  .lg\:hover\:translate-y-83:hover {
    --tw-translate-y: 83px;
  }

  .lg\:hover\:translate-y-100:hover {
    --tw-translate-y: 100px;
  }

  .lg\:hover\:translate-y-118:hover {
    --tw-translate-y: 118px;
  }

  .lg\:hover\:translate-y-130:hover {
    --tw-translate-y: 130px;
  }

  .lg\:hover\:translate-y-150:hover {
    --tw-translate-y: 150px;
  }

  .lg\:hover\:translate-y-180:hover {
    --tw-translate-y: 180px;
  }

  .lg\:hover\:translate-y-213:hover {
    --tw-translate-y: 213px;
  }

  .lg\:hover\:translate-y-225:hover {
    --tw-translate-y: 225px;
  }

  .lg\:hover\:translate-y-250:hover {
    --tw-translate-y: 250px;
  }

  .lg\:hover\:translate-y-300:hover {
    --tw-translate-y: 300px;
  }

  .lg\:hover\:translate-y-320:hover {
    --tw-translate-y: 320px;
  }

  .lg\:hover\:translate-y-345:hover {
    --tw-translate-y: 345px;
  }

  .lg\:hover\:translate-y-485:hover {
    --tw-translate-y: 485px;
  }

  .lg\:hover\:translate-y-px:hover {
    --tw-translate-y: 1px;
  }

  .lg\:hover\:-translate-y-135:hover {
    --tw-translate-y: -135px;
  }

  .lg\:hover\:translate-y-0p:hover {
    --tw-translate-y: 0%;
  }

  .lg\:hover\:translate-y-5p:hover {
    --tw-translate-y: 5%;
  }

  .lg\:hover\:translate-y-10p:hover {
    --tw-translate-y: 10%;
  }

  .lg\:hover\:translate-y-15p:hover {
    --tw-translate-y: 15%;
  }

  .lg\:hover\:translate-y-20p:hover {
    --tw-translate-y: 20%;
  }

  .lg\:hover\:translate-y-25p:hover {
    --tw-translate-y: 25%;
  }

  .lg\:hover\:translate-y-30p:hover {
    --tw-translate-y: 30%;
  }

  .lg\:hover\:translate-y-35p:hover {
    --tw-translate-y: 35%;
  }

  .lg\:hover\:translate-y-40p:hover {
    --tw-translate-y: 40%;
  }

  .lg\:hover\:translate-y-45p:hover {
    --tw-translate-y: 45%;
  }

  .lg\:hover\:translate-y-50p:hover {
    --tw-translate-y: 50%;
  }

  .lg\:hover\:translate-y-55p:hover {
    --tw-translate-y: 55%;
  }

  .lg\:hover\:translate-y-60p:hover {
    --tw-translate-y: 60%;
  }

  .lg\:hover\:translate-y-65p:hover {
    --tw-translate-y: 65%;
  }

  .lg\:hover\:translate-y-70p:hover {
    --tw-translate-y: 70%;
  }

  .lg\:hover\:translate-y-75p:hover {
    --tw-translate-y: 75%;
  }

  .lg\:hover\:translate-y-80p:hover {
    --tw-translate-y: 80%;
  }

  .lg\:hover\:translate-y-85p:hover {
    --tw-translate-y: 85%;
  }

  .lg\:hover\:translate-y-90p:hover {
    --tw-translate-y: 90%;
  }

  .lg\:hover\:translate-y-95p:hover {
    --tw-translate-y: 95%;
  }

  .lg\:hover\:translate-y-100p:hover {
    --tw-translate-y: 100%;
  }

  .lg\:hover\:translate-y-66\.5p:hover {
    --tw-translate-y: 66.5%;
  }

  .lg\:hover\:translate-y-67\.5p:hover {
    --tw-translate-y: 67.5%;
  }

  .lg\:hover\:-translate-y-0:hover {
    --tw-translate-y: 0px;
  }

  .lg\:hover\:-translate-y-3:hover {
    --tw-translate-y: -3px;
  }

  .lg\:hover\:-translate-y-5:hover {
    --tw-translate-y: -5px;
  }

  .lg\:hover\:-translate-y-8:hover {
    --tw-translate-y: -8px;
  }

  .lg\:hover\:-translate-y-10:hover {
    --tw-translate-y: -10px;
  }

  .lg\:hover\:-translate-y-12:hover {
    --tw-translate-y: -12px;
  }

  .lg\:hover\:-translate-y-14:hover {
    --tw-translate-y: -14px;
  }

  .lg\:hover\:-translate-y-15:hover {
    --tw-translate-y: -15px;
  }

  .lg\:hover\:-translate-y-16:hover {
    --tw-translate-y: -16px;
  }

  .lg\:hover\:-translate-y-20:hover {
    --tw-translate-y: -20px;
  }

  .lg\:hover\:-translate-y-24:hover {
    --tw-translate-y: -24px;
  }

  .lg\:hover\:-translate-y-28:hover {
    --tw-translate-y: -28px;
  }

  .lg\:hover\:-translate-y-29:hover {
    --tw-translate-y: -29px;
  }

  .lg\:hover\:-translate-y-30:hover {
    --tw-translate-y: -30px;
  }

  .lg\:hover\:-translate-y-32:hover {
    --tw-translate-y: -32px;
  }

  .lg\:hover\:-translate-y-35:hover {
    --tw-translate-y: -35px;
  }

  .lg\:hover\:-translate-y-36:hover {
    --tw-translate-y: -36px;
  }

  .lg\:hover\:-translate-y-37:hover {
    --tw-translate-y: -37px;
  }

  .lg\:hover\:-translate-y-39:hover {
    --tw-translate-y: -39px;
  }

  .lg\:hover\:-translate-y-40:hover {
    --tw-translate-y: -40px;
  }

  .lg\:hover\:-translate-y-47:hover {
    --tw-translate-y: -47px;
  }

  .lg\:hover\:-translate-y-50:hover {
    --tw-translate-y: -50px;
  }

  .lg\:hover\:-translate-y-56:hover {
    --tw-translate-y: -56px;
  }

  .lg\:hover\:-translate-y-64:hover {
    --tw-translate-y: -64px;
  }

  .lg\:hover\:-translate-y-70:hover {
    --tw-translate-y: -70px;
  }

  .lg\:hover\:-translate-y-72:hover {
    --tw-translate-y: -72px;
  }

  .lg\:hover\:-translate-y-75:hover {
    --tw-translate-y: -75px;
  }

  .lg\:hover\:-translate-y-80:hover {
    --tw-translate-y: -80px;
  }

  .lg\:hover\:-translate-y-83:hover {
    --tw-translate-y: -83px;
  }

  .lg\:hover\:-translate-y-100:hover {
    --tw-translate-y: -100px;
  }

  .lg\:hover\:-translate-y-118:hover {
    --tw-translate-y: -118px;
  }

  .lg\:hover\:-translate-y-130:hover {
    --tw-translate-y: -130px;
  }

  .lg\:hover\:-translate-y-150:hover {
    --tw-translate-y: -150px;
  }

  .lg\:hover\:-translate-y-180:hover {
    --tw-translate-y: -180px;
  }

  .lg\:hover\:-translate-y-213:hover {
    --tw-translate-y: -213px;
  }

  .lg\:hover\:-translate-y-225:hover {
    --tw-translate-y: -225px;
  }

  .lg\:hover\:-translate-y-250:hover {
    --tw-translate-y: -250px;
  }

  .lg\:hover\:-translate-y-300:hover {
    --tw-translate-y: -300px;
  }

  .lg\:hover\:-translate-y-320:hover {
    --tw-translate-y: -320px;
  }

  .lg\:hover\:-translate-y-345:hover {
    --tw-translate-y: -345px;
  }

  .lg\:hover\:-translate-y-485:hover {
    --tw-translate-y: -485px;
  }

  .lg\:hover\:-translate-y-px:hover {
    --tw-translate-y: -1px;
  }

  .lg\:hover\:-translate-y--135:hover {
    --tw-translate-y: 135px;
  }

  .lg\:hover\:-translate-y-0p:hover {
    --tw-translate-y: 0%;
  }

  .lg\:hover\:-translate-y-5p:hover {
    --tw-translate-y: -5%;
  }

  .lg\:hover\:-translate-y-10p:hover {
    --tw-translate-y: -10%;
  }

  .lg\:hover\:-translate-y-15p:hover {
    --tw-translate-y: -15%;
  }

  .lg\:hover\:-translate-y-20p:hover {
    --tw-translate-y: -20%;
  }

  .lg\:hover\:-translate-y-25p:hover {
    --tw-translate-y: -25%;
  }

  .lg\:hover\:-translate-y-30p:hover {
    --tw-translate-y: -30%;
  }

  .lg\:hover\:-translate-y-35p:hover {
    --tw-translate-y: -35%;
  }

  .lg\:hover\:-translate-y-40p:hover {
    --tw-translate-y: -40%;
  }

  .lg\:hover\:-translate-y-45p:hover {
    --tw-translate-y: -45%;
  }

  .lg\:hover\:-translate-y-50p:hover {
    --tw-translate-y: -50%;
  }

  .lg\:hover\:-translate-y-55p:hover {
    --tw-translate-y: -55%;
  }

  .lg\:hover\:-translate-y-60p:hover {
    --tw-translate-y: -60%;
  }

  .lg\:hover\:-translate-y-65p:hover {
    --tw-translate-y: -65%;
  }

  .lg\:hover\:-translate-y-70p:hover {
    --tw-translate-y: -70%;
  }

  .lg\:hover\:-translate-y-75p:hover {
    --tw-translate-y: -75%;
  }

  .lg\:hover\:-translate-y-80p:hover {
    --tw-translate-y: -80%;
  }

  .lg\:hover\:-translate-y-85p:hover {
    --tw-translate-y: -85%;
  }

  .lg\:hover\:-translate-y-90p:hover {
    --tw-translate-y: -90%;
  }

  .lg\:hover\:-translate-y-95p:hover {
    --tw-translate-y: -95%;
  }

  .lg\:hover\:-translate-y-100p:hover {
    --tw-translate-y: -100%;
  }

  .lg\:hover\:-translate-y-66\.5p:hover {
    --tw-translate-y: -66.5%;
  }

  .lg\:hover\:-translate-y-67\.5p:hover {
    --tw-translate-y: -67.5%;
  }

  .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-3:focus {
    --tw-translate-x: 3px;
  }

  .lg\:focus\:translate-x-5:focus {
    --tw-translate-x: 5px;
  }

  .lg\:focus\:translate-x-8:focus {
    --tw-translate-x: 8px;
  }

  .lg\:focus\:translate-x-10:focus {
    --tw-translate-x: 10px;
  }

  .lg\:focus\:translate-x-12:focus {
    --tw-translate-x: 12px;
  }

  .lg\:focus\:translate-x-14:focus {
    --tw-translate-x: 14px;
  }

  .lg\:focus\:translate-x-15:focus {
    --tw-translate-x: 15px;
  }

  .lg\:focus\:translate-x-16:focus {
    --tw-translate-x: 16px;
  }

  .lg\:focus\:translate-x-20:focus {
    --tw-translate-x: 20px;
  }

  .lg\:focus\:translate-x-24:focus {
    --tw-translate-x: 24px;
  }

  .lg\:focus\:translate-x-28:focus {
    --tw-translate-x: 28px;
  }

  .lg\:focus\:translate-x-29:focus {
    --tw-translate-x: 29px;
  }

  .lg\:focus\:translate-x-30:focus {
    --tw-translate-x: 30px;
  }

  .lg\:focus\:translate-x-32:focus {
    --tw-translate-x: 32px;
  }

  .lg\:focus\:translate-x-35:focus {
    --tw-translate-x: 35px;
  }

  .lg\:focus\:translate-x-36:focus {
    --tw-translate-x: 36px;
  }

  .lg\:focus\:translate-x-37:focus {
    --tw-translate-x: 37px;
  }

  .lg\:focus\:translate-x-39:focus {
    --tw-translate-x: 39px;
  }

  .lg\:focus\:translate-x-40:focus {
    --tw-translate-x: 40px;
  }

  .lg\:focus\:translate-x-47:focus {
    --tw-translate-x: 47px;
  }

  .lg\:focus\:translate-x-50:focus {
    --tw-translate-x: 50px;
  }

  .lg\:focus\:translate-x-56:focus {
    --tw-translate-x: 56px;
  }

  .lg\:focus\:translate-x-64:focus {
    --tw-translate-x: 64px;
  }

  .lg\:focus\:translate-x-70:focus {
    --tw-translate-x: 70px;
  }

  .lg\:focus\:translate-x-72:focus {
    --tw-translate-x: 72px;
  }

  .lg\:focus\:translate-x-75:focus {
    --tw-translate-x: 75px;
  }

  .lg\:focus\:translate-x-80:focus {
    --tw-translate-x: 80px;
  }

  .lg\:focus\:translate-x-83:focus {
    --tw-translate-x: 83px;
  }

  .lg\:focus\:translate-x-100:focus {
    --tw-translate-x: 100px;
  }

  .lg\:focus\:translate-x-118:focus {
    --tw-translate-x: 118px;
  }

  .lg\:focus\:translate-x-130:focus {
    --tw-translate-x: 130px;
  }

  .lg\:focus\:translate-x-150:focus {
    --tw-translate-x: 150px;
  }

  .lg\:focus\:translate-x-180:focus {
    --tw-translate-x: 180px;
  }

  .lg\:focus\:translate-x-213:focus {
    --tw-translate-x: 213px;
  }

  .lg\:focus\:translate-x-225:focus {
    --tw-translate-x: 225px;
  }

  .lg\:focus\:translate-x-250:focus {
    --tw-translate-x: 250px;
  }

  .lg\:focus\:translate-x-300:focus {
    --tw-translate-x: 300px;
  }

  .lg\:focus\:translate-x-320:focus {
    --tw-translate-x: 320px;
  }

  .lg\:focus\:translate-x-345:focus {
    --tw-translate-x: 345px;
  }

  .lg\:focus\:translate-x-485:focus {
    --tw-translate-x: 485px;
  }

  .lg\:focus\:translate-x-px:focus {
    --tw-translate-x: 1px;
  }

  .lg\:focus\:-translate-x-135:focus {
    --tw-translate-x: -135px;
  }

  .lg\:focus\:translate-x-0p:focus {
    --tw-translate-x: 0%;
  }

  .lg\:focus\:translate-x-5p:focus {
    --tw-translate-x: 5%;
  }

  .lg\:focus\:translate-x-10p:focus {
    --tw-translate-x: 10%;
  }

  .lg\:focus\:translate-x-15p:focus {
    --tw-translate-x: 15%;
  }

  .lg\:focus\:translate-x-20p:focus {
    --tw-translate-x: 20%;
  }

  .lg\:focus\:translate-x-25p:focus {
    --tw-translate-x: 25%;
  }

  .lg\:focus\:translate-x-30p:focus {
    --tw-translate-x: 30%;
  }

  .lg\:focus\:translate-x-35p:focus {
    --tw-translate-x: 35%;
  }

  .lg\:focus\:translate-x-40p:focus {
    --tw-translate-x: 40%;
  }

  .lg\:focus\:translate-x-45p:focus {
    --tw-translate-x: 45%;
  }

  .lg\:focus\:translate-x-50p:focus {
    --tw-translate-x: 50%;
  }

  .lg\:focus\:translate-x-55p:focus {
    --tw-translate-x: 55%;
  }

  .lg\:focus\:translate-x-60p:focus {
    --tw-translate-x: 60%;
  }

  .lg\:focus\:translate-x-65p:focus {
    --tw-translate-x: 65%;
  }

  .lg\:focus\:translate-x-70p:focus {
    --tw-translate-x: 70%;
  }

  .lg\:focus\:translate-x-75p:focus {
    --tw-translate-x: 75%;
  }

  .lg\:focus\:translate-x-80p:focus {
    --tw-translate-x: 80%;
  }

  .lg\:focus\:translate-x-85p:focus {
    --tw-translate-x: 85%;
  }

  .lg\:focus\:translate-x-90p:focus {
    --tw-translate-x: 90%;
  }

  .lg\:focus\:translate-x-95p:focus {
    --tw-translate-x: 95%;
  }

  .lg\:focus\:translate-x-100p:focus {
    --tw-translate-x: 100%;
  }

  .lg\:focus\:translate-x-66\.5p:focus {
    --tw-translate-x: 66.5%;
  }

  .lg\:focus\:translate-x-67\.5p:focus {
    --tw-translate-x: 67.5%;
  }

  .lg\:focus\:-translate-x-0:focus {
    --tw-translate-x: 0px;
  }

  .lg\:focus\:-translate-x-3:focus {
    --tw-translate-x: -3px;
  }

  .lg\:focus\:-translate-x-5:focus {
    --tw-translate-x: -5px;
  }

  .lg\:focus\:-translate-x-8:focus {
    --tw-translate-x: -8px;
  }

  .lg\:focus\:-translate-x-10:focus {
    --tw-translate-x: -10px;
  }

  .lg\:focus\:-translate-x-12:focus {
    --tw-translate-x: -12px;
  }

  .lg\:focus\:-translate-x-14:focus {
    --tw-translate-x: -14px;
  }

  .lg\:focus\:-translate-x-15:focus {
    --tw-translate-x: -15px;
  }

  .lg\:focus\:-translate-x-16:focus {
    --tw-translate-x: -16px;
  }

  .lg\:focus\:-translate-x-20:focus {
    --tw-translate-x: -20px;
  }

  .lg\:focus\:-translate-x-24:focus {
    --tw-translate-x: -24px;
  }

  .lg\:focus\:-translate-x-28:focus {
    --tw-translate-x: -28px;
  }

  .lg\:focus\:-translate-x-29:focus {
    --tw-translate-x: -29px;
  }

  .lg\:focus\:-translate-x-30:focus {
    --tw-translate-x: -30px;
  }

  .lg\:focus\:-translate-x-32:focus {
    --tw-translate-x: -32px;
  }

  .lg\:focus\:-translate-x-35:focus {
    --tw-translate-x: -35px;
  }

  .lg\:focus\:-translate-x-36:focus {
    --tw-translate-x: -36px;
  }

  .lg\:focus\:-translate-x-37:focus {
    --tw-translate-x: -37px;
  }

  .lg\:focus\:-translate-x-39:focus {
    --tw-translate-x: -39px;
  }

  .lg\:focus\:-translate-x-40:focus {
    --tw-translate-x: -40px;
  }

  .lg\:focus\:-translate-x-47:focus {
    --tw-translate-x: -47px;
  }

  .lg\:focus\:-translate-x-50:focus {
    --tw-translate-x: -50px;
  }

  .lg\:focus\:-translate-x-56:focus {
    --tw-translate-x: -56px;
  }

  .lg\:focus\:-translate-x-64:focus {
    --tw-translate-x: -64px;
  }

  .lg\:focus\:-translate-x-70:focus {
    --tw-translate-x: -70px;
  }

  .lg\:focus\:-translate-x-72:focus {
    --tw-translate-x: -72px;
  }

  .lg\:focus\:-translate-x-75:focus {
    --tw-translate-x: -75px;
  }

  .lg\:focus\:-translate-x-80:focus {
    --tw-translate-x: -80px;
  }

  .lg\:focus\:-translate-x-83:focus {
    --tw-translate-x: -83px;
  }

  .lg\:focus\:-translate-x-100:focus {
    --tw-translate-x: -100px;
  }

  .lg\:focus\:-translate-x-118:focus {
    --tw-translate-x: -118px;
  }

  .lg\:focus\:-translate-x-130:focus {
    --tw-translate-x: -130px;
  }

  .lg\:focus\:-translate-x-150:focus {
    --tw-translate-x: -150px;
  }

  .lg\:focus\:-translate-x-180:focus {
    --tw-translate-x: -180px;
  }

  .lg\:focus\:-translate-x-213:focus {
    --tw-translate-x: -213px;
  }

  .lg\:focus\:-translate-x-225:focus {
    --tw-translate-x: -225px;
  }

  .lg\:focus\:-translate-x-250:focus {
    --tw-translate-x: -250px;
  }

  .lg\:focus\:-translate-x-300:focus {
    --tw-translate-x: -300px;
  }

  .lg\:focus\:-translate-x-320:focus {
    --tw-translate-x: -320px;
  }

  .lg\:focus\:-translate-x-345:focus {
    --tw-translate-x: -345px;
  }

  .lg\:focus\:-translate-x-485:focus {
    --tw-translate-x: -485px;
  }

  .lg\:focus\:-translate-x-px:focus {
    --tw-translate-x: -1px;
  }

  .lg\:focus\:-translate-x--135:focus {
    --tw-translate-x: 135px;
  }

  .lg\:focus\:-translate-x-0p:focus {
    --tw-translate-x: 0%;
  }

  .lg\:focus\:-translate-x-5p:focus {
    --tw-translate-x: -5%;
  }

  .lg\:focus\:-translate-x-10p:focus {
    --tw-translate-x: -10%;
  }

  .lg\:focus\:-translate-x-15p:focus {
    --tw-translate-x: -15%;
  }

  .lg\:focus\:-translate-x-20p:focus {
    --tw-translate-x: -20%;
  }

  .lg\:focus\:-translate-x-25p:focus {
    --tw-translate-x: -25%;
  }

  .lg\:focus\:-translate-x-30p:focus {
    --tw-translate-x: -30%;
  }

  .lg\:focus\:-translate-x-35p:focus {
    --tw-translate-x: -35%;
  }

  .lg\:focus\:-translate-x-40p:focus {
    --tw-translate-x: -40%;
  }

  .lg\:focus\:-translate-x-45p:focus {
    --tw-translate-x: -45%;
  }

  .lg\:focus\:-translate-x-50p:focus {
    --tw-translate-x: -50%;
  }

  .lg\:focus\:-translate-x-55p:focus {
    --tw-translate-x: -55%;
  }

  .lg\:focus\:-translate-x-60p:focus {
    --tw-translate-x: -60%;
  }

  .lg\:focus\:-translate-x-65p:focus {
    --tw-translate-x: -65%;
  }

  .lg\:focus\:-translate-x-70p:focus {
    --tw-translate-x: -70%;
  }

  .lg\:focus\:-translate-x-75p:focus {
    --tw-translate-x: -75%;
  }

  .lg\:focus\:-translate-x-80p:focus {
    --tw-translate-x: -80%;
  }

  .lg\:focus\:-translate-x-85p:focus {
    --tw-translate-x: -85%;
  }

  .lg\:focus\:-translate-x-90p:focus {
    --tw-translate-x: -90%;
  }

  .lg\:focus\:-translate-x-95p:focus {
    --tw-translate-x: -95%;
  }

  .lg\:focus\:-translate-x-100p:focus {
    --tw-translate-x: -100%;
  }

  .lg\:focus\:-translate-x-66\.5p:focus {
    --tw-translate-x: -66.5%;
  }

  .lg\:focus\:-translate-x-67\.5p:focus {
    --tw-translate-x: -67.5%;
  }

  .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-3:focus {
    --tw-translate-y: 3px;
  }

  .lg\:focus\:translate-y-5:focus {
    --tw-translate-y: 5px;
  }

  .lg\:focus\:translate-y-8:focus {
    --tw-translate-y: 8px;
  }

  .lg\:focus\:translate-y-10:focus {
    --tw-translate-y: 10px;
  }

  .lg\:focus\:translate-y-12:focus {
    --tw-translate-y: 12px;
  }

  .lg\:focus\:translate-y-14:focus {
    --tw-translate-y: 14px;
  }

  .lg\:focus\:translate-y-15:focus {
    --tw-translate-y: 15px;
  }

  .lg\:focus\:translate-y-16:focus {
    --tw-translate-y: 16px;
  }

  .lg\:focus\:translate-y-20:focus {
    --tw-translate-y: 20px;
  }

  .lg\:focus\:translate-y-24:focus {
    --tw-translate-y: 24px;
  }

  .lg\:focus\:translate-y-28:focus {
    --tw-translate-y: 28px;
  }

  .lg\:focus\:translate-y-29:focus {
    --tw-translate-y: 29px;
  }

  .lg\:focus\:translate-y-30:focus {
    --tw-translate-y: 30px;
  }

  .lg\:focus\:translate-y-32:focus {
    --tw-translate-y: 32px;
  }

  .lg\:focus\:translate-y-35:focus {
    --tw-translate-y: 35px;
  }

  .lg\:focus\:translate-y-36:focus {
    --tw-translate-y: 36px;
  }

  .lg\:focus\:translate-y-37:focus {
    --tw-translate-y: 37px;
  }

  .lg\:focus\:translate-y-39:focus {
    --tw-translate-y: 39px;
  }

  .lg\:focus\:translate-y-40:focus {
    --tw-translate-y: 40px;
  }

  .lg\:focus\:translate-y-47:focus {
    --tw-translate-y: 47px;
  }

  .lg\:focus\:translate-y-50:focus {
    --tw-translate-y: 50px;
  }

  .lg\:focus\:translate-y-56:focus {
    --tw-translate-y: 56px;
  }

  .lg\:focus\:translate-y-64:focus {
    --tw-translate-y: 64px;
  }

  .lg\:focus\:translate-y-70:focus {
    --tw-translate-y: 70px;
  }

  .lg\:focus\:translate-y-72:focus {
    --tw-translate-y: 72px;
  }

  .lg\:focus\:translate-y-75:focus {
    --tw-translate-y: 75px;
  }

  .lg\:focus\:translate-y-80:focus {
    --tw-translate-y: 80px;
  }

  .lg\:focus\:translate-y-83:focus {
    --tw-translate-y: 83px;
  }

  .lg\:focus\:translate-y-100:focus {
    --tw-translate-y: 100px;
  }

  .lg\:focus\:translate-y-118:focus {
    --tw-translate-y: 118px;
  }

  .lg\:focus\:translate-y-130:focus {
    --tw-translate-y: 130px;
  }

  .lg\:focus\:translate-y-150:focus {
    --tw-translate-y: 150px;
  }

  .lg\:focus\:translate-y-180:focus {
    --tw-translate-y: 180px;
  }

  .lg\:focus\:translate-y-213:focus {
    --tw-translate-y: 213px;
  }

  .lg\:focus\:translate-y-225:focus {
    --tw-translate-y: 225px;
  }

  .lg\:focus\:translate-y-250:focus {
    --tw-translate-y: 250px;
  }

  .lg\:focus\:translate-y-300:focus {
    --tw-translate-y: 300px;
  }

  .lg\:focus\:translate-y-320:focus {
    --tw-translate-y: 320px;
  }

  .lg\:focus\:translate-y-345:focus {
    --tw-translate-y: 345px;
  }

  .lg\:focus\:translate-y-485:focus {
    --tw-translate-y: 485px;
  }

  .lg\:focus\:translate-y-px:focus {
    --tw-translate-y: 1px;
  }

  .lg\:focus\:-translate-y-135:focus {
    --tw-translate-y: -135px;
  }

  .lg\:focus\:translate-y-0p:focus {
    --tw-translate-y: 0%;
  }

  .lg\:focus\:translate-y-5p:focus {
    --tw-translate-y: 5%;
  }

  .lg\:focus\:translate-y-10p:focus {
    --tw-translate-y: 10%;
  }

  .lg\:focus\:translate-y-15p:focus {
    --tw-translate-y: 15%;
  }

  .lg\:focus\:translate-y-20p:focus {
    --tw-translate-y: 20%;
  }

  .lg\:focus\:translate-y-25p:focus {
    --tw-translate-y: 25%;
  }

  .lg\:focus\:translate-y-30p:focus {
    --tw-translate-y: 30%;
  }

  .lg\:focus\:translate-y-35p:focus {
    --tw-translate-y: 35%;
  }

  .lg\:focus\:translate-y-40p:focus {
    --tw-translate-y: 40%;
  }

  .lg\:focus\:translate-y-45p:focus {
    --tw-translate-y: 45%;
  }

  .lg\:focus\:translate-y-50p:focus {
    --tw-translate-y: 50%;
  }

  .lg\:focus\:translate-y-55p:focus {
    --tw-translate-y: 55%;
  }

  .lg\:focus\:translate-y-60p:focus {
    --tw-translate-y: 60%;
  }

  .lg\:focus\:translate-y-65p:focus {
    --tw-translate-y: 65%;
  }

  .lg\:focus\:translate-y-70p:focus {
    --tw-translate-y: 70%;
  }

  .lg\:focus\:translate-y-75p:focus {
    --tw-translate-y: 75%;
  }

  .lg\:focus\:translate-y-80p:focus {
    --tw-translate-y: 80%;
  }

  .lg\:focus\:translate-y-85p:focus {
    --tw-translate-y: 85%;
  }

  .lg\:focus\:translate-y-90p:focus {
    --tw-translate-y: 90%;
  }

  .lg\:focus\:translate-y-95p:focus {
    --tw-translate-y: 95%;
  }

  .lg\:focus\:translate-y-100p:focus {
    --tw-translate-y: 100%;
  }

  .lg\:focus\:translate-y-66\.5p:focus {
    --tw-translate-y: 66.5%;
  }

  .lg\:focus\:translate-y-67\.5p:focus {
    --tw-translate-y: 67.5%;
  }

  .lg\:focus\:-translate-y-0:focus {
    --tw-translate-y: 0px;
  }

  .lg\:focus\:-translate-y-3:focus {
    --tw-translate-y: -3px;
  }

  .lg\:focus\:-translate-y-5:focus {
    --tw-translate-y: -5px;
  }

  .lg\:focus\:-translate-y-8:focus {
    --tw-translate-y: -8px;
  }

  .lg\:focus\:-translate-y-10:focus {
    --tw-translate-y: -10px;
  }

  .lg\:focus\:-translate-y-12:focus {
    --tw-translate-y: -12px;
  }

  .lg\:focus\:-translate-y-14:focus {
    --tw-translate-y: -14px;
  }

  .lg\:focus\:-translate-y-15:focus {
    --tw-translate-y: -15px;
  }

  .lg\:focus\:-translate-y-16:focus {
    --tw-translate-y: -16px;
  }

  .lg\:focus\:-translate-y-20:focus {
    --tw-translate-y: -20px;
  }

  .lg\:focus\:-translate-y-24:focus {
    --tw-translate-y: -24px;
  }

  .lg\:focus\:-translate-y-28:focus {
    --tw-translate-y: -28px;
  }

  .lg\:focus\:-translate-y-29:focus {
    --tw-translate-y: -29px;
  }

  .lg\:focus\:-translate-y-30:focus {
    --tw-translate-y: -30px;
  }

  .lg\:focus\:-translate-y-32:focus {
    --tw-translate-y: -32px;
  }

  .lg\:focus\:-translate-y-35:focus {
    --tw-translate-y: -35px;
  }

  .lg\:focus\:-translate-y-36:focus {
    --tw-translate-y: -36px;
  }

  .lg\:focus\:-translate-y-37:focus {
    --tw-translate-y: -37px;
  }

  .lg\:focus\:-translate-y-39:focus {
    --tw-translate-y: -39px;
  }

  .lg\:focus\:-translate-y-40:focus {
    --tw-translate-y: -40px;
  }

  .lg\:focus\:-translate-y-47:focus {
    --tw-translate-y: -47px;
  }

  .lg\:focus\:-translate-y-50:focus {
    --tw-translate-y: -50px;
  }

  .lg\:focus\:-translate-y-56:focus {
    --tw-translate-y: -56px;
  }

  .lg\:focus\:-translate-y-64:focus {
    --tw-translate-y: -64px;
  }

  .lg\:focus\:-translate-y-70:focus {
    --tw-translate-y: -70px;
  }

  .lg\:focus\:-translate-y-72:focus {
    --tw-translate-y: -72px;
  }

  .lg\:focus\:-translate-y-75:focus {
    --tw-translate-y: -75px;
  }

  .lg\:focus\:-translate-y-80:focus {
    --tw-translate-y: -80px;
  }

  .lg\:focus\:-translate-y-83:focus {
    --tw-translate-y: -83px;
  }

  .lg\:focus\:-translate-y-100:focus {
    --tw-translate-y: -100px;
  }

  .lg\:focus\:-translate-y-118:focus {
    --tw-translate-y: -118px;
  }

  .lg\:focus\:-translate-y-130:focus {
    --tw-translate-y: -130px;
  }

  .lg\:focus\:-translate-y-150:focus {
    --tw-translate-y: -150px;
  }

  .lg\:focus\:-translate-y-180:focus {
    --tw-translate-y: -180px;
  }

  .lg\:focus\:-translate-y-213:focus {
    --tw-translate-y: -213px;
  }

  .lg\:focus\:-translate-y-225:focus {
    --tw-translate-y: -225px;
  }

  .lg\:focus\:-translate-y-250:focus {
    --tw-translate-y: -250px;
  }

  .lg\:focus\:-translate-y-300:focus {
    --tw-translate-y: -300px;
  }

  .lg\:focus\:-translate-y-320:focus {
    --tw-translate-y: -320px;
  }

  .lg\:focus\:-translate-y-345:focus {
    --tw-translate-y: -345px;
  }

  .lg\:focus\:-translate-y-485:focus {
    --tw-translate-y: -485px;
  }

  .lg\:focus\:-translate-y-px:focus {
    --tw-translate-y: -1px;
  }

  .lg\:focus\:-translate-y--135:focus {
    --tw-translate-y: 135px;
  }

  .lg\:focus\:-translate-y-0p:focus {
    --tw-translate-y: 0%;
  }

  .lg\:focus\:-translate-y-5p:focus {
    --tw-translate-y: -5%;
  }

  .lg\:focus\:-translate-y-10p:focus {
    --tw-translate-y: -10%;
  }

  .lg\:focus\:-translate-y-15p:focus {
    --tw-translate-y: -15%;
  }

  .lg\:focus\:-translate-y-20p:focus {
    --tw-translate-y: -20%;
  }

  .lg\:focus\:-translate-y-25p:focus {
    --tw-translate-y: -25%;
  }

  .lg\:focus\:-translate-y-30p:focus {
    --tw-translate-y: -30%;
  }

  .lg\:focus\:-translate-y-35p:focus {
    --tw-translate-y: -35%;
  }

  .lg\:focus\:-translate-y-40p:focus {
    --tw-translate-y: -40%;
  }

  .lg\:focus\:-translate-y-45p:focus {
    --tw-translate-y: -45%;
  }

  .lg\:focus\:-translate-y-50p:focus {
    --tw-translate-y: -50%;
  }

  .lg\:focus\:-translate-y-55p:focus {
    --tw-translate-y: -55%;
  }

  .lg\:focus\:-translate-y-60p:focus {
    --tw-translate-y: -60%;
  }

  .lg\:focus\:-translate-y-65p:focus {
    --tw-translate-y: -65%;
  }

  .lg\:focus\:-translate-y-70p:focus {
    --tw-translate-y: -70%;
  }

  .lg\:focus\:-translate-y-75p:focus {
    --tw-translate-y: -75%;
  }

  .lg\:focus\:-translate-y-80p:focus {
    --tw-translate-y: -80%;
  }

  .lg\:focus\:-translate-y-85p:focus {
    --tw-translate-y: -85%;
  }

  .lg\:focus\:-translate-y-90p:focus {
    --tw-translate-y: -90%;
  }

  .lg\:focus\:-translate-y-95p:focus {
    --tw-translate-y: -95%;
  }

  .lg\:focus\:-translate-y-100p:focus {
    --tw-translate-y: -100%;
  }

  .lg\:focus\:-translate-y-66\.5p:focus {
    --tw-translate-y: -66.5%;
  }

  .lg\:focus\:-translate-y-67\.5p:focus {
    --tw-translate-y: -67.5%;
  }

  .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;
  }

  .lg\:aspect-ratio-none {
    padding-bottom: 0;
  }

  .lg\:aspect-ratio-square {
    padding-bottom: 100%;
  }

  .lg\:aspect-ratio-16\/9 {
    padding-bottom: 56.25%;
  }

  .lg\:aspect-ratio-4\/3 {
    padding-bottom: 75%;
  }

  .lg\:aspect-ratio-21\/9 {
    padding-bottom: 42.857142857142854%;
  }
}

@media (min-width: 1280px) {
  .xl\:container {
    width: 100%;
  }

  @media (min-width: 640px) {
    .xl\:container {
      max-width: 640px;
    }
  }

  @media (min-width: 768px) {
    .xl\:container {
      max-width: 768px;
    }
  }

  @media (min-width: 1024px) {
    .xl\:container {
      max-width: 1024px;
    }
  }

  @media (min-width: 1280px) {
    .xl\:container {
      max-width: 1280px;
    }
  }

  @media (min-width: 2180px) {
    .xl\:container {
      max-width: 2180px;
    }
  }

  .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-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(3px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3px * var(--tw-space-y-reverse));
  }

  .xl\:space-x-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(3px * var(--tw-space-x-reverse));
    margin-left: calc(3px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(5px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(5px * var(--tw-space-y-reverse));
  }

  .xl\:space-x-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(5px * var(--tw-space-x-reverse));
    margin-left: calc(5px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(8px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(8px * var(--tw-space-y-reverse));
  }

  .xl\:space-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(8px * var(--tw-space-x-reverse));
    margin-left: calc(8px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(10px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(10px * var(--tw-space-y-reverse));
  }

  .xl\:space-x-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(10px * var(--tw-space-x-reverse));
    margin-left: calc(10px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(12px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(12px * var(--tw-space-y-reverse));
  }

  .xl\:space-x-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(12px * var(--tw-space-x-reverse));
    margin-left: calc(12px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(14px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(14px * var(--tw-space-y-reverse));
  }

  .xl\:space-x-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(14px * var(--tw-space-x-reverse));
    margin-left: calc(14px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-15 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(15px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(15px * var(--tw-space-y-reverse));
  }

  .xl\:space-x-15 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(15px * var(--tw-space-x-reverse));
    margin-left: calc(15px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(16px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(16px * var(--tw-space-y-reverse));
  }

  .xl\:space-x-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(16px * var(--tw-space-x-reverse));
    margin-left: calc(16px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(20px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(20px * var(--tw-space-y-reverse));
  }

  .xl\:space-x-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(20px * var(--tw-space-x-reverse));
    margin-left: calc(20px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(24px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(24px * var(--tw-space-y-reverse));
  }

  .xl\:space-x-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(24px * var(--tw-space-x-reverse));
    margin-left: calc(24px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(28px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(28px * var(--tw-space-y-reverse));
  }

  .xl\:space-x-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(28px * var(--tw-space-x-reverse));
    margin-left: calc(28px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-29 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(29px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(29px * var(--tw-space-y-reverse));
  }

  .xl\:space-x-29 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(29px * var(--tw-space-x-reverse));
    margin-left: calc(29px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(30px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(30px * var(--tw-space-y-reverse));
  }

  .xl\:space-x-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(30px * var(--tw-space-x-reverse));
    margin-left: calc(30px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(32px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(32px * var(--tw-space-y-reverse));
  }

  .xl\:space-x-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(32px * var(--tw-space-x-reverse));
    margin-left: calc(32px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-35 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(35px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(35px * var(--tw-space-y-reverse));
  }

  .xl\:space-x-35 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(35px * var(--tw-space-x-reverse));
    margin-left: calc(35px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(36px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(36px * var(--tw-space-y-reverse));
  }

  .xl\:space-x-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(36px * var(--tw-space-x-reverse));
    margin-left: calc(36px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-37 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(37px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(37px * var(--tw-space-y-reverse));
  }

  .xl\:space-x-37 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(37px * var(--tw-space-x-reverse));
    margin-left: calc(37px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-39 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(39px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(39px * var(--tw-space-y-reverse));
  }

  .xl\:space-x-39 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(39px * var(--tw-space-x-reverse));
    margin-left: calc(39px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(40px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(40px * var(--tw-space-y-reverse));
  }

  .xl\:space-x-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(40px * var(--tw-space-x-reverse));
    margin-left: calc(40px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-47 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(47px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(47px * var(--tw-space-y-reverse));
  }

  .xl\:space-x-47 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(47px * var(--tw-space-x-reverse));
    margin-left: calc(47px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(50px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(50px * var(--tw-space-y-reverse));
  }

  .xl\:space-x-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(50px * var(--tw-space-x-reverse));
    margin-left: calc(50px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(56px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(56px * var(--tw-space-y-reverse));
  }

  .xl\:space-x-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(56px * var(--tw-space-x-reverse));
    margin-left: calc(56px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(64px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(64px * var(--tw-space-y-reverse));
  }

  .xl\:space-x-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(64px * var(--tw-space-x-reverse));
    margin-left: calc(64px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-70 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(70px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(70px * var(--tw-space-y-reverse));
  }

  .xl\:space-x-70 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(70px * var(--tw-space-x-reverse));
    margin-left: calc(70px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(72px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(72px * var(--tw-space-y-reverse));
  }

  .xl\:space-x-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(72px * var(--tw-space-x-reverse));
    margin-left: calc(72px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-75 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(75px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(75px * var(--tw-space-y-reverse));
  }

  .xl\:space-x-75 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(75px * var(--tw-space-x-reverse));
    margin-left: calc(75px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(80px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(80px * var(--tw-space-y-reverse));
  }

  .xl\:space-x-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(80px * var(--tw-space-x-reverse));
    margin-left: calc(80px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-83 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(83px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(83px * var(--tw-space-y-reverse));
  }

  .xl\:space-x-83 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(83px * var(--tw-space-x-reverse));
    margin-left: calc(83px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(100px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(100px * var(--tw-space-y-reverse));
  }

  .xl\:space-x-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(100px * var(--tw-space-x-reverse));
    margin-left: calc(100px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-118 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(118px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(118px * var(--tw-space-y-reverse));
  }

  .xl\:space-x-118 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(118px * var(--tw-space-x-reverse));
    margin-left: calc(118px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-130 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(130px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(130px * var(--tw-space-y-reverse));
  }

  .xl\:space-x-130 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(130px * var(--tw-space-x-reverse));
    margin-left: calc(130px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-150 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(150px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(150px * var(--tw-space-y-reverse));
  }

  .xl\:space-x-150 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(150px * var(--tw-space-x-reverse));
    margin-left: calc(150px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-180 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(180px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(180px * var(--tw-space-y-reverse));
  }

  .xl\:space-x-180 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(180px * var(--tw-space-x-reverse));
    margin-left: calc(180px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-213 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(213px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(213px * var(--tw-space-y-reverse));
  }

  .xl\:space-x-213 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(213px * var(--tw-space-x-reverse));
    margin-left: calc(213px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-225 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(225px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(225px * var(--tw-space-y-reverse));
  }

  .xl\:space-x-225 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(225px * var(--tw-space-x-reverse));
    margin-left: calc(225px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-250 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(250px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(250px * var(--tw-space-y-reverse));
  }

  .xl\:space-x-250 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(250px * var(--tw-space-x-reverse));
    margin-left: calc(250px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(300px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(300px * var(--tw-space-y-reverse));
  }

  .xl\:space-x-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(300px * var(--tw-space-x-reverse));
    margin-left: calc(300px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-320 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(320px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(320px * var(--tw-space-y-reverse));
  }

  .xl\:space-x-320 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(320px * var(--tw-space-x-reverse));
    margin-left: calc(320px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-345 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(345px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(345px * var(--tw-space-y-reverse));
  }

  .xl\:space-x-345 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(345px * var(--tw-space-x-reverse));
    margin-left: calc(345px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-485 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(485px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(485px * var(--tw-space-y-reverse));
  }

  .xl\:space-x-485 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(485px * var(--tw-space-x-reverse));
    margin-left: calc(485px * 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-135 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-135px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-135px * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-135 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-135px * var(--tw-space-x-reverse));
    margin-left: calc(-135px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-0p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0% * var(--tw-space-y-reverse));
  }

  .xl\:space-x-0p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0% * var(--tw-space-x-reverse));
    margin-left: calc(0% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-5p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(5% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(5% * var(--tw-space-y-reverse));
  }

  .xl\:space-x-5p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(5% * var(--tw-space-x-reverse));
    margin-left: calc(5% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-10p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(10% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(10% * var(--tw-space-y-reverse));
  }

  .xl\:space-x-10p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(10% * var(--tw-space-x-reverse));
    margin-left: calc(10% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-15p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(15% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(15% * var(--tw-space-y-reverse));
  }

  .xl\:space-x-15p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(15% * var(--tw-space-x-reverse));
    margin-left: calc(15% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-20p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(20% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(20% * var(--tw-space-y-reverse));
  }

  .xl\:space-x-20p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(20% * var(--tw-space-x-reverse));
    margin-left: calc(20% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-25p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(25% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(25% * var(--tw-space-y-reverse));
  }

  .xl\:space-x-25p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(25% * var(--tw-space-x-reverse));
    margin-left: calc(25% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-30p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(30% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(30% * var(--tw-space-y-reverse));
  }

  .xl\:space-x-30p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(30% * var(--tw-space-x-reverse));
    margin-left: calc(30% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-35p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(35% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(35% * var(--tw-space-y-reverse));
  }

  .xl\:space-x-35p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(35% * var(--tw-space-x-reverse));
    margin-left: calc(35% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-40p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(40% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(40% * var(--tw-space-y-reverse));
  }

  .xl\:space-x-40p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(40% * var(--tw-space-x-reverse));
    margin-left: calc(40% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-45p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(45% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(45% * var(--tw-space-y-reverse));
  }

  .xl\:space-x-45p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(45% * var(--tw-space-x-reverse));
    margin-left: calc(45% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-50p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(50% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(50% * var(--tw-space-y-reverse));
  }

  .xl\:space-x-50p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(50% * var(--tw-space-x-reverse));
    margin-left: calc(50% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-55p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(55% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(55% * var(--tw-space-y-reverse));
  }

  .xl\:space-x-55p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(55% * var(--tw-space-x-reverse));
    margin-left: calc(55% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-60p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(60% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(60% * var(--tw-space-y-reverse));
  }

  .xl\:space-x-60p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(60% * var(--tw-space-x-reverse));
    margin-left: calc(60% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-65p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(65% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(65% * var(--tw-space-y-reverse));
  }

  .xl\:space-x-65p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(65% * var(--tw-space-x-reverse));
    margin-left: calc(65% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-70p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(70% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(70% * var(--tw-space-y-reverse));
  }

  .xl\:space-x-70p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(70% * var(--tw-space-x-reverse));
    margin-left: calc(70% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-75p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(75% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(75% * var(--tw-space-y-reverse));
  }

  .xl\:space-x-75p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(75% * var(--tw-space-x-reverse));
    margin-left: calc(75% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-80p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(80% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(80% * var(--tw-space-y-reverse));
  }

  .xl\:space-x-80p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(80% * var(--tw-space-x-reverse));
    margin-left: calc(80% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-85p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(85% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(85% * var(--tw-space-y-reverse));
  }

  .xl\:space-x-85p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(85% * var(--tw-space-x-reverse));
    margin-left: calc(85% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-90p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(90% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(90% * var(--tw-space-y-reverse));
  }

  .xl\:space-x-90p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(90% * var(--tw-space-x-reverse));
    margin-left: calc(90% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-95p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(95% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(95% * var(--tw-space-y-reverse));
  }

  .xl\:space-x-95p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(95% * var(--tw-space-x-reverse));
    margin-left: calc(95% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-100p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(100% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(100% * var(--tw-space-y-reverse));
  }

  .xl\:space-x-100p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(100% * var(--tw-space-x-reverse));
    margin-left: calc(100% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-66\.5p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(66.5% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(66.5% * var(--tw-space-y-reverse));
  }

  .xl\:space-x-66\.5p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(66.5% * var(--tw-space-x-reverse));
    margin-left: calc(66.5% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-67\.5p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(67.5% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(67.5% * var(--tw-space-y-reverse));
  }

  .xl\:space-x-67\.5p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(67.5% * var(--tw-space-x-reverse));
    margin-left: calc(67.5% * 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-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-3px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3px * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-3px * var(--tw-space-x-reverse));
    margin-left: calc(-3px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-5px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-5px * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-5px * var(--tw-space-x-reverse));
    margin-left: calc(-5px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-8px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-8px * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-8px * var(--tw-space-x-reverse));
    margin-left: calc(-8px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-10px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-10px * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-10px * var(--tw-space-x-reverse));
    margin-left: calc(-10px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-12px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-12px * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-12px * var(--tw-space-x-reverse));
    margin-left: calc(-12px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-14px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-14px * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-14px * var(--tw-space-x-reverse));
    margin-left: calc(-14px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-15 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-15px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-15px * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-15 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-15px * var(--tw-space-x-reverse));
    margin-left: calc(-15px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-16px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-16px * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-16px * var(--tw-space-x-reverse));
    margin-left: calc(-16px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-20px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-20px * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-20px * var(--tw-space-x-reverse));
    margin-left: calc(-20px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-24px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-24px * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-24px * var(--tw-space-x-reverse));
    margin-left: calc(-24px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-28px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-28px * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-28px * var(--tw-space-x-reverse));
    margin-left: calc(-28px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-29 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-29px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-29px * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-29 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-29px * var(--tw-space-x-reverse));
    margin-left: calc(-29px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-30px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-30px * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-30px * var(--tw-space-x-reverse));
    margin-left: calc(-30px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-32px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-32px * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-32px * var(--tw-space-x-reverse));
    margin-left: calc(-32px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-35 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-35px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-35px * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-35 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-35px * var(--tw-space-x-reverse));
    margin-left: calc(-35px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-36px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-36px * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-36px * var(--tw-space-x-reverse));
    margin-left: calc(-36px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-37 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-37px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-37px * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-37 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-37px * var(--tw-space-x-reverse));
    margin-left: calc(-37px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-39 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-39px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-39px * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-39 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-39px * var(--tw-space-x-reverse));
    margin-left: calc(-39px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-40px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-40px * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-40px * var(--tw-space-x-reverse));
    margin-left: calc(-40px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-47 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-47px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-47px * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-47 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-47px * var(--tw-space-x-reverse));
    margin-left: calc(-47px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-50px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-50px * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-50px * var(--tw-space-x-reverse));
    margin-left: calc(-50px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-56px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-56px * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-56px * var(--tw-space-x-reverse));
    margin-left: calc(-56px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-64px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-64px * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-64px * var(--tw-space-x-reverse));
    margin-left: calc(-64px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-70 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-70px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-70px * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-70 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-70px * var(--tw-space-x-reverse));
    margin-left: calc(-70px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-72px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-72px * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-72px * var(--tw-space-x-reverse));
    margin-left: calc(-72px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-75 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-75px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-75px * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-75 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-75px * var(--tw-space-x-reverse));
    margin-left: calc(-75px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-80px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-80px * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-80px * var(--tw-space-x-reverse));
    margin-left: calc(-80px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-83 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-83px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-83px * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-83 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-83px * var(--tw-space-x-reverse));
    margin-left: calc(-83px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-100px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-100px * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-100px * var(--tw-space-x-reverse));
    margin-left: calc(-100px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-118 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-118px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-118px * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-118 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-118px * var(--tw-space-x-reverse));
    margin-left: calc(-118px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-130 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-130px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-130px * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-130 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-130px * var(--tw-space-x-reverse));
    margin-left: calc(-130px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-150 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-150px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-150px * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-150 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-150px * var(--tw-space-x-reverse));
    margin-left: calc(-150px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-180 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-180px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-180px * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-180 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-180px * var(--tw-space-x-reverse));
    margin-left: calc(-180px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-213 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-213px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-213px * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-213 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-213px * var(--tw-space-x-reverse));
    margin-left: calc(-213px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-225 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-225px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-225px * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-225 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-225px * var(--tw-space-x-reverse));
    margin-left: calc(-225px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-250 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-250px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-250px * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-250 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-250px * var(--tw-space-x-reverse));
    margin-left: calc(-250px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-300px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-300px * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-300px * var(--tw-space-x-reverse));
    margin-left: calc(-300px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-320 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-320px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-320px * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-320 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-320px * var(--tw-space-x-reverse));
    margin-left: calc(-320px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-345 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-345px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-345px * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-345 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-345px * var(--tw-space-x-reverse));
    margin-left: calc(-345px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-485 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-485px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-485px * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-485 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-485px * var(--tw-space-x-reverse));
    margin-left: calc(-485px * 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--135 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(135px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(135px * var(--tw-space-y-reverse));
  }

  .xl\:-space-x--135 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(135px * var(--tw-space-x-reverse));
    margin-left: calc(135px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-0p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0% * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-0p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0% * var(--tw-space-x-reverse));
    margin-left: calc(0% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-5p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-5% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-5% * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-5p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-5% * var(--tw-space-x-reverse));
    margin-left: calc(-5% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-10p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-10% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-10% * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-10p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-10% * var(--tw-space-x-reverse));
    margin-left: calc(-10% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-15p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-15% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-15% * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-15p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-15% * var(--tw-space-x-reverse));
    margin-left: calc(-15% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-20p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-20% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-20% * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-20p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-20% * var(--tw-space-x-reverse));
    margin-left: calc(-20% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-25p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-25% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-25% * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-25p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-25% * var(--tw-space-x-reverse));
    margin-left: calc(-25% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-30p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-30% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-30% * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-30p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-30% * var(--tw-space-x-reverse));
    margin-left: calc(-30% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-35p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-35% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-35% * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-35p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-35% * var(--tw-space-x-reverse));
    margin-left: calc(-35% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-40p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-40% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-40% * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-40p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-40% * var(--tw-space-x-reverse));
    margin-left: calc(-40% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-45p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-45% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-45% * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-45p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-45% * var(--tw-space-x-reverse));
    margin-left: calc(-45% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-50p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-50% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-50% * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-50p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-50% * var(--tw-space-x-reverse));
    margin-left: calc(-50% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-55p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-55% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-55% * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-55p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-55% * var(--tw-space-x-reverse));
    margin-left: calc(-55% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-60p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-60% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-60% * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-60p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-60% * var(--tw-space-x-reverse));
    margin-left: calc(-60% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-65p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-65% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-65% * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-65p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-65% * var(--tw-space-x-reverse));
    margin-left: calc(-65% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-70p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-70% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-70% * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-70p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-70% * var(--tw-space-x-reverse));
    margin-left: calc(-70% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-75p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-75% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-75% * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-75p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-75% * var(--tw-space-x-reverse));
    margin-left: calc(-75% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-80p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-80% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-80% * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-80p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-80% * var(--tw-space-x-reverse));
    margin-left: calc(-80% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-85p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-85% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-85% * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-85p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-85% * var(--tw-space-x-reverse));
    margin-left: calc(-85% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-90p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-90% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-90% * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-90p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-90% * var(--tw-space-x-reverse));
    margin-left: calc(-90% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-95p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-95% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-95% * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-95p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-95% * var(--tw-space-x-reverse));
    margin-left: calc(-95% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-100p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-100% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-100% * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-100p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-100% * var(--tw-space-x-reverse));
    margin-left: calc(-100% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-66\.5p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-66.5% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-66.5% * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-66\.5p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-66.5% * var(--tw-space-x-reverse));
    margin-left: calc(-66.5% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-67\.5p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-67.5% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-67.5% * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-67\.5p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-67.5% * var(--tw-space-x-reverse));
    margin-left: calc(-67.5% * 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-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-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-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 > :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-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(70, 70, 70, var(--tw-divide-opacity));
  }

  .xl\:divide-black-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(215, 215, 215, var(--tw-divide-opacity));
  }

  .xl\:divide-black-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(38, 38, 38, var(--tw-divide-opacity));
  }

  .xl\:divide-black-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(237, 237, 237, var(--tw-divide-opacity));
  }

  .xl\:divide-black-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(68, 68, 68, var(--tw-divide-opacity));
  }

  .xl\:divide-black-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(108, 108, 108, var(--tw-divide-opacity));
  }

  .xl\:divide-black > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-divide-opacity));
  }

  .xl\:divide-white-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(244, 244, 244, var(--tw-divide-opacity));
  }

  .xl\:divide-white > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity));
  }

  .xl\:divide-pink-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(233, 101, 147, var(--tw-divide-opacity));
  }

  .xl\:divide-pink > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(238, 139, 174, var(--tw-divide-opacity));
  }

  .xl\:divide-red-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(231, 6, 31, var(--tw-divide-opacity));
  }

  .xl\:divide-red > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(239, 0, 22, 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-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-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.5;
  }

  .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-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-1 {
    --tw-bg-opacity: 1;
    background-color: rgba(70, 70, 70, var(--tw-bg-opacity));
  }

  .xl\:bg-black-2 {
    --tw-bg-opacity: 1;
    background-color: rgba(215, 215, 215, var(--tw-bg-opacity));
  }

  .xl\:bg-black-3 {
    --tw-bg-opacity: 1;
    background-color: rgba(38, 38, 38, var(--tw-bg-opacity));
  }

  .xl\:bg-black-4 {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 237, 237, var(--tw-bg-opacity));
  }

  .xl\:bg-black-5 {
    --tw-bg-opacity: 1;
    background-color: rgba(68, 68, 68, var(--tw-bg-opacity));
  }

  .xl\:bg-black-6 {
    --tw-bg-opacity: 1;
    background-color: rgba(108, 108, 108, var(--tw-bg-opacity));
  }

  .xl\:bg-black {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .xl\:bg-white-1 {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 244, 244, var(--tw-bg-opacity));
  }

  .xl\:bg-white {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .xl\:bg-pink-1 {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 101, 147, var(--tw-bg-opacity));
  }

  .xl\:bg-pink {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 139, 174, var(--tw-bg-opacity));
  }

  .xl\:bg-red-1 {
    --tw-bg-opacity: 1;
    background-color: rgba(231, 6, 31, var(--tw-bg-opacity));
  }

  .xl\:bg-red {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 0, 22, 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-1 {
    --tw-bg-opacity: 1;
    background-color: rgba(70, 70, 70, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-black-2 {
    --tw-bg-opacity: 1;
    background-color: rgba(215, 215, 215, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-black-3 {
    --tw-bg-opacity: 1;
    background-color: rgba(38, 38, 38, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-black-4 {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 237, 237, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-black-5 {
    --tw-bg-opacity: 1;
    background-color: rgba(68, 68, 68, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-black-6 {
    --tw-bg-opacity: 1;
    background-color: rgba(108, 108, 108, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-black {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-white-1 {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 244, 244, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-white {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-pink-1 {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 101, 147, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-pink {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 139, 174, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-red-1 {
    --tw-bg-opacity: 1;
    background-color: rgba(231, 6, 31, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-red {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 0, 22, 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-1:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(70, 70, 70, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-black-2:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(215, 215, 215, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-black-3:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(38, 38, 38, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-black-4:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 237, 237, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-black-5:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(68, 68, 68, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-black-6:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(108, 108, 108, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-black:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-white-1:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 244, 244, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-white:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-pink-1:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 101, 147, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-pink:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 139, 174, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-red-1:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(231, 6, 31, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-red:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 0, 22, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-transparent:hover {
    background-color: transparent;
  }

  .xl\:hover\:bg-current:hover {
    background-color: currentColor;
  }

  .xl\:hover\:bg-black-1:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(70, 70, 70, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-black-2:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(215, 215, 215, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-black-3:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(38, 38, 38, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-black-4:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 237, 237, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-black-5:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(68, 68, 68, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-black-6:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(108, 108, 108, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-black:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-white-1:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 244, 244, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-white:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-pink-1:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 101, 147, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-pink:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 139, 174, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-red-1:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(231, 6, 31, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-red:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 0, 22, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-transparent:focus {
    background-color: transparent;
  }

  .xl\:focus\:bg-current:focus {
    background-color: currentColor;
  }

  .xl\:focus\:bg-black-1:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(70, 70, 70, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-black-2:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(215, 215, 215, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-black-3:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(38, 38, 38, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-black-4:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 237, 237, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-black-5:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(68, 68, 68, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-black-6:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(108, 108, 108, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-black:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-white-1:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 244, 244, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-white:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-pink-1:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 101, 147, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-pink:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 139, 174, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-red-1:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(231, 6, 31, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-red:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 0, 22, 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-gradient-khoa-hoc {
    background-image: linear-gradient(180deg, rgba(31, 22, 65, 0) 0%, rgba(31, 22, 65, 0.9) 72.62%, #1F1641 100%);
  }

  .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-1 {
    --tw-gradient-from: #464646;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(70, 70, 70, 0));
  }

  .xl\:from-black-2 {
    --tw-gradient-from: #d7d7d7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(215, 215, 215, 0));
  }

  .xl\:from-black-3 {
    --tw-gradient-from: #262626;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(38, 38, 38, 0));
  }

  .xl\:from-black-4 {
    --tw-gradient-from: #ededed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 237, 237, 0));
  }

  .xl\:from-black-5 {
    --tw-gradient-from: #444444;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(68, 68, 68, 0));
  }

  .xl\:from-black-6 {
    --tw-gradient-from: #6c6c6c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(108, 108, 108, 0));
  }

  .xl\:from-black {
    --tw-gradient-from: #000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xl\:from-white-1 {
    --tw-gradient-from: #f4f4f4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 244, 244, 0));
  }

  .xl\:from-white {
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:from-pink-1 {
    --tw-gradient-from: #e96593;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 101, 147, 0));
  }

  .xl\:from-pink {
    --tw-gradient-from: #ee8bae;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 139, 174, 0));
  }

  .xl\:from-red-1 {
    --tw-gradient-from: #e7061f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(231, 6, 31, 0));
  }

  .xl\:from-red {
    --tw-gradient-from: #ef0016;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 0, 22, 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-1 {
    --tw-gradient-stops: var(--tw-gradient-from), #464646, var(--tw-gradient-to, rgba(70, 70, 70, 0));
  }

  .xl\:via-black-2 {
    --tw-gradient-stops: var(--tw-gradient-from), #d7d7d7, var(--tw-gradient-to, rgba(215, 215, 215, 0));
  }

  .xl\:via-black-3 {
    --tw-gradient-stops: var(--tw-gradient-from), #262626, var(--tw-gradient-to, rgba(38, 38, 38, 0));
  }

  .xl\:via-black-4 {
    --tw-gradient-stops: var(--tw-gradient-from), #ededed, var(--tw-gradient-to, rgba(237, 237, 237, 0));
  }

  .xl\:via-black-5 {
    --tw-gradient-stops: var(--tw-gradient-from), #444444, var(--tw-gradient-to, rgba(68, 68, 68, 0));
  }

  .xl\:via-black-6 {
    --tw-gradient-stops: var(--tw-gradient-from), #6c6c6c, var(--tw-gradient-to, rgba(108, 108, 108, 0));
  }

  .xl\:via-black {
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xl\:via-white-1 {
    --tw-gradient-stops: var(--tw-gradient-from), #f4f4f4, var(--tw-gradient-to, rgba(244, 244, 244, 0));
  }

  .xl\:via-white {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:via-pink-1 {
    --tw-gradient-stops: var(--tw-gradient-from), #e96593, var(--tw-gradient-to, rgba(233, 101, 147, 0));
  }

  .xl\:via-pink {
    --tw-gradient-stops: var(--tw-gradient-from), #ee8bae, var(--tw-gradient-to, rgba(238, 139, 174, 0));
  }

  .xl\:via-red-1 {
    --tw-gradient-stops: var(--tw-gradient-from), #e7061f, var(--tw-gradient-to, rgba(231, 6, 31, 0));
  }

  .xl\:via-red {
    --tw-gradient-stops: var(--tw-gradient-from), #ef0016, var(--tw-gradient-to, rgba(239, 0, 22, 0));
  }

  .xl\:to-transparent {
    --tw-gradient-to: transparent;
  }

  .xl\:to-current {
    --tw-gradient-to: currentColor;
  }

  .xl\:to-black-1 {
    --tw-gradient-to: #464646;
  }

  .xl\:to-black-2 {
    --tw-gradient-to: #d7d7d7;
  }

  .xl\:to-black-3 {
    --tw-gradient-to: #262626;
  }

  .xl\:to-black-4 {
    --tw-gradient-to: #ededed;
  }

  .xl\:to-black-5 {
    --tw-gradient-to: #444444;
  }

  .xl\:to-black-6 {
    --tw-gradient-to: #6c6c6c;
  }

  .xl\:to-black {
    --tw-gradient-to: #000;
  }

  .xl\:to-white-1 {
    --tw-gradient-to: #f4f4f4;
  }

  .xl\:to-white {
    --tw-gradient-to: #fff;
  }

  .xl\:to-pink-1 {
    --tw-gradient-to: #e96593;
  }

  .xl\:to-pink {
    --tw-gradient-to: #ee8bae;
  }

  .xl\:to-red-1 {
    --tw-gradient-to: #e7061f;
  }

  .xl\:to-red {
    --tw-gradient-to: #ef0016;
  }

  .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-1:hover {
    --tw-gradient-from: #464646;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(70, 70, 70, 0));
  }

  .xl\:hover\:from-black-2:hover {
    --tw-gradient-from: #d7d7d7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(215, 215, 215, 0));
  }

  .xl\:hover\:from-black-3:hover {
    --tw-gradient-from: #262626;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(38, 38, 38, 0));
  }

  .xl\:hover\:from-black-4:hover {
    --tw-gradient-from: #ededed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 237, 237, 0));
  }

  .xl\:hover\:from-black-5:hover {
    --tw-gradient-from: #444444;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(68, 68, 68, 0));
  }

  .xl\:hover\:from-black-6:hover {
    --tw-gradient-from: #6c6c6c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(108, 108, 108, 0));
  }

  .xl\:hover\:from-black:hover {
    --tw-gradient-from: #000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xl\:hover\:from-white-1:hover {
    --tw-gradient-from: #f4f4f4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 244, 244, 0));
  }

  .xl\:hover\:from-white:hover {
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:hover\:from-pink-1:hover {
    --tw-gradient-from: #e96593;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 101, 147, 0));
  }

  .xl\:hover\:from-pink:hover {
    --tw-gradient-from: #ee8bae;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 139, 174, 0));
  }

  .xl\:hover\:from-red-1:hover {
    --tw-gradient-from: #e7061f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(231, 6, 31, 0));
  }

  .xl\:hover\:from-red:hover {
    --tw-gradient-from: #ef0016;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 0, 22, 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-1:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #464646, var(--tw-gradient-to, rgba(70, 70, 70, 0));
  }

  .xl\:hover\:via-black-2:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d7d7d7, var(--tw-gradient-to, rgba(215, 215, 215, 0));
  }

  .xl\:hover\:via-black-3:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #262626, var(--tw-gradient-to, rgba(38, 38, 38, 0));
  }

  .xl\:hover\:via-black-4:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ededed, var(--tw-gradient-to, rgba(237, 237, 237, 0));
  }

  .xl\:hover\:via-black-5:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #444444, var(--tw-gradient-to, rgba(68, 68, 68, 0));
  }

  .xl\:hover\:via-black-6:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6c6c6c, var(--tw-gradient-to, rgba(108, 108, 108, 0));
  }

  .xl\:hover\:via-black:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xl\:hover\:via-white-1:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f4f4f4, var(--tw-gradient-to, rgba(244, 244, 244, 0));
  }

  .xl\:hover\:via-white:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:hover\:via-pink-1:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e96593, var(--tw-gradient-to, rgba(233, 101, 147, 0));
  }

  .xl\:hover\:via-pink:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ee8bae, var(--tw-gradient-to, rgba(238, 139, 174, 0));
  }

  .xl\:hover\:via-red-1:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e7061f, var(--tw-gradient-to, rgba(231, 6, 31, 0));
  }

  .xl\:hover\:via-red:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ef0016, var(--tw-gradient-to, rgba(239, 0, 22, 0));
  }

  .xl\:hover\:to-transparent:hover {
    --tw-gradient-to: transparent;
  }

  .xl\:hover\:to-current:hover {
    --tw-gradient-to: currentColor;
  }

  .xl\:hover\:to-black-1:hover {
    --tw-gradient-to: #464646;
  }

  .xl\:hover\:to-black-2:hover {
    --tw-gradient-to: #d7d7d7;
  }

  .xl\:hover\:to-black-3:hover {
    --tw-gradient-to: #262626;
  }

  .xl\:hover\:to-black-4:hover {
    --tw-gradient-to: #ededed;
  }

  .xl\:hover\:to-black-5:hover {
    --tw-gradient-to: #444444;
  }

  .xl\:hover\:to-black-6:hover {
    --tw-gradient-to: #6c6c6c;
  }

  .xl\:hover\:to-black:hover {
    --tw-gradient-to: #000;
  }

  .xl\:hover\:to-white-1:hover {
    --tw-gradient-to: #f4f4f4;
  }

  .xl\:hover\:to-white:hover {
    --tw-gradient-to: #fff;
  }

  .xl\:hover\:to-pink-1:hover {
    --tw-gradient-to: #e96593;
  }

  .xl\:hover\:to-pink:hover {
    --tw-gradient-to: #ee8bae;
  }

  .xl\:hover\:to-red-1:hover {
    --tw-gradient-to: #e7061f;
  }

  .xl\:hover\:to-red:hover {
    --tw-gradient-to: #ef0016;
  }

  .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-1:focus {
    --tw-gradient-from: #464646;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(70, 70, 70, 0));
  }

  .xl\:focus\:from-black-2:focus {
    --tw-gradient-from: #d7d7d7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(215, 215, 215, 0));
  }

  .xl\:focus\:from-black-3:focus {
    --tw-gradient-from: #262626;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(38, 38, 38, 0));
  }

  .xl\:focus\:from-black-4:focus {
    --tw-gradient-from: #ededed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 237, 237, 0));
  }

  .xl\:focus\:from-black-5:focus {
    --tw-gradient-from: #444444;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(68, 68, 68, 0));
  }

  .xl\:focus\:from-black-6:focus {
    --tw-gradient-from: #6c6c6c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(108, 108, 108, 0));
  }

  .xl\:focus\:from-black:focus {
    --tw-gradient-from: #000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xl\:focus\:from-white-1:focus {
    --tw-gradient-from: #f4f4f4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 244, 244, 0));
  }

  .xl\:focus\:from-white:focus {
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:focus\:from-pink-1:focus {
    --tw-gradient-from: #e96593;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 101, 147, 0));
  }

  .xl\:focus\:from-pink:focus {
    --tw-gradient-from: #ee8bae;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 139, 174, 0));
  }

  .xl\:focus\:from-red-1:focus {
    --tw-gradient-from: #e7061f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(231, 6, 31, 0));
  }

  .xl\:focus\:from-red:focus {
    --tw-gradient-from: #ef0016;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 0, 22, 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-1:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #464646, var(--tw-gradient-to, rgba(70, 70, 70, 0));
  }

  .xl\:focus\:via-black-2:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d7d7d7, var(--tw-gradient-to, rgba(215, 215, 215, 0));
  }

  .xl\:focus\:via-black-3:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #262626, var(--tw-gradient-to, rgba(38, 38, 38, 0));
  }

  .xl\:focus\:via-black-4:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ededed, var(--tw-gradient-to, rgba(237, 237, 237, 0));
  }

  .xl\:focus\:via-black-5:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #444444, var(--tw-gradient-to, rgba(68, 68, 68, 0));
  }

  .xl\:focus\:via-black-6:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6c6c6c, var(--tw-gradient-to, rgba(108, 108, 108, 0));
  }

  .xl\:focus\:via-black:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xl\:focus\:via-white-1:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f4f4f4, var(--tw-gradient-to, rgba(244, 244, 244, 0));
  }

  .xl\:focus\:via-white:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:focus\:via-pink-1:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e96593, var(--tw-gradient-to, rgba(233, 101, 147, 0));
  }

  .xl\:focus\:via-pink:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ee8bae, var(--tw-gradient-to, rgba(238, 139, 174, 0));
  }

  .xl\:focus\:via-red-1:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e7061f, var(--tw-gradient-to, rgba(231, 6, 31, 0));
  }

  .xl\:focus\:via-red:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ef0016, var(--tw-gradient-to, rgba(239, 0, 22, 0));
  }

  .xl\:focus\:to-transparent:focus {
    --tw-gradient-to: transparent;
  }

  .xl\:focus\:to-current:focus {
    --tw-gradient-to: currentColor;
  }

  .xl\:focus\:to-black-1:focus {
    --tw-gradient-to: #464646;
  }

  .xl\:focus\:to-black-2:focus {
    --tw-gradient-to: #d7d7d7;
  }

  .xl\:focus\:to-black-3:focus {
    --tw-gradient-to: #262626;
  }

  .xl\:focus\:to-black-4:focus {
    --tw-gradient-to: #ededed;
  }

  .xl\:focus\:to-black-5:focus {
    --tw-gradient-to: #444444;
  }

  .xl\:focus\:to-black-6:focus {
    --tw-gradient-to: #6c6c6c;
  }

  .xl\:focus\:to-black:focus {
    --tw-gradient-to: #000;
  }

  .xl\:focus\:to-white-1:focus {
    --tw-gradient-to: #f4f4f4;
  }

  .xl\:focus\:to-white:focus {
    --tw-gradient-to: #fff;
  }

  .xl\:focus\:to-pink-1:focus {
    --tw-gradient-to: #e96593;
  }

  .xl\:focus\:to-pink:focus {
    --tw-gradient-to: #ee8bae;
  }

  .xl\:focus\:to-red-1:focus {
    --tw-gradient-to: #e7061f;
  }

  .xl\:focus\:to-red:focus {
    --tw-gradient-to: #ef0016;
  }

  .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-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-50 {
    --tw-bg-opacity: 0.5;
  }

  .xl\:bg-opacity-60 {
    --tw-bg-opacity: 0.6;
  }

  .xl\:bg-opacity-70 {
    --tw-bg-opacity: 0.7;
  }

  .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-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-50 {
    --tw-bg-opacity: 0.5;
  }

  .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-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-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-50:focus-within {
    --tw-bg-opacity: 0.5;
  }

  .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-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-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-50:hover {
    --tw-bg-opacity: 0.5;
  }

  .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-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-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-50:focus {
    --tw-bg-opacity: 0.5;
  }

  .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-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-10p-center {
    background-position: 10% center;
  }

  .xl\:bg-right-15-center {
    background-position: right 15px center;
  }

  .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-24 {
    background-size: 24px 24px;
  }

  .xl\:bg-auto {
    background-size: auto;
  }

  .xl\:bg-cover {
    background-size: cover;
  }

  .xl\:bg-contain {
    background-size: contain;
  }

  .xl\:bg-w-64p {
    background-size: 64% auto;
  }

  .xl\:bg-size-78p {
    background-size: 78%;
  }

  .xl\:bg-size-100p {
    background-size: 100%;
  }

  .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-1 {
    --tw-border-opacity: 1;
    border-color: rgba(70, 70, 70, var(--tw-border-opacity));
  }

  .xl\:border-black-2 {
    --tw-border-opacity: 1;
    border-color: rgba(215, 215, 215, var(--tw-border-opacity));
  }

  .xl\:border-black-3 {
    --tw-border-opacity: 1;
    border-color: rgba(38, 38, 38, var(--tw-border-opacity));
  }

  .xl\:border-black-4 {
    --tw-border-opacity: 1;
    border-color: rgba(237, 237, 237, var(--tw-border-opacity));
  }

  .xl\:border-black-5 {
    --tw-border-opacity: 1;
    border-color: rgba(68, 68, 68, var(--tw-border-opacity));
  }

  .xl\:border-black-6 {
    --tw-border-opacity: 1;
    border-color: rgba(108, 108, 108, var(--tw-border-opacity));
  }

  .xl\:border-black {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .xl\:border-white-1 {
    --tw-border-opacity: 1;
    border-color: rgba(244, 244, 244, var(--tw-border-opacity));
  }

  .xl\:border-white {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .xl\:border-pink-1 {
    --tw-border-opacity: 1;
    border-color: rgba(233, 101, 147, var(--tw-border-opacity));
  }

  .xl\:border-pink {
    --tw-border-opacity: 1;
    border-color: rgba(238, 139, 174, var(--tw-border-opacity));
  }

  .xl\:border-red-1 {
    --tw-border-opacity: 1;
    border-color: rgba(231, 6, 31, var(--tw-border-opacity));
  }

  .xl\:border-red {
    --tw-border-opacity: 1;
    border-color: rgba(239, 0, 22, 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-1 {
    --tw-border-opacity: 1;
    border-color: rgba(70, 70, 70, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-black-2 {
    --tw-border-opacity: 1;
    border-color: rgba(215, 215, 215, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-black-3 {
    --tw-border-opacity: 1;
    border-color: rgba(38, 38, 38, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-black-4 {
    --tw-border-opacity: 1;
    border-color: rgba(237, 237, 237, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-black-5 {
    --tw-border-opacity: 1;
    border-color: rgba(68, 68, 68, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-black-6 {
    --tw-border-opacity: 1;
    border-color: rgba(108, 108, 108, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-black {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-white-1 {
    --tw-border-opacity: 1;
    border-color: rgba(244, 244, 244, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-white {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-pink-1 {
    --tw-border-opacity: 1;
    border-color: rgba(233, 101, 147, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-pink {
    --tw-border-opacity: 1;
    border-color: rgba(238, 139, 174, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-red-1 {
    --tw-border-opacity: 1;
    border-color: rgba(231, 6, 31, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-red {
    --tw-border-opacity: 1;
    border-color: rgba(239, 0, 22, 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-1:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(70, 70, 70, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-black-2:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(215, 215, 215, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-black-3:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(38, 38, 38, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-black-4:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(237, 237, 237, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-black-5:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(68, 68, 68, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-black-6:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(108, 108, 108, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-black:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-white-1:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(244, 244, 244, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-white:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-pink-1:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(233, 101, 147, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-pink:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(238, 139, 174, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-red-1:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(231, 6, 31, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-red:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(239, 0, 22, var(--tw-border-opacity));
  }

  .xl\:hover\:border-transparent:hover {
    border-color: transparent;
  }

  .xl\:hover\:border-current:hover {
    border-color: currentColor;
  }

  .xl\:hover\:border-black-1:hover {
    --tw-border-opacity: 1;
    border-color: rgba(70, 70, 70, var(--tw-border-opacity));
  }

  .xl\:hover\:border-black-2:hover {
    --tw-border-opacity: 1;
    border-color: rgba(215, 215, 215, var(--tw-border-opacity));
  }

  .xl\:hover\:border-black-3:hover {
    --tw-border-opacity: 1;
    border-color: rgba(38, 38, 38, var(--tw-border-opacity));
  }

  .xl\:hover\:border-black-4:hover {
    --tw-border-opacity: 1;
    border-color: rgba(237, 237, 237, var(--tw-border-opacity));
  }

  .xl\:hover\:border-black-5:hover {
    --tw-border-opacity: 1;
    border-color: rgba(68, 68, 68, var(--tw-border-opacity));
  }

  .xl\:hover\:border-black-6:hover {
    --tw-border-opacity: 1;
    border-color: rgba(108, 108, 108, var(--tw-border-opacity));
  }

  .xl\:hover\:border-black:hover {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .xl\:hover\:border-white-1:hover {
    --tw-border-opacity: 1;
    border-color: rgba(244, 244, 244, var(--tw-border-opacity));
  }

  .xl\:hover\:border-white:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .xl\:hover\:border-pink-1:hover {
    --tw-border-opacity: 1;
    border-color: rgba(233, 101, 147, var(--tw-border-opacity));
  }

  .xl\:hover\:border-pink:hover {
    --tw-border-opacity: 1;
    border-color: rgba(238, 139, 174, var(--tw-border-opacity));
  }

  .xl\:hover\:border-red-1:hover {
    --tw-border-opacity: 1;
    border-color: rgba(231, 6, 31, var(--tw-border-opacity));
  }

  .xl\:hover\:border-red:hover {
    --tw-border-opacity: 1;
    border-color: rgba(239, 0, 22, var(--tw-border-opacity));
  }

  .xl\:focus\:border-transparent:focus {
    border-color: transparent;
  }

  .xl\:focus\:border-current:focus {
    border-color: currentColor;
  }

  .xl\:focus\:border-black-1:focus {
    --tw-border-opacity: 1;
    border-color: rgba(70, 70, 70, var(--tw-border-opacity));
  }

  .xl\:focus\:border-black-2:focus {
    --tw-border-opacity: 1;
    border-color: rgba(215, 215, 215, var(--tw-border-opacity));
  }

  .xl\:focus\:border-black-3:focus {
    --tw-border-opacity: 1;
    border-color: rgba(38, 38, 38, var(--tw-border-opacity));
  }

  .xl\:focus\:border-black-4:focus {
    --tw-border-opacity: 1;
    border-color: rgba(237, 237, 237, var(--tw-border-opacity));
  }

  .xl\:focus\:border-black-5:focus {
    --tw-border-opacity: 1;
    border-color: rgba(68, 68, 68, var(--tw-border-opacity));
  }

  .xl\:focus\:border-black-6:focus {
    --tw-border-opacity: 1;
    border-color: rgba(108, 108, 108, var(--tw-border-opacity));
  }

  .xl\:focus\:border-black:focus {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .xl\:focus\:border-white-1:focus {
    --tw-border-opacity: 1;
    border-color: rgba(244, 244, 244, var(--tw-border-opacity));
  }

  .xl\:focus\:border-white:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .xl\:focus\:border-pink-1:focus {
    --tw-border-opacity: 1;
    border-color: rgba(233, 101, 147, var(--tw-border-opacity));
  }

  .xl\:focus\:border-pink:focus {
    --tw-border-opacity: 1;
    border-color: rgba(238, 139, 174, var(--tw-border-opacity));
  }

  .xl\:focus\:border-red-1:focus {
    --tw-border-opacity: 1;
    border-color: rgba(231, 6, 31, var(--tw-border-opacity));
  }

  .xl\:focus\:border-red:focus {
    --tw-border-opacity: 1;
    border-color: rgba(239, 0, 22, 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-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-50 {
    --tw-border-opacity: 0.5;
  }

  .xl\:border-opacity-60 {
    --tw-border-opacity: 0.6;
  }

  .xl\:border-opacity-70 {
    --tw-border-opacity: 0.7;
  }

  .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-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-50 {
    --tw-border-opacity: 0.5;
  }

  .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-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-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-50:focus-within {
    --tw-border-opacity: 0.5;
  }

  .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-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-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-50:hover {
    --tw-border-opacity: 0.5;
  }

  .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-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-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-50:focus {
    --tw-border-opacity: 0.5;
  }

  .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-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-20 {
    border-radius: 20px;
  }

  .xl\:rounded-99 {
    border-radius: 99px;
  }

  .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-t-20 {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }

  .xl\:rounded-r-20 {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
  }

  .xl\:rounded-b-20 {
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
  }

  .xl\:rounded-l-20 {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
  }

  .xl\:rounded-t-99 {
    border-top-left-radius: 99px;
    border-top-right-radius: 99px;
  }

  .xl\:rounded-r-99 {
    border-top-right-radius: 99px;
    border-bottom-right-radius: 99px;
  }

  .xl\:rounded-b-99 {
    border-bottom-right-radius: 99px;
    border-bottom-left-radius: 99px;
  }

  .xl\:rounded-l-99 {
    border-top-left-radius: 99px;
    border-bottom-left-radius: 99px;
  }

  .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-tl-20 {
    border-top-left-radius: 20px;
  }

  .xl\:rounded-tr-20 {
    border-top-right-radius: 20px;
  }

  .xl\:rounded-br-20 {
    border-bottom-right-radius: 20px;
  }

  .xl\:rounded-bl-20 {
    border-bottom-left-radius: 20px;
  }

  .xl\:rounded-tl-99 {
    border-top-left-radius: 99px;
  }

  .xl\:rounded-tr-99 {
    border-top-right-radius: 99px;
  }

  .xl\:rounded-br-99 {
    border-bottom-right-radius: 99px;
  }

  .xl\:rounded-bl-99 {
    border-bottom-left-radius: 99px;
  }

  .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\: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-2 {
    border-width: 2px;
  }

  .xl\:border-4 {
    border-width: 4px;
  }

  .xl\:border-8 {
    border-width: 8px;
  }

  .xl\:border {
    border-width: 1px;
  }

  .xl\:border-t-0 {
    border-top-width: 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-2 {
    border-top-width: 2px;
  }

  .xl\:border-r-2 {
    border-right-width: 2px;
  }

  .xl\:border-b-2 {
    border-bottom-width: 2px;
  }

  .xl\:border-l-2 {
    border-left-width: 2px;
  }

  .xl\:border-t-4 {
    border-top-width: 4px;
  }

  .xl\:border-r-4 {
    border-right-width: 4px;
  }

  .xl\:border-b-4 {
    border-bottom-width: 4px;
  }

  .xl\:border-l-4 {
    border-left-width: 4px;
  }

  .xl\:border-t-8 {
    border-top-width: 8px;
  }

  .xl\:border-r-8 {
    border-right-width: 8px;
  }

  .xl\:border-b-8 {
    border-bottom-width: 8px;
  }

  .xl\:border-l-8 {
    border-left-width: 8px;
  }

  .xl\:border-t {
    border-top-width: 1px;
  }

  .xl\:border-r {
    border-right-width: 1px;
  }

  .xl\:border-b {
    border-bottom-width: 1px;
  }

  .xl\:border-l {
    border-left-width: 1px;
  }

  .xl\: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\:inline-table {
    display: inline-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\:list-item {
    display: list-item;
  }

  .group:hover .xl\:group-hover\:block {
    display: block;
  }

  .group:hover .xl\:group-hover\:inline-block {
    display: inline-block;
  }

  .group:hover .xl\:group-hover\:inline {
    display: inline;
  }

  .group:hover .xl\:group-hover\:flex {
    display: flex;
  }

  .group:hover .xl\:group-hover\:inline-flex {
    display: inline-flex;
  }

  .group:hover .xl\:group-hover\:table {
    display: table;
  }

  .group:hover .xl\:group-hover\:inline-table {
    display: inline-table;
  }

  .group:hover .xl\:group-hover\:table-caption {
    display: table-caption;
  }

  .group:hover .xl\:group-hover\:table-cell {
    display: table-cell;
  }

  .group:hover .xl\:group-hover\:table-column {
    display: table-column;
  }

  .group:hover .xl\:group-hover\:table-column-group {
    display: table-column-group;
  }

  .group:hover .xl\:group-hover\:table-footer-group {
    display: table-footer-group;
  }

  .group:hover .xl\:group-hover\:table-header-group {
    display: table-header-group;
  }

  .group:hover .xl\:group-hover\:table-row-group {
    display: table-row-group;
  }

  .group:hover .xl\:group-hover\:table-row {
    display: table-row;
  }

  .group:hover .xl\:group-hover\:flow-root {
    display: flow-root;
  }

  .group:hover .xl\:group-hover\:grid {
    display: grid;
  }

  .group:hover .xl\:group-hover\:inline-grid {
    display: inline-grid;
  }

  .group:hover .xl\:group-hover\:contents {
    display: contents;
  }

  .group:hover .xl\:group-hover\:list-item {
    display: list-item;
  }

  .xl\:hidden {
    display: none;
  }

  .group:hover .xl\:group-hover\: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-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-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-heading {
    font-family: Nunito Sans, sans-serif;
  }

  .xl\:font-body {
    font-family: Nunito Sans, sans-serif;
  }

  .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-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-3 {
    height: 3px;
  }

  .xl\:h-5 {
    height: 5px;
  }

  .xl\:h-8 {
    height: 8px;
  }

  .xl\:h-10 {
    height: 10px;
  }

  .xl\:h-12 {
    height: 12px;
  }

  .xl\:h-14 {
    height: 14px;
  }

  .xl\:h-15 {
    height: 15px;
  }

  .xl\:h-16 {
    height: 16px;
  }

  .xl\:h-20 {
    height: 20px;
  }

  .xl\:h-24 {
    height: 24px;
  }

  .xl\:h-28 {
    height: 28px;
  }

  .xl\:h-29 {
    height: 29px;
  }

  .xl\:h-30 {
    height: 30px;
  }

  .xl\:h-32 {
    height: 32px;
  }

  .xl\:h-35 {
    height: 35px;
  }

  .xl\:h-36 {
    height: 36px;
  }

  .xl\:h-37 {
    height: 37px;
  }

  .xl\:h-39 {
    height: 39px;
  }

  .xl\:h-40 {
    height: 40px;
  }

  .xl\:h-47 {
    height: 47px;
  }

  .xl\:h-50 {
    height: 50px;
  }

  .xl\:h-56 {
    height: 56px;
  }

  .xl\:h-64 {
    height: 64px;
  }

  .xl\:h-70 {
    height: 70px;
  }

  .xl\:h-72 {
    height: 72px;
  }

  .xl\:h-75 {
    height: 75px;
  }

  .xl\:h-80 {
    height: 80px;
  }

  .xl\:h-83 {
    height: 83px;
  }

  .xl\:h-100 {
    height: 100px;
  }

  .xl\:h-118 {
    height: 118px;
  }

  .xl\:h-130 {
    height: 130px;
  }

  .xl\:h-150 {
    height: 150px;
  }

  .xl\:h-180 {
    height: 180px;
  }

  .xl\:h-213 {
    height: 213px;
  }

  .xl\:h-225 {
    height: 225px;
  }

  .xl\:h-250 {
    height: 250px;
  }

  .xl\:h-300 {
    height: 300px;
  }

  .xl\:h-320 {
    height: 320px;
  }

  .xl\:h-345 {
    height: 345px;
  }

  .xl\:h-485 {
    height: 485px;
  }

  .xl\:h-auto {
    height: auto;
  }

  .xl\:h-px {
    height: 1px;
  }

  .xl\:-h-135 {
    height: -135px;
  }

  .xl\:h-0p {
    height: 0%;
  }

  .xl\:h-5p {
    height: 5%;
  }

  .xl\:h-10p {
    height: 10%;
  }

  .xl\:h-15p {
    height: 15%;
  }

  .xl\:h-20p {
    height: 20%;
  }

  .xl\:h-25p {
    height: 25%;
  }

  .xl\:h-30p {
    height: 30%;
  }

  .xl\:h-35p {
    height: 35%;
  }

  .xl\:h-40p {
    height: 40%;
  }

  .xl\:h-45p {
    height: 45%;
  }

  .xl\:h-50p {
    height: 50%;
  }

  .xl\:h-55p {
    height: 55%;
  }

  .xl\:h-60p {
    height: 60%;
  }

  .xl\:h-65p {
    height: 65%;
  }

  .xl\:h-70p {
    height: 70%;
  }

  .xl\:h-75p {
    height: 75%;
  }

  .xl\:h-80p {
    height: 80%;
  }

  .xl\:h-85p {
    height: 85%;
  }

  .xl\:h-90p {
    height: 90%;
  }

  .xl\:h-95p {
    height: 95%;
  }

  .xl\:h-100p {
    height: 100%;
  }

  .xl\:h-66\.5p {
    height: 66.5%;
  }

  .xl\:h-67\.5p {
    height: 67.5%;
  }

  .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\:text-12 {
    font-size: 12px;
    line-height: 1.225;
  }

  .xl\:text-14 {
    font-size: 14px;
    line-height: 1.35;
  }

  .xl\:text-15 {
    font-size: 15px;
    line-height: 1.35;
  }

  .xl\:text-16 {
    font-size: 16px;
    line-height: 24px;
  }

  .xl\:text-18 {
    font-size: 18px;
    line-height: 1.5;
  }

  .xl\:text-20 {
    font-size: 20px;
    line-height: 1.4;
  }

  .xl\:text-24 {
    font-size: 24px;
    line-height: 1.3;
  }

  .xl\:text-25 {
    font-size: 25px;
    line-height: 1.3;
  }

  .xl\:text-28 {
    font-size: 28px;
    line-height: 1.45;
  }

  .xl\:text-30 {
    font-size: 30px;
    line-height: 39px;
  }

  .xl\:text-32 {
    font-size: 32px;
    line-height: 41px;
  }

  .xl\:text-45 {
    font-size: 45px;
    line-height: 51px;
  }

  .xl\:text-48 {
    font-size: 48px;
    line-height: 1.4;
  }

  .xl\:text-50 {
    font-size: 50px;
    line-height: 65px;
  }

  .xl\:text-60 {
    font-size: 60px;
    line-height: 71px;
  }

  .xl\:text-72 {
    font-size: 72px;
    line-height: 84px;
  }

  .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-3 {
    margin: 3px;
  }

  .xl\:m-5 {
    margin: 5px;
  }

  .xl\:m-8 {
    margin: 8px;
  }

  .xl\:m-10 {
    margin: 10px;
  }

  .xl\:m-12 {
    margin: 12px;
  }

  .xl\:m-14 {
    margin: 14px;
  }

  .xl\:m-15 {
    margin: 15px;
  }

  .xl\:m-16 {
    margin: 16px;
  }

  .xl\:m-20 {
    margin: 20px;
  }

  .xl\:m-24 {
    margin: 24px;
  }

  .xl\:m-28 {
    margin: 28px;
  }

  .xl\:m-29 {
    margin: 29px;
  }

  .xl\:m-30 {
    margin: 30px;
  }

  .xl\:m-32 {
    margin: 32px;
  }

  .xl\:m-35 {
    margin: 35px;
  }

  .xl\:m-36 {
    margin: 36px;
  }

  .xl\:m-37 {
    margin: 37px;
  }

  .xl\:m-39 {
    margin: 39px;
  }

  .xl\:m-40 {
    margin: 40px;
  }

  .xl\:m-47 {
    margin: 47px;
  }

  .xl\:m-50 {
    margin: 50px;
  }

  .xl\:m-56 {
    margin: 56px;
  }

  .xl\:m-64 {
    margin: 64px;
  }

  .xl\:m-70 {
    margin: 70px;
  }

  .xl\:m-72 {
    margin: 72px;
  }

  .xl\:m-75 {
    margin: 75px;
  }

  .xl\:m-80 {
    margin: 80px;
  }

  .xl\:m-83 {
    margin: 83px;
  }

  .xl\:m-100 {
    margin: 100px;
  }

  .xl\:m-118 {
    margin: 118px;
  }

  .xl\:m-130 {
    margin: 130px;
  }

  .xl\:m-150 {
    margin: 150px;
  }

  .xl\:m-180 {
    margin: 180px;
  }

  .xl\:m-213 {
    margin: 213px;
  }

  .xl\:m-225 {
    margin: 225px;
  }

  .xl\:m-250 {
    margin: 250px;
  }

  .xl\:m-300 {
    margin: 300px;
  }

  .xl\:m-320 {
    margin: 320px;
  }

  .xl\:m-345 {
    margin: 345px;
  }

  .xl\:m-485 {
    margin: 485px;
  }

  .xl\:m-auto {
    margin: auto;
  }

  .xl\:m-px {
    margin: 1px;
  }

  .xl\:-m-135 {
    margin: -135px;
  }

  .xl\:m-0p {
    margin: 0%;
  }

  .xl\:m-5p {
    margin: 5%;
  }

  .xl\:m-10p {
    margin: 10%;
  }

  .xl\:m-15p {
    margin: 15%;
  }

  .xl\:m-20p {
    margin: 20%;
  }

  .xl\:m-25p {
    margin: 25%;
  }

  .xl\:m-30p {
    margin: 30%;
  }

  .xl\:m-35p {
    margin: 35%;
  }

  .xl\:m-40p {
    margin: 40%;
  }

  .xl\:m-45p {
    margin: 45%;
  }

  .xl\:m-50p {
    margin: 50%;
  }

  .xl\:m-55p {
    margin: 55%;
  }

  .xl\:m-60p {
    margin: 60%;
  }

  .xl\:m-65p {
    margin: 65%;
  }

  .xl\:m-70p {
    margin: 70%;
  }

  .xl\:m-75p {
    margin: 75%;
  }

  .xl\:m-80p {
    margin: 80%;
  }

  .xl\:m-85p {
    margin: 85%;
  }

  .xl\:m-90p {
    margin: 90%;
  }

  .xl\:m-95p {
    margin: 95%;
  }

  .xl\:m-100p {
    margin: 100%;
  }

  .xl\:m-66\.5p {
    margin: 66.5%;
  }

  .xl\:m-67\.5p {
    margin: 67.5%;
  }

  .xl\:-m-0 {
    margin: 0px;
  }

  .xl\:-m-3 {
    margin: -3px;
  }

  .xl\:-m-5 {
    margin: -5px;
  }

  .xl\:-m-8 {
    margin: -8px;
  }

  .xl\:-m-10 {
    margin: -10px;
  }

  .xl\:-m-12 {
    margin: -12px;
  }

  .xl\:-m-14 {
    margin: -14px;
  }

  .xl\:-m-15 {
    margin: -15px;
  }

  .xl\:-m-16 {
    margin: -16px;
  }

  .xl\:-m-20 {
    margin: -20px;
  }

  .xl\:-m-24 {
    margin: -24px;
  }

  .xl\:-m-28 {
    margin: -28px;
  }

  .xl\:-m-29 {
    margin: -29px;
  }

  .xl\:-m-30 {
    margin: -30px;
  }

  .xl\:-m-32 {
    margin: -32px;
  }

  .xl\:-m-35 {
    margin: -35px;
  }

  .xl\:-m-36 {
    margin: -36px;
  }

  .xl\:-m-37 {
    margin: -37px;
  }

  .xl\:-m-39 {
    margin: -39px;
  }

  .xl\:-m-40 {
    margin: -40px;
  }

  .xl\:-m-47 {
    margin: -47px;
  }

  .xl\:-m-50 {
    margin: -50px;
  }

  .xl\:-m-56 {
    margin: -56px;
  }

  .xl\:-m-64 {
    margin: -64px;
  }

  .xl\:-m-70 {
    margin: -70px;
  }

  .xl\:-m-72 {
    margin: -72px;
  }

  .xl\:-m-75 {
    margin: -75px;
  }

  .xl\:-m-80 {
    margin: -80px;
  }

  .xl\:-m-83 {
    margin: -83px;
  }

  .xl\:-m-100 {
    margin: -100px;
  }

  .xl\:-m-118 {
    margin: -118px;
  }

  .xl\:-m-130 {
    margin: -130px;
  }

  .xl\:-m-150 {
    margin: -150px;
  }

  .xl\:-m-180 {
    margin: -180px;
  }

  .xl\:-m-213 {
    margin: -213px;
  }

  .xl\:-m-225 {
    margin: -225px;
  }

  .xl\:-m-250 {
    margin: -250px;
  }

  .xl\:-m-300 {
    margin: -300px;
  }

  .xl\:-m-320 {
    margin: -320px;
  }

  .xl\:-m-345 {
    margin: -345px;
  }

  .xl\:-m-485 {
    margin: -485px;
  }

  .xl\:-m-px {
    margin: -1px;
  }

  .xl\:-m--135 {
    margin: 135px;
  }

  .xl\:-m-0p {
    margin: 0%;
  }

  .xl\:-m-5p {
    margin: -5%;
  }

  .xl\:-m-10p {
    margin: -10%;
  }

  .xl\:-m-15p {
    margin: -15%;
  }

  .xl\:-m-20p {
    margin: -20%;
  }

  .xl\:-m-25p {
    margin: -25%;
  }

  .xl\:-m-30p {
    margin: -30%;
  }

  .xl\:-m-35p {
    margin: -35%;
  }

  .xl\:-m-40p {
    margin: -40%;
  }

  .xl\:-m-45p {
    margin: -45%;
  }

  .xl\:-m-50p {
    margin: -50%;
  }

  .xl\:-m-55p {
    margin: -55%;
  }

  .xl\:-m-60p {
    margin: -60%;
  }

  .xl\:-m-65p {
    margin: -65%;
  }

  .xl\:-m-70p {
    margin: -70%;
  }

  .xl\:-m-75p {
    margin: -75%;
  }

  .xl\:-m-80p {
    margin: -80%;
  }

  .xl\:-m-85p {
    margin: -85%;
  }

  .xl\:-m-90p {
    margin: -90%;
  }

  .xl\:-m-95p {
    margin: -95%;
  }

  .xl\:-m-100p {
    margin: -100%;
  }

  .xl\:-m-66\.5p {
    margin: -66.5%;
  }

  .xl\:-m-67\.5p {
    margin: -67.5%;
  }

  .xl\:my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .xl\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .xl\:my-3 {
    margin-top: 3px;
    margin-bottom: 3px;
  }

  .xl\:mx-3 {
    margin-left: 3px;
    margin-right: 3px;
  }

  .xl\:my-5 {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .xl\:mx-5 {
    margin-left: 5px;
    margin-right: 5px;
  }

  .xl\:my-8 {
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .xl\:mx-8 {
    margin-left: 8px;
    margin-right: 8px;
  }

  .xl\:my-10 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .xl\:mx-10 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .xl\:my-12 {
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .xl\:mx-12 {
    margin-left: 12px;
    margin-right: 12px;
  }

  .xl\:my-14 {
    margin-top: 14px;
    margin-bottom: 14px;
  }

  .xl\:mx-14 {
    margin-left: 14px;
    margin-right: 14px;
  }

  .xl\:my-15 {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .xl\:mx-15 {
    margin-left: 15px;
    margin-right: 15px;
  }

  .xl\:my-16 {
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .xl\:mx-16 {
    margin-left: 16px;
    margin-right: 16px;
  }

  .xl\:my-20 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .xl\:mx-20 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .xl\:my-24 {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .xl\:mx-24 {
    margin-left: 24px;
    margin-right: 24px;
  }

  .xl\:my-28 {
    margin-top: 28px;
    margin-bottom: 28px;
  }

  .xl\:mx-28 {
    margin-left: 28px;
    margin-right: 28px;
  }

  .xl\:my-29 {
    margin-top: 29px;
    margin-bottom: 29px;
  }

  .xl\:mx-29 {
    margin-left: 29px;
    margin-right: 29px;
  }

  .xl\:my-30 {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .xl\:mx-30 {
    margin-left: 30px;
    margin-right: 30px;
  }

  .xl\:my-32 {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .xl\:mx-32 {
    margin-left: 32px;
    margin-right: 32px;
  }

  .xl\:my-35 {
    margin-top: 35px;
    margin-bottom: 35px;
  }

  .xl\:mx-35 {
    margin-left: 35px;
    margin-right: 35px;
  }

  .xl\:my-36 {
    margin-top: 36px;
    margin-bottom: 36px;
  }

  .xl\:mx-36 {
    margin-left: 36px;
    margin-right: 36px;
  }

  .xl\:my-37 {
    margin-top: 37px;
    margin-bottom: 37px;
  }

  .xl\:mx-37 {
    margin-left: 37px;
    margin-right: 37px;
  }

  .xl\:my-39 {
    margin-top: 39px;
    margin-bottom: 39px;
  }

  .xl\:mx-39 {
    margin-left: 39px;
    margin-right: 39px;
  }

  .xl\:my-40 {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .xl\:mx-40 {
    margin-left: 40px;
    margin-right: 40px;
  }

  .xl\:my-47 {
    margin-top: 47px;
    margin-bottom: 47px;
  }

  .xl\:mx-47 {
    margin-left: 47px;
    margin-right: 47px;
  }

  .xl\:my-50 {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .xl\:mx-50 {
    margin-left: 50px;
    margin-right: 50px;
  }

  .xl\:my-56 {
    margin-top: 56px;
    margin-bottom: 56px;
  }

  .xl\:mx-56 {
    margin-left: 56px;
    margin-right: 56px;
  }

  .xl\:my-64 {
    margin-top: 64px;
    margin-bottom: 64px;
  }

  .xl\:mx-64 {
    margin-left: 64px;
    margin-right: 64px;
  }

  .xl\:my-70 {
    margin-top: 70px;
    margin-bottom: 70px;
  }

  .xl\:mx-70 {
    margin-left: 70px;
    margin-right: 70px;
  }

  .xl\:my-72 {
    margin-top: 72px;
    margin-bottom: 72px;
  }

  .xl\:mx-72 {
    margin-left: 72px;
    margin-right: 72px;
  }

  .xl\:my-75 {
    margin-top: 75px;
    margin-bottom: 75px;
  }

  .xl\:mx-75 {
    margin-left: 75px;
    margin-right: 75px;
  }

  .xl\:my-80 {
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .xl\:mx-80 {
    margin-left: 80px;
    margin-right: 80px;
  }

  .xl\:my-83 {
    margin-top: 83px;
    margin-bottom: 83px;
  }

  .xl\:mx-83 {
    margin-left: 83px;
    margin-right: 83px;
  }

  .xl\:my-100 {
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .xl\:mx-100 {
    margin-left: 100px;
    margin-right: 100px;
  }

  .xl\:my-118 {
    margin-top: 118px;
    margin-bottom: 118px;
  }

  .xl\:mx-118 {
    margin-left: 118px;
    margin-right: 118px;
  }

  .xl\:my-130 {
    margin-top: 130px;
    margin-bottom: 130px;
  }

  .xl\:mx-130 {
    margin-left: 130px;
    margin-right: 130px;
  }

  .xl\:my-150 {
    margin-top: 150px;
    margin-bottom: 150px;
  }

  .xl\:mx-150 {
    margin-left: 150px;
    margin-right: 150px;
  }

  .xl\:my-180 {
    margin-top: 180px;
    margin-bottom: 180px;
  }

  .xl\:mx-180 {
    margin-left: 180px;
    margin-right: 180px;
  }

  .xl\:my-213 {
    margin-top: 213px;
    margin-bottom: 213px;
  }

  .xl\:mx-213 {
    margin-left: 213px;
    margin-right: 213px;
  }

  .xl\:my-225 {
    margin-top: 225px;
    margin-bottom: 225px;
  }

  .xl\:mx-225 {
    margin-left: 225px;
    margin-right: 225px;
  }

  .xl\:my-250 {
    margin-top: 250px;
    margin-bottom: 250px;
  }

  .xl\:mx-250 {
    margin-left: 250px;
    margin-right: 250px;
  }

  .xl\:my-300 {
    margin-top: 300px;
    margin-bottom: 300px;
  }

  .xl\:mx-300 {
    margin-left: 300px;
    margin-right: 300px;
  }

  .xl\:my-320 {
    margin-top: 320px;
    margin-bottom: 320px;
  }

  .xl\:mx-320 {
    margin-left: 320px;
    margin-right: 320px;
  }

  .xl\:my-345 {
    margin-top: 345px;
    margin-bottom: 345px;
  }

  .xl\:mx-345 {
    margin-left: 345px;
    margin-right: 345px;
  }

  .xl\:my-485 {
    margin-top: 485px;
    margin-bottom: 485px;
  }

  .xl\:mx-485 {
    margin-left: 485px;
    margin-right: 485px;
  }

  .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-135 {
    margin-top: -135px;
    margin-bottom: -135px;
  }

  .xl\:-mx-135 {
    margin-left: -135px;
    margin-right: -135px;
  }

  .xl\:my-0p {
    margin-top: 0%;
    margin-bottom: 0%;
  }

  .xl\:mx-0p {
    margin-left: 0%;
    margin-right: 0%;
  }

  .xl\:my-5p {
    margin-top: 5%;
    margin-bottom: 5%;
  }

  .xl\:mx-5p {
    margin-left: 5%;
    margin-right: 5%;
  }

  .xl\:my-10p {
    margin-top: 10%;
    margin-bottom: 10%;
  }

  .xl\:mx-10p {
    margin-left: 10%;
    margin-right: 10%;
  }

  .xl\:my-15p {
    margin-top: 15%;
    margin-bottom: 15%;
  }

  .xl\:mx-15p {
    margin-left: 15%;
    margin-right: 15%;
  }

  .xl\:my-20p {
    margin-top: 20%;
    margin-bottom: 20%;
  }

  .xl\:mx-20p {
    margin-left: 20%;
    margin-right: 20%;
  }

  .xl\:my-25p {
    margin-top: 25%;
    margin-bottom: 25%;
  }

  .xl\:mx-25p {
    margin-left: 25%;
    margin-right: 25%;
  }

  .xl\:my-30p {
    margin-top: 30%;
    margin-bottom: 30%;
  }

  .xl\:mx-30p {
    margin-left: 30%;
    margin-right: 30%;
  }

  .xl\:my-35p {
    margin-top: 35%;
    margin-bottom: 35%;
  }

  .xl\:mx-35p {
    margin-left: 35%;
    margin-right: 35%;
  }

  .xl\:my-40p {
    margin-top: 40%;
    margin-bottom: 40%;
  }

  .xl\:mx-40p {
    margin-left: 40%;
    margin-right: 40%;
  }

  .xl\:my-45p {
    margin-top: 45%;
    margin-bottom: 45%;
  }

  .xl\:mx-45p {
    margin-left: 45%;
    margin-right: 45%;
  }

  .xl\:my-50p {
    margin-top: 50%;
    margin-bottom: 50%;
  }

  .xl\:mx-50p {
    margin-left: 50%;
    margin-right: 50%;
  }

  .xl\:my-55p {
    margin-top: 55%;
    margin-bottom: 55%;
  }

  .xl\:mx-55p {
    margin-left: 55%;
    margin-right: 55%;
  }

  .xl\:my-60p {
    margin-top: 60%;
    margin-bottom: 60%;
  }

  .xl\:mx-60p {
    margin-left: 60%;
    margin-right: 60%;
  }

  .xl\:my-65p {
    margin-top: 65%;
    margin-bottom: 65%;
  }

  .xl\:mx-65p {
    margin-left: 65%;
    margin-right: 65%;
  }

  .xl\:my-70p {
    margin-top: 70%;
    margin-bottom: 70%;
  }

  .xl\:mx-70p {
    margin-left: 70%;
    margin-right: 70%;
  }

  .xl\:my-75p {
    margin-top: 75%;
    margin-bottom: 75%;
  }

  .xl\:mx-75p {
    margin-left: 75%;
    margin-right: 75%;
  }

  .xl\:my-80p {
    margin-top: 80%;
    margin-bottom: 80%;
  }

  .xl\:mx-80p {
    margin-left: 80%;
    margin-right: 80%;
  }

  .xl\:my-85p {
    margin-top: 85%;
    margin-bottom: 85%;
  }

  .xl\:mx-85p {
    margin-left: 85%;
    margin-right: 85%;
  }

  .xl\:my-90p {
    margin-top: 90%;
    margin-bottom: 90%;
  }

  .xl\:mx-90p {
    margin-left: 90%;
    margin-right: 90%;
  }

  .xl\:my-95p {
    margin-top: 95%;
    margin-bottom: 95%;
  }

  .xl\:mx-95p {
    margin-left: 95%;
    margin-right: 95%;
  }

  .xl\:my-100p {
    margin-top: 100%;
    margin-bottom: 100%;
  }

  .xl\:mx-100p {
    margin-left: 100%;
    margin-right: 100%;
  }

  .xl\:my-66\.5p {
    margin-top: 66.5%;
    margin-bottom: 66.5%;
  }

  .xl\:mx-66\.5p {
    margin-left: 66.5%;
    margin-right: 66.5%;
  }

  .xl\:my-67\.5p {
    margin-top: 67.5%;
    margin-bottom: 67.5%;
  }

  .xl\:mx-67\.5p {
    margin-left: 67.5%;
    margin-right: 67.5%;
  }

  .xl\:-my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .xl\:-mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .xl\:-my-3 {
    margin-top: -3px;
    margin-bottom: -3px;
  }

  .xl\:-mx-3 {
    margin-left: -3px;
    margin-right: -3px;
  }

  .xl\:-my-5 {
    margin-top: -5px;
    margin-bottom: -5px;
  }

  .xl\:-mx-5 {
    margin-left: -5px;
    margin-right: -5px;
  }

  .xl\:-my-8 {
    margin-top: -8px;
    margin-bottom: -8px;
  }

  .xl\:-mx-8 {
    margin-left: -8px;
    margin-right: -8px;
  }

  .xl\:-my-10 {
    margin-top: -10px;
    margin-bottom: -10px;
  }

  .xl\:-mx-10 {
    margin-left: -10px;
    margin-right: -10px;
  }

  .xl\:-my-12 {
    margin-top: -12px;
    margin-bottom: -12px;
  }

  .xl\:-mx-12 {
    margin-left: -12px;
    margin-right: -12px;
  }

  .xl\:-my-14 {
    margin-top: -14px;
    margin-bottom: -14px;
  }

  .xl\:-mx-14 {
    margin-left: -14px;
    margin-right: -14px;
  }

  .xl\:-my-15 {
    margin-top: -15px;
    margin-bottom: -15px;
  }

  .xl\:-mx-15 {
    margin-left: -15px;
    margin-right: -15px;
  }

  .xl\:-my-16 {
    margin-top: -16px;
    margin-bottom: -16px;
  }

  .xl\:-mx-16 {
    margin-left: -16px;
    margin-right: -16px;
  }

  .xl\:-my-20 {
    margin-top: -20px;
    margin-bottom: -20px;
  }

  .xl\:-mx-20 {
    margin-left: -20px;
    margin-right: -20px;
  }

  .xl\:-my-24 {
    margin-top: -24px;
    margin-bottom: -24px;
  }

  .xl\:-mx-24 {
    margin-left: -24px;
    margin-right: -24px;
  }

  .xl\:-my-28 {
    margin-top: -28px;
    margin-bottom: -28px;
  }

  .xl\:-mx-28 {
    margin-left: -28px;
    margin-right: -28px;
  }

  .xl\:-my-29 {
    margin-top: -29px;
    margin-bottom: -29px;
  }

  .xl\:-mx-29 {
    margin-left: -29px;
    margin-right: -29px;
  }

  .xl\:-my-30 {
    margin-top: -30px;
    margin-bottom: -30px;
  }

  .xl\:-mx-30 {
    margin-left: -30px;
    margin-right: -30px;
  }

  .xl\:-my-32 {
    margin-top: -32px;
    margin-bottom: -32px;
  }

  .xl\:-mx-32 {
    margin-left: -32px;
    margin-right: -32px;
  }

  .xl\:-my-35 {
    margin-top: -35px;
    margin-bottom: -35px;
  }

  .xl\:-mx-35 {
    margin-left: -35px;
    margin-right: -35px;
  }

  .xl\:-my-36 {
    margin-top: -36px;
    margin-bottom: -36px;
  }

  .xl\:-mx-36 {
    margin-left: -36px;
    margin-right: -36px;
  }

  .xl\:-my-37 {
    margin-top: -37px;
    margin-bottom: -37px;
  }

  .xl\:-mx-37 {
    margin-left: -37px;
    margin-right: -37px;
  }

  .xl\:-my-39 {
    margin-top: -39px;
    margin-bottom: -39px;
  }

  .xl\:-mx-39 {
    margin-left: -39px;
    margin-right: -39px;
  }

  .xl\:-my-40 {
    margin-top: -40px;
    margin-bottom: -40px;
  }

  .xl\:-mx-40 {
    margin-left: -40px;
    margin-right: -40px;
  }

  .xl\:-my-47 {
    margin-top: -47px;
    margin-bottom: -47px;
  }

  .xl\:-mx-47 {
    margin-left: -47px;
    margin-right: -47px;
  }

  .xl\:-my-50 {
    margin-top: -50px;
    margin-bottom: -50px;
  }

  .xl\:-mx-50 {
    margin-left: -50px;
    margin-right: -50px;
  }

  .xl\:-my-56 {
    margin-top: -56px;
    margin-bottom: -56px;
  }

  .xl\:-mx-56 {
    margin-left: -56px;
    margin-right: -56px;
  }

  .xl\:-my-64 {
    margin-top: -64px;
    margin-bottom: -64px;
  }

  .xl\:-mx-64 {
    margin-left: -64px;
    margin-right: -64px;
  }

  .xl\:-my-70 {
    margin-top: -70px;
    margin-bottom: -70px;
  }

  .xl\:-mx-70 {
    margin-left: -70px;
    margin-right: -70px;
  }

  .xl\:-my-72 {
    margin-top: -72px;
    margin-bottom: -72px;
  }

  .xl\:-mx-72 {
    margin-left: -72px;
    margin-right: -72px;
  }

  .xl\:-my-75 {
    margin-top: -75px;
    margin-bottom: -75px;
  }

  .xl\:-mx-75 {
    margin-left: -75px;
    margin-right: -75px;
  }

  .xl\:-my-80 {
    margin-top: -80px;
    margin-bottom: -80px;
  }

  .xl\:-mx-80 {
    margin-left: -80px;
    margin-right: -80px;
  }

  .xl\:-my-83 {
    margin-top: -83px;
    margin-bottom: -83px;
  }

  .xl\:-mx-83 {
    margin-left: -83px;
    margin-right: -83px;
  }

  .xl\:-my-100 {
    margin-top: -100px;
    margin-bottom: -100px;
  }

  .xl\:-mx-100 {
    margin-left: -100px;
    margin-right: -100px;
  }

  .xl\:-my-118 {
    margin-top: -118px;
    margin-bottom: -118px;
  }

  .xl\:-mx-118 {
    margin-left: -118px;
    margin-right: -118px;
  }

  .xl\:-my-130 {
    margin-top: -130px;
    margin-bottom: -130px;
  }

  .xl\:-mx-130 {
    margin-left: -130px;
    margin-right: -130px;
  }

  .xl\:-my-150 {
    margin-top: -150px;
    margin-bottom: -150px;
  }

  .xl\:-mx-150 {
    margin-left: -150px;
    margin-right: -150px;
  }

  .xl\:-my-180 {
    margin-top: -180px;
    margin-bottom: -180px;
  }

  .xl\:-mx-180 {
    margin-left: -180px;
    margin-right: -180px;
  }

  .xl\:-my-213 {
    margin-top: -213px;
    margin-bottom: -213px;
  }

  .xl\:-mx-213 {
    margin-left: -213px;
    margin-right: -213px;
  }

  .xl\:-my-225 {
    margin-top: -225px;
    margin-bottom: -225px;
  }

  .xl\:-mx-225 {
    margin-left: -225px;
    margin-right: -225px;
  }

  .xl\:-my-250 {
    margin-top: -250px;
    margin-bottom: -250px;
  }

  .xl\:-mx-250 {
    margin-left: -250px;
    margin-right: -250px;
  }

  .xl\:-my-300 {
    margin-top: -300px;
    margin-bottom: -300px;
  }

  .xl\:-mx-300 {
    margin-left: -300px;
    margin-right: -300px;
  }

  .xl\:-my-320 {
    margin-top: -320px;
    margin-bottom: -320px;
  }

  .xl\:-mx-320 {
    margin-left: -320px;
    margin-right: -320px;
  }

  .xl\:-my-345 {
    margin-top: -345px;
    margin-bottom: -345px;
  }

  .xl\:-mx-345 {
    margin-left: -345px;
    margin-right: -345px;
  }

  .xl\:-my-485 {
    margin-top: -485px;
    margin-bottom: -485px;
  }

  .xl\:-mx-485 {
    margin-left: -485px;
    margin-right: -485px;
  }

  .xl\:-my-px {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .xl\:-mx-px {
    margin-left: -1px;
    margin-right: -1px;
  }

  .xl\:-my--135 {
    margin-top: 135px;
    margin-bottom: 135px;
  }

  .xl\:-mx--135 {
    margin-left: 135px;
    margin-right: 135px;
  }

  .xl\:-my-0p {
    margin-top: 0%;
    margin-bottom: 0%;
  }

  .xl\:-mx-0p {
    margin-left: 0%;
    margin-right: 0%;
  }

  .xl\:-my-5p {
    margin-top: -5%;
    margin-bottom: -5%;
  }

  .xl\:-mx-5p {
    margin-left: -5%;
    margin-right: -5%;
  }

  .xl\:-my-10p {
    margin-top: -10%;
    margin-bottom: -10%;
  }

  .xl\:-mx-10p {
    margin-left: -10%;
    margin-right: -10%;
  }

  .xl\:-my-15p {
    margin-top: -15%;
    margin-bottom: -15%;
  }

  .xl\:-mx-15p {
    margin-left: -15%;
    margin-right: -15%;
  }

  .xl\:-my-20p {
    margin-top: -20%;
    margin-bottom: -20%;
  }

  .xl\:-mx-20p {
    margin-left: -20%;
    margin-right: -20%;
  }

  .xl\:-my-25p {
    margin-top: -25%;
    margin-bottom: -25%;
  }

  .xl\:-mx-25p {
    margin-left: -25%;
    margin-right: -25%;
  }

  .xl\:-my-30p {
    margin-top: -30%;
    margin-bottom: -30%;
  }

  .xl\:-mx-30p {
    margin-left: -30%;
    margin-right: -30%;
  }

  .xl\:-my-35p {
    margin-top: -35%;
    margin-bottom: -35%;
  }

  .xl\:-mx-35p {
    margin-left: -35%;
    margin-right: -35%;
  }

  .xl\:-my-40p {
    margin-top: -40%;
    margin-bottom: -40%;
  }

  .xl\:-mx-40p {
    margin-left: -40%;
    margin-right: -40%;
  }

  .xl\:-my-45p {
    margin-top: -45%;
    margin-bottom: -45%;
  }

  .xl\:-mx-45p {
    margin-left: -45%;
    margin-right: -45%;
  }

  .xl\:-my-50p {
    margin-top: -50%;
    margin-bottom: -50%;
  }

  .xl\:-mx-50p {
    margin-left: -50%;
    margin-right: -50%;
  }

  .xl\:-my-55p {
    margin-top: -55%;
    margin-bottom: -55%;
  }

  .xl\:-mx-55p {
    margin-left: -55%;
    margin-right: -55%;
  }

  .xl\:-my-60p {
    margin-top: -60%;
    margin-bottom: -60%;
  }

  .xl\:-mx-60p {
    margin-left: -60%;
    margin-right: -60%;
  }

  .xl\:-my-65p {
    margin-top: -65%;
    margin-bottom: -65%;
  }

  .xl\:-mx-65p {
    margin-left: -65%;
    margin-right: -65%;
  }

  .xl\:-my-70p {
    margin-top: -70%;
    margin-bottom: -70%;
  }

  .xl\:-mx-70p {
    margin-left: -70%;
    margin-right: -70%;
  }

  .xl\:-my-75p {
    margin-top: -75%;
    margin-bottom: -75%;
  }

  .xl\:-mx-75p {
    margin-left: -75%;
    margin-right: -75%;
  }

  .xl\:-my-80p {
    margin-top: -80%;
    margin-bottom: -80%;
  }

  .xl\:-mx-80p {
    margin-left: -80%;
    margin-right: -80%;
  }

  .xl\:-my-85p {
    margin-top: -85%;
    margin-bottom: -85%;
  }

  .xl\:-mx-85p {
    margin-left: -85%;
    margin-right: -85%;
  }

  .xl\:-my-90p {
    margin-top: -90%;
    margin-bottom: -90%;
  }

  .xl\:-mx-90p {
    margin-left: -90%;
    margin-right: -90%;
  }

  .xl\:-my-95p {
    margin-top: -95%;
    margin-bottom: -95%;
  }

  .xl\:-mx-95p {
    margin-left: -95%;
    margin-right: -95%;
  }

  .xl\:-my-100p {
    margin-top: -100%;
    margin-bottom: -100%;
  }

  .xl\:-mx-100p {
    margin-left: -100%;
    margin-right: -100%;
  }

  .xl\:-my-66\.5p {
    margin-top: -66.5%;
    margin-bottom: -66.5%;
  }

  .xl\:-mx-66\.5p {
    margin-left: -66.5%;
    margin-right: -66.5%;
  }

  .xl\:-my-67\.5p {
    margin-top: -67.5%;
    margin-bottom: -67.5%;
  }

  .xl\:-mx-67\.5p {
    margin-left: -67.5%;
    margin-right: -67.5%;
  }

  .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-3 {
    margin-top: 3px;
  }

  .xl\:mr-3 {
    margin-right: 3px;
  }

  .xl\:mb-3 {
    margin-bottom: 3px;
  }

  .xl\:ml-3 {
    margin-left: 3px;
  }

  .xl\:mt-5 {
    margin-top: 5px;
  }

  .xl\:mr-5 {
    margin-right: 5px;
  }

  .xl\:mb-5 {
    margin-bottom: 5px;
  }

  .xl\:ml-5 {
    margin-left: 5px;
  }

  .xl\:mt-8 {
    margin-top: 8px;
  }

  .xl\:mr-8 {
    margin-right: 8px;
  }

  .xl\:mb-8 {
    margin-bottom: 8px;
  }

  .xl\:ml-8 {
    margin-left: 8px;
  }

  .xl\:mt-10 {
    margin-top: 10px;
  }

  .xl\:mr-10 {
    margin-right: 10px;
  }

  .xl\:mb-10 {
    margin-bottom: 10px;
  }

  .xl\:ml-10 {
    margin-left: 10px;
  }

  .xl\:mt-12 {
    margin-top: 12px;
  }

  .xl\:mr-12 {
    margin-right: 12px;
  }

  .xl\:mb-12 {
    margin-bottom: 12px;
  }

  .xl\:ml-12 {
    margin-left: 12px;
  }

  .xl\:mt-14 {
    margin-top: 14px;
  }

  .xl\:mr-14 {
    margin-right: 14px;
  }

  .xl\:mb-14 {
    margin-bottom: 14px;
  }

  .xl\:ml-14 {
    margin-left: 14px;
  }

  .xl\:mt-15 {
    margin-top: 15px;
  }

  .xl\:mr-15 {
    margin-right: 15px;
  }

  .xl\:mb-15 {
    margin-bottom: 15px;
  }

  .xl\:ml-15 {
    margin-left: 15px;
  }

  .xl\:mt-16 {
    margin-top: 16px;
  }

  .xl\:mr-16 {
    margin-right: 16px;
  }

  .xl\:mb-16 {
    margin-bottom: 16px;
  }

  .xl\:ml-16 {
    margin-left: 16px;
  }

  .xl\:mt-20 {
    margin-top: 20px;
  }

  .xl\:mr-20 {
    margin-right: 20px;
  }

  .xl\:mb-20 {
    margin-bottom: 20px;
  }

  .xl\:ml-20 {
    margin-left: 20px;
  }

  .xl\:mt-24 {
    margin-top: 24px;
  }

  .xl\:mr-24 {
    margin-right: 24px;
  }

  .xl\:mb-24 {
    margin-bottom: 24px;
  }

  .xl\:ml-24 {
    margin-left: 24px;
  }

  .xl\:mt-28 {
    margin-top: 28px;
  }

  .xl\:mr-28 {
    margin-right: 28px;
  }

  .xl\:mb-28 {
    margin-bottom: 28px;
  }

  .xl\:ml-28 {
    margin-left: 28px;
  }

  .xl\:mt-29 {
    margin-top: 29px;
  }

  .xl\:mr-29 {
    margin-right: 29px;
  }

  .xl\:mb-29 {
    margin-bottom: 29px;
  }

  .xl\:ml-29 {
    margin-left: 29px;
  }

  .xl\:mt-30 {
    margin-top: 30px;
  }

  .xl\:mr-30 {
    margin-right: 30px;
  }

  .xl\:mb-30 {
    margin-bottom: 30px;
  }

  .xl\:ml-30 {
    margin-left: 30px;
  }

  .xl\:mt-32 {
    margin-top: 32px;
  }

  .xl\:mr-32 {
    margin-right: 32px;
  }

  .xl\:mb-32 {
    margin-bottom: 32px;
  }

  .xl\:ml-32 {
    margin-left: 32px;
  }

  .xl\:mt-35 {
    margin-top: 35px;
  }

  .xl\:mr-35 {
    margin-right: 35px;
  }

  .xl\:mb-35 {
    margin-bottom: 35px;
  }

  .xl\:ml-35 {
    margin-left: 35px;
  }

  .xl\:mt-36 {
    margin-top: 36px;
  }

  .xl\:mr-36 {
    margin-right: 36px;
  }

  .xl\:mb-36 {
    margin-bottom: 36px;
  }

  .xl\:ml-36 {
    margin-left: 36px;
  }

  .xl\:mt-37 {
    margin-top: 37px;
  }

  .xl\:mr-37 {
    margin-right: 37px;
  }

  .xl\:mb-37 {
    margin-bottom: 37px;
  }

  .xl\:ml-37 {
    margin-left: 37px;
  }

  .xl\:mt-39 {
    margin-top: 39px;
  }

  .xl\:mr-39 {
    margin-right: 39px;
  }

  .xl\:mb-39 {
    margin-bottom: 39px;
  }

  .xl\:ml-39 {
    margin-left: 39px;
  }

  .xl\:mt-40 {
    margin-top: 40px;
  }

  .xl\:mr-40 {
    margin-right: 40px;
  }

  .xl\:mb-40 {
    margin-bottom: 40px;
  }

  .xl\:ml-40 {
    margin-left: 40px;
  }

  .xl\:mt-47 {
    margin-top: 47px;
  }

  .xl\:mr-47 {
    margin-right: 47px;
  }

  .xl\:mb-47 {
    margin-bottom: 47px;
  }

  .xl\:ml-47 {
    margin-left: 47px;
  }

  .xl\:mt-50 {
    margin-top: 50px;
  }

  .xl\:mr-50 {
    margin-right: 50px;
  }

  .xl\:mb-50 {
    margin-bottom: 50px;
  }

  .xl\:ml-50 {
    margin-left: 50px;
  }

  .xl\:mt-56 {
    margin-top: 56px;
  }

  .xl\:mr-56 {
    margin-right: 56px;
  }

  .xl\:mb-56 {
    margin-bottom: 56px;
  }

  .xl\:ml-56 {
    margin-left: 56px;
  }

  .xl\:mt-64 {
    margin-top: 64px;
  }

  .xl\:mr-64 {
    margin-right: 64px;
  }

  .xl\:mb-64 {
    margin-bottom: 64px;
  }

  .xl\:ml-64 {
    margin-left: 64px;
  }

  .xl\:mt-70 {
    margin-top: 70px;
  }

  .xl\:mr-70 {
    margin-right: 70px;
  }

  .xl\:mb-70 {
    margin-bottom: 70px;
  }

  .xl\:ml-70 {
    margin-left: 70px;
  }

  .xl\:mt-72 {
    margin-top: 72px;
  }

  .xl\:mr-72 {
    margin-right: 72px;
  }

  .xl\:mb-72 {
    margin-bottom: 72px;
  }

  .xl\:ml-72 {
    margin-left: 72px;
  }

  .xl\:mt-75 {
    margin-top: 75px;
  }

  .xl\:mr-75 {
    margin-right: 75px;
  }

  .xl\:mb-75 {
    margin-bottom: 75px;
  }

  .xl\:ml-75 {
    margin-left: 75px;
  }

  .xl\:mt-80 {
    margin-top: 80px;
  }

  .xl\:mr-80 {
    margin-right: 80px;
  }

  .xl\:mb-80 {
    margin-bottom: 80px;
  }

  .xl\:ml-80 {
    margin-left: 80px;
  }

  .xl\:mt-83 {
    margin-top: 83px;
  }

  .xl\:mr-83 {
    margin-right: 83px;
  }

  .xl\:mb-83 {
    margin-bottom: 83px;
  }

  .xl\:ml-83 {
    margin-left: 83px;
  }

  .xl\:mt-100 {
    margin-top: 100px;
  }

  .xl\:mr-100 {
    margin-right: 100px;
  }

  .xl\:mb-100 {
    margin-bottom: 100px;
  }

  .xl\:ml-100 {
    margin-left: 100px;
  }

  .xl\:mt-118 {
    margin-top: 118px;
  }

  .xl\:mr-118 {
    margin-right: 118px;
  }

  .xl\:mb-118 {
    margin-bottom: 118px;
  }

  .xl\:ml-118 {
    margin-left: 118px;
  }

  .xl\:mt-130 {
    margin-top: 130px;
  }

  .xl\:mr-130 {
    margin-right: 130px;
  }

  .xl\:mb-130 {
    margin-bottom: 130px;
  }

  .xl\:ml-130 {
    margin-left: 130px;
  }

  .xl\:mt-150 {
    margin-top: 150px;
  }

  .xl\:mr-150 {
    margin-right: 150px;
  }

  .xl\:mb-150 {
    margin-bottom: 150px;
  }

  .xl\:ml-150 {
    margin-left: 150px;
  }

  .xl\:mt-180 {
    margin-top: 180px;
  }

  .xl\:mr-180 {
    margin-right: 180px;
  }

  .xl\:mb-180 {
    margin-bottom: 180px;
  }

  .xl\:ml-180 {
    margin-left: 180px;
  }

  .xl\:mt-213 {
    margin-top: 213px;
  }

  .xl\:mr-213 {
    margin-right: 213px;
  }

  .xl\:mb-213 {
    margin-bottom: 213px;
  }

  .xl\:ml-213 {
    margin-left: 213px;
  }

  .xl\:mt-225 {
    margin-top: 225px;
  }

  .xl\:mr-225 {
    margin-right: 225px;
  }

  .xl\:mb-225 {
    margin-bottom: 225px;
  }

  .xl\:ml-225 {
    margin-left: 225px;
  }

  .xl\:mt-250 {
    margin-top: 250px;
  }

  .xl\:mr-250 {
    margin-right: 250px;
  }

  .xl\:mb-250 {
    margin-bottom: 250px;
  }

  .xl\:ml-250 {
    margin-left: 250px;
  }

  .xl\:mt-300 {
    margin-top: 300px;
  }

  .xl\:mr-300 {
    margin-right: 300px;
  }

  .xl\:mb-300 {
    margin-bottom: 300px;
  }

  .xl\:ml-300 {
    margin-left: 300px;
  }

  .xl\:mt-320 {
    margin-top: 320px;
  }

  .xl\:mr-320 {
    margin-right: 320px;
  }

  .xl\:mb-320 {
    margin-bottom: 320px;
  }

  .xl\:ml-320 {
    margin-left: 320px;
  }

  .xl\:mt-345 {
    margin-top: 345px;
  }

  .xl\:mr-345 {
    margin-right: 345px;
  }

  .xl\:mb-345 {
    margin-bottom: 345px;
  }

  .xl\:ml-345 {
    margin-left: 345px;
  }

  .xl\:mt-485 {
    margin-top: 485px;
  }

  .xl\:mr-485 {
    margin-right: 485px;
  }

  .xl\:mb-485 {
    margin-bottom: 485px;
  }

  .xl\:ml-485 {
    margin-left: 485px;
  }

  .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-135 {
    margin-top: -135px;
  }

  .xl\:-mr-135 {
    margin-right: -135px;
  }

  .xl\:-mb-135 {
    margin-bottom: -135px;
  }

  .xl\:-ml-135 {
    margin-left: -135px;
  }

  .xl\:mt-0p {
    margin-top: 0%;
  }

  .xl\:mr-0p {
    margin-right: 0%;
  }

  .xl\:mb-0p {
    margin-bottom: 0%;
  }

  .xl\:ml-0p {
    margin-left: 0%;
  }

  .xl\:mt-5p {
    margin-top: 5%;
  }

  .xl\:mr-5p {
    margin-right: 5%;
  }

  .xl\:mb-5p {
    margin-bottom: 5%;
  }

  .xl\:ml-5p {
    margin-left: 5%;
  }

  .xl\:mt-10p {
    margin-top: 10%;
  }

  .xl\:mr-10p {
    margin-right: 10%;
  }

  .xl\:mb-10p {
    margin-bottom: 10%;
  }

  .xl\:ml-10p {
    margin-left: 10%;
  }

  .xl\:mt-15p {
    margin-top: 15%;
  }

  .xl\:mr-15p {
    margin-right: 15%;
  }

  .xl\:mb-15p {
    margin-bottom: 15%;
  }

  .xl\:ml-15p {
    margin-left: 15%;
  }

  .xl\:mt-20p {
    margin-top: 20%;
  }

  .xl\:mr-20p {
    margin-right: 20%;
  }

  .xl\:mb-20p {
    margin-bottom: 20%;
  }

  .xl\:ml-20p {
    margin-left: 20%;
  }

  .xl\:mt-25p {
    margin-top: 25%;
  }

  .xl\:mr-25p {
    margin-right: 25%;
  }

  .xl\:mb-25p {
    margin-bottom: 25%;
  }

  .xl\:ml-25p {
    margin-left: 25%;
  }

  .xl\:mt-30p {
    margin-top: 30%;
  }

  .xl\:mr-30p {
    margin-right: 30%;
  }

  .xl\:mb-30p {
    margin-bottom: 30%;
  }

  .xl\:ml-30p {
    margin-left: 30%;
  }

  .xl\:mt-35p {
    margin-top: 35%;
  }

  .xl\:mr-35p {
    margin-right: 35%;
  }

  .xl\:mb-35p {
    margin-bottom: 35%;
  }

  .xl\:ml-35p {
    margin-left: 35%;
  }

  .xl\:mt-40p {
    margin-top: 40%;
  }

  .xl\:mr-40p {
    margin-right: 40%;
  }

  .xl\:mb-40p {
    margin-bottom: 40%;
  }

  .xl\:ml-40p {
    margin-left: 40%;
  }

  .xl\:mt-45p {
    margin-top: 45%;
  }

  .xl\:mr-45p {
    margin-right: 45%;
  }

  .xl\:mb-45p {
    margin-bottom: 45%;
  }

  .xl\:ml-45p {
    margin-left: 45%;
  }

  .xl\:mt-50p {
    margin-top: 50%;
  }

  .xl\:mr-50p {
    margin-right: 50%;
  }

  .xl\:mb-50p {
    margin-bottom: 50%;
  }

  .xl\:ml-50p {
    margin-left: 50%;
  }

  .xl\:mt-55p {
    margin-top: 55%;
  }

  .xl\:mr-55p {
    margin-right: 55%;
  }

  .xl\:mb-55p {
    margin-bottom: 55%;
  }

  .xl\:ml-55p {
    margin-left: 55%;
  }

  .xl\:mt-60p {
    margin-top: 60%;
  }

  .xl\:mr-60p {
    margin-right: 60%;
  }

  .xl\:mb-60p {
    margin-bottom: 60%;
  }

  .xl\:ml-60p {
    margin-left: 60%;
  }

  .xl\:mt-65p {
    margin-top: 65%;
  }

  .xl\:mr-65p {
    margin-right: 65%;
  }

  .xl\:mb-65p {
    margin-bottom: 65%;
  }

  .xl\:ml-65p {
    margin-left: 65%;
  }

  .xl\:mt-70p {
    margin-top: 70%;
  }

  .xl\:mr-70p {
    margin-right: 70%;
  }

  .xl\:mb-70p {
    margin-bottom: 70%;
  }

  .xl\:ml-70p {
    margin-left: 70%;
  }

  .xl\:mt-75p {
    margin-top: 75%;
  }

  .xl\:mr-75p {
    margin-right: 75%;
  }

  .xl\:mb-75p {
    margin-bottom: 75%;
  }

  .xl\:ml-75p {
    margin-left: 75%;
  }

  .xl\:mt-80p {
    margin-top: 80%;
  }

  .xl\:mr-80p {
    margin-right: 80%;
  }

  .xl\:mb-80p {
    margin-bottom: 80%;
  }

  .xl\:ml-80p {
    margin-left: 80%;
  }

  .xl\:mt-85p {
    margin-top: 85%;
  }

  .xl\:mr-85p {
    margin-right: 85%;
  }

  .xl\:mb-85p {
    margin-bottom: 85%;
  }

  .xl\:ml-85p {
    margin-left: 85%;
  }

  .xl\:mt-90p {
    margin-top: 90%;
  }

  .xl\:mr-90p {
    margin-right: 90%;
  }

  .xl\:mb-90p {
    margin-bottom: 90%;
  }

  .xl\:ml-90p {
    margin-left: 90%;
  }

  .xl\:mt-95p {
    margin-top: 95%;
  }

  .xl\:mr-95p {
    margin-right: 95%;
  }

  .xl\:mb-95p {
    margin-bottom: 95%;
  }

  .xl\:ml-95p {
    margin-left: 95%;
  }

  .xl\:mt-100p {
    margin-top: 100%;
  }

  .xl\:mr-100p {
    margin-right: 100%;
  }

  .xl\:mb-100p {
    margin-bottom: 100%;
  }

  .xl\:ml-100p {
    margin-left: 100%;
  }

  .xl\:mt-66\.5p {
    margin-top: 66.5%;
  }

  .xl\:mr-66\.5p {
    margin-right: 66.5%;
  }

  .xl\:mb-66\.5p {
    margin-bottom: 66.5%;
  }

  .xl\:ml-66\.5p {
    margin-left: 66.5%;
  }

  .xl\:mt-67\.5p {
    margin-top: 67.5%;
  }

  .xl\:mr-67\.5p {
    margin-right: 67.5%;
  }

  .xl\:mb-67\.5p {
    margin-bottom: 67.5%;
  }

  .xl\:ml-67\.5p {
    margin-left: 67.5%;
  }

  .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-3 {
    margin-top: -3px;
  }

  .xl\:-mr-3 {
    margin-right: -3px;
  }

  .xl\:-mb-3 {
    margin-bottom: -3px;
  }

  .xl\:-ml-3 {
    margin-left: -3px;
  }

  .xl\:-mt-5 {
    margin-top: -5px;
  }

  .xl\:-mr-5 {
    margin-right: -5px;
  }

  .xl\:-mb-5 {
    margin-bottom: -5px;
  }

  .xl\:-ml-5 {
    margin-left: -5px;
  }

  .xl\:-mt-8 {
    margin-top: -8px;
  }

  .xl\:-mr-8 {
    margin-right: -8px;
  }

  .xl\:-mb-8 {
    margin-bottom: -8px;
  }

  .xl\:-ml-8 {
    margin-left: -8px;
  }

  .xl\:-mt-10 {
    margin-top: -10px;
  }

  .xl\:-mr-10 {
    margin-right: -10px;
  }

  .xl\:-mb-10 {
    margin-bottom: -10px;
  }

  .xl\:-ml-10 {
    margin-left: -10px;
  }

  .xl\:-mt-12 {
    margin-top: -12px;
  }

  .xl\:-mr-12 {
    margin-right: -12px;
  }

  .xl\:-mb-12 {
    margin-bottom: -12px;
  }

  .xl\:-ml-12 {
    margin-left: -12px;
  }

  .xl\:-mt-14 {
    margin-top: -14px;
  }

  .xl\:-mr-14 {
    margin-right: -14px;
  }

  .xl\:-mb-14 {
    margin-bottom: -14px;
  }

  .xl\:-ml-14 {
    margin-left: -14px;
  }

  .xl\:-mt-15 {
    margin-top: -15px;
  }

  .xl\:-mr-15 {
    margin-right: -15px;
  }

  .xl\:-mb-15 {
    margin-bottom: -15px;
  }

  .xl\:-ml-15 {
    margin-left: -15px;
  }

  .xl\:-mt-16 {
    margin-top: -16px;
  }

  .xl\:-mr-16 {
    margin-right: -16px;
  }

  .xl\:-mb-16 {
    margin-bottom: -16px;
  }

  .xl\:-ml-16 {
    margin-left: -16px;
  }

  .xl\:-mt-20 {
    margin-top: -20px;
  }

  .xl\:-mr-20 {
    margin-right: -20px;
  }

  .xl\:-mb-20 {
    margin-bottom: -20px;
  }

  .xl\:-ml-20 {
    margin-left: -20px;
  }

  .xl\:-mt-24 {
    margin-top: -24px;
  }

  .xl\:-mr-24 {
    margin-right: -24px;
  }

  .xl\:-mb-24 {
    margin-bottom: -24px;
  }

  .xl\:-ml-24 {
    margin-left: -24px;
  }

  .xl\:-mt-28 {
    margin-top: -28px;
  }

  .xl\:-mr-28 {
    margin-right: -28px;
  }

  .xl\:-mb-28 {
    margin-bottom: -28px;
  }

  .xl\:-ml-28 {
    margin-left: -28px;
  }

  .xl\:-mt-29 {
    margin-top: -29px;
  }

  .xl\:-mr-29 {
    margin-right: -29px;
  }

  .xl\:-mb-29 {
    margin-bottom: -29px;
  }

  .xl\:-ml-29 {
    margin-left: -29px;
  }

  .xl\:-mt-30 {
    margin-top: -30px;
  }

  .xl\:-mr-30 {
    margin-right: -30px;
  }

  .xl\:-mb-30 {
    margin-bottom: -30px;
  }

  .xl\:-ml-30 {
    margin-left: -30px;
  }

  .xl\:-mt-32 {
    margin-top: -32px;
  }

  .xl\:-mr-32 {
    margin-right: -32px;
  }

  .xl\:-mb-32 {
    margin-bottom: -32px;
  }

  .xl\:-ml-32 {
    margin-left: -32px;
  }

  .xl\:-mt-35 {
    margin-top: -35px;
  }

  .xl\:-mr-35 {
    margin-right: -35px;
  }

  .xl\:-mb-35 {
    margin-bottom: -35px;
  }

  .xl\:-ml-35 {
    margin-left: -35px;
  }

  .xl\:-mt-36 {
    margin-top: -36px;
  }

  .xl\:-mr-36 {
    margin-right: -36px;
  }

  .xl\:-mb-36 {
    margin-bottom: -36px;
  }

  .xl\:-ml-36 {
    margin-left: -36px;
  }

  .xl\:-mt-37 {
    margin-top: -37px;
  }

  .xl\:-mr-37 {
    margin-right: -37px;
  }

  .xl\:-mb-37 {
    margin-bottom: -37px;
  }

  .xl\:-ml-37 {
    margin-left: -37px;
  }

  .xl\:-mt-39 {
    margin-top: -39px;
  }

  .xl\:-mr-39 {
    margin-right: -39px;
  }

  .xl\:-mb-39 {
    margin-bottom: -39px;
  }

  .xl\:-ml-39 {
    margin-left: -39px;
  }

  .xl\:-mt-40 {
    margin-top: -40px;
  }

  .xl\:-mr-40 {
    margin-right: -40px;
  }

  .xl\:-mb-40 {
    margin-bottom: -40px;
  }

  .xl\:-ml-40 {
    margin-left: -40px;
  }

  .xl\:-mt-47 {
    margin-top: -47px;
  }

  .xl\:-mr-47 {
    margin-right: -47px;
  }

  .xl\:-mb-47 {
    margin-bottom: -47px;
  }

  .xl\:-ml-47 {
    margin-left: -47px;
  }

  .xl\:-mt-50 {
    margin-top: -50px;
  }

  .xl\:-mr-50 {
    margin-right: -50px;
  }

  .xl\:-mb-50 {
    margin-bottom: -50px;
  }

  .xl\:-ml-50 {
    margin-left: -50px;
  }

  .xl\:-mt-56 {
    margin-top: -56px;
  }

  .xl\:-mr-56 {
    margin-right: -56px;
  }

  .xl\:-mb-56 {
    margin-bottom: -56px;
  }

  .xl\:-ml-56 {
    margin-left: -56px;
  }

  .xl\:-mt-64 {
    margin-top: -64px;
  }

  .xl\:-mr-64 {
    margin-right: -64px;
  }

  .xl\:-mb-64 {
    margin-bottom: -64px;
  }

  .xl\:-ml-64 {
    margin-left: -64px;
  }

  .xl\:-mt-70 {
    margin-top: -70px;
  }

  .xl\:-mr-70 {
    margin-right: -70px;
  }

  .xl\:-mb-70 {
    margin-bottom: -70px;
  }

  .xl\:-ml-70 {
    margin-left: -70px;
  }

  .xl\:-mt-72 {
    margin-top: -72px;
  }

  .xl\:-mr-72 {
    margin-right: -72px;
  }

  .xl\:-mb-72 {
    margin-bottom: -72px;
  }

  .xl\:-ml-72 {
    margin-left: -72px;
  }

  .xl\:-mt-75 {
    margin-top: -75px;
  }

  .xl\:-mr-75 {
    margin-right: -75px;
  }

  .xl\:-mb-75 {
    margin-bottom: -75px;
  }

  .xl\:-ml-75 {
    margin-left: -75px;
  }

  .xl\:-mt-80 {
    margin-top: -80px;
  }

  .xl\:-mr-80 {
    margin-right: -80px;
  }

  .xl\:-mb-80 {
    margin-bottom: -80px;
  }

  .xl\:-ml-80 {
    margin-left: -80px;
  }

  .xl\:-mt-83 {
    margin-top: -83px;
  }

  .xl\:-mr-83 {
    margin-right: -83px;
  }

  .xl\:-mb-83 {
    margin-bottom: -83px;
  }

  .xl\:-ml-83 {
    margin-left: -83px;
  }

  .xl\:-mt-100 {
    margin-top: -100px;
  }

  .xl\:-mr-100 {
    margin-right: -100px;
  }

  .xl\:-mb-100 {
    margin-bottom: -100px;
  }

  .xl\:-ml-100 {
    margin-left: -100px;
  }

  .xl\:-mt-118 {
    margin-top: -118px;
  }

  .xl\:-mr-118 {
    margin-right: -118px;
  }

  .xl\:-mb-118 {
    margin-bottom: -118px;
  }

  .xl\:-ml-118 {
    margin-left: -118px;
  }

  .xl\:-mt-130 {
    margin-top: -130px;
  }

  .xl\:-mr-130 {
    margin-right: -130px;
  }

  .xl\:-mb-130 {
    margin-bottom: -130px;
  }

  .xl\:-ml-130 {
    margin-left: -130px;
  }

  .xl\:-mt-150 {
    margin-top: -150px;
  }

  .xl\:-mr-150 {
    margin-right: -150px;
  }

  .xl\:-mb-150 {
    margin-bottom: -150px;
  }

  .xl\:-ml-150 {
    margin-left: -150px;
  }

  .xl\:-mt-180 {
    margin-top: -180px;
  }

  .xl\:-mr-180 {
    margin-right: -180px;
  }

  .xl\:-mb-180 {
    margin-bottom: -180px;
  }

  .xl\:-ml-180 {
    margin-left: -180px;
  }

  .xl\:-mt-213 {
    margin-top: -213px;
  }

  .xl\:-mr-213 {
    margin-right: -213px;
  }

  .xl\:-mb-213 {
    margin-bottom: -213px;
  }

  .xl\:-ml-213 {
    margin-left: -213px;
  }

  .xl\:-mt-225 {
    margin-top: -225px;
  }

  .xl\:-mr-225 {
    margin-right: -225px;
  }

  .xl\:-mb-225 {
    margin-bottom: -225px;
  }

  .xl\:-ml-225 {
    margin-left: -225px;
  }

  .xl\:-mt-250 {
    margin-top: -250px;
  }

  .xl\:-mr-250 {
    margin-right: -250px;
  }

  .xl\:-mb-250 {
    margin-bottom: -250px;
  }

  .xl\:-ml-250 {
    margin-left: -250px;
  }

  .xl\:-mt-300 {
    margin-top: -300px;
  }

  .xl\:-mr-300 {
    margin-right: -300px;
  }

  .xl\:-mb-300 {
    margin-bottom: -300px;
  }

  .xl\:-ml-300 {
    margin-left: -300px;
  }

  .xl\:-mt-320 {
    margin-top: -320px;
  }

  .xl\:-mr-320 {
    margin-right: -320px;
  }

  .xl\:-mb-320 {
    margin-bottom: -320px;
  }

  .xl\:-ml-320 {
    margin-left: -320px;
  }

  .xl\:-mt-345 {
    margin-top: -345px;
  }

  .xl\:-mr-345 {
    margin-right: -345px;
  }

  .xl\:-mb-345 {
    margin-bottom: -345px;
  }

  .xl\:-ml-345 {
    margin-left: -345px;
  }

  .xl\:-mt-485 {
    margin-top: -485px;
  }

  .xl\:-mr-485 {
    margin-right: -485px;
  }

  .xl\:-mb-485 {
    margin-bottom: -485px;
  }

  .xl\:-ml-485 {
    margin-left: -485px;
  }

  .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--135 {
    margin-top: 135px;
  }

  .xl\:-mr--135 {
    margin-right: 135px;
  }

  .xl\:-mb--135 {
    margin-bottom: 135px;
  }

  .xl\:-ml--135 {
    margin-left: 135px;
  }

  .xl\:-mt-0p {
    margin-top: 0%;
  }

  .xl\:-mr-0p {
    margin-right: 0%;
  }

  .xl\:-mb-0p {
    margin-bottom: 0%;
  }

  .xl\:-ml-0p {
    margin-left: 0%;
  }

  .xl\:-mt-5p {
    margin-top: -5%;
  }

  .xl\:-mr-5p {
    margin-right: -5%;
  }

  .xl\:-mb-5p {
    margin-bottom: -5%;
  }

  .xl\:-ml-5p {
    margin-left: -5%;
  }

  .xl\:-mt-10p {
    margin-top: -10%;
  }

  .xl\:-mr-10p {
    margin-right: -10%;
  }

  .xl\:-mb-10p {
    margin-bottom: -10%;
  }

  .xl\:-ml-10p {
    margin-left: -10%;
  }

  .xl\:-mt-15p {
    margin-top: -15%;
  }

  .xl\:-mr-15p {
    margin-right: -15%;
  }

  .xl\:-mb-15p {
    margin-bottom: -15%;
  }

  .xl\:-ml-15p {
    margin-left: -15%;
  }

  .xl\:-mt-20p {
    margin-top: -20%;
  }

  .xl\:-mr-20p {
    margin-right: -20%;
  }

  .xl\:-mb-20p {
    margin-bottom: -20%;
  }

  .xl\:-ml-20p {
    margin-left: -20%;
  }

  .xl\:-mt-25p {
    margin-top: -25%;
  }

  .xl\:-mr-25p {
    margin-right: -25%;
  }

  .xl\:-mb-25p {
    margin-bottom: -25%;
  }

  .xl\:-ml-25p {
    margin-left: -25%;
  }

  .xl\:-mt-30p {
    margin-top: -30%;
  }

  .xl\:-mr-30p {
    margin-right: -30%;
  }

  .xl\:-mb-30p {
    margin-bottom: -30%;
  }

  .xl\:-ml-30p {
    margin-left: -30%;
  }

  .xl\:-mt-35p {
    margin-top: -35%;
  }

  .xl\:-mr-35p {
    margin-right: -35%;
  }

  .xl\:-mb-35p {
    margin-bottom: -35%;
  }

  .xl\:-ml-35p {
    margin-left: -35%;
  }

  .xl\:-mt-40p {
    margin-top: -40%;
  }

  .xl\:-mr-40p {
    margin-right: -40%;
  }

  .xl\:-mb-40p {
    margin-bottom: -40%;
  }

  .xl\:-ml-40p {
    margin-left: -40%;
  }

  .xl\:-mt-45p {
    margin-top: -45%;
  }

  .xl\:-mr-45p {
    margin-right: -45%;
  }

  .xl\:-mb-45p {
    margin-bottom: -45%;
  }

  .xl\:-ml-45p {
    margin-left: -45%;
  }

  .xl\:-mt-50p {
    margin-top: -50%;
  }

  .xl\:-mr-50p {
    margin-right: -50%;
  }

  .xl\:-mb-50p {
    margin-bottom: -50%;
  }

  .xl\:-ml-50p {
    margin-left: -50%;
  }

  .xl\:-mt-55p {
    margin-top: -55%;
  }

  .xl\:-mr-55p {
    margin-right: -55%;
  }

  .xl\:-mb-55p {
    margin-bottom: -55%;
  }

  .xl\:-ml-55p {
    margin-left: -55%;
  }

  .xl\:-mt-60p {
    margin-top: -60%;
  }

  .xl\:-mr-60p {
    margin-right: -60%;
  }

  .xl\:-mb-60p {
    margin-bottom: -60%;
  }

  .xl\:-ml-60p {
    margin-left: -60%;
  }

  .xl\:-mt-65p {
    margin-top: -65%;
  }

  .xl\:-mr-65p {
    margin-right: -65%;
  }

  .xl\:-mb-65p {
    margin-bottom: -65%;
  }

  .xl\:-ml-65p {
    margin-left: -65%;
  }

  .xl\:-mt-70p {
    margin-top: -70%;
  }

  .xl\:-mr-70p {
    margin-right: -70%;
  }

  .xl\:-mb-70p {
    margin-bottom: -70%;
  }

  .xl\:-ml-70p {
    margin-left: -70%;
  }

  .xl\:-mt-75p {
    margin-top: -75%;
  }

  .xl\:-mr-75p {
    margin-right: -75%;
  }

  .xl\:-mb-75p {
    margin-bottom: -75%;
  }

  .xl\:-ml-75p {
    margin-left: -75%;
  }

  .xl\:-mt-80p {
    margin-top: -80%;
  }

  .xl\:-mr-80p {
    margin-right: -80%;
  }

  .xl\:-mb-80p {
    margin-bottom: -80%;
  }

  .xl\:-ml-80p {
    margin-left: -80%;
  }

  .xl\:-mt-85p {
    margin-top: -85%;
  }

  .xl\:-mr-85p {
    margin-right: -85%;
  }

  .xl\:-mb-85p {
    margin-bottom: -85%;
  }

  .xl\:-ml-85p {
    margin-left: -85%;
  }

  .xl\:-mt-90p {
    margin-top: -90%;
  }

  .xl\:-mr-90p {
    margin-right: -90%;
  }

  .xl\:-mb-90p {
    margin-bottom: -90%;
  }

  .xl\:-ml-90p {
    margin-left: -90%;
  }

  .xl\:-mt-95p {
    margin-top: -95%;
  }

  .xl\:-mr-95p {
    margin-right: -95%;
  }

  .xl\:-mb-95p {
    margin-bottom: -95%;
  }

  .xl\:-ml-95p {
    margin-left: -95%;
  }

  .xl\:-mt-100p {
    margin-top: -100%;
  }

  .xl\:-mr-100p {
    margin-right: -100%;
  }

  .xl\:-mb-100p {
    margin-bottom: -100%;
  }

  .xl\:-ml-100p {
    margin-left: -100%;
  }

  .xl\:-mt-66\.5p {
    margin-top: -66.5%;
  }

  .xl\:-mr-66\.5p {
    margin-right: -66.5%;
  }

  .xl\:-mb-66\.5p {
    margin-bottom: -66.5%;
  }

  .xl\:-ml-66\.5p {
    margin-left: -66.5%;
  }

  .xl\:-mt-67\.5p {
    margin-top: -67.5%;
  }

  .xl\:-mr-67\.5p {
    margin-right: -67.5%;
  }

  .xl\:-mb-67\.5p {
    margin-bottom: -67.5%;
  }

  .xl\:-ml-67\.5p {
    margin-left: -67.5%;
  }

  .xl\:max-h-0 {
    max-height: 0px;
  }

  .xl\:max-h-3 {
    max-height: 3px;
  }

  .xl\:max-h-5 {
    max-height: 5px;
  }

  .xl\:max-h-8 {
    max-height: 8px;
  }

  .xl\:max-h-10 {
    max-height: 10px;
  }

  .xl\:max-h-12 {
    max-height: 12px;
  }

  .xl\:max-h-14 {
    max-height: 14px;
  }

  .xl\:max-h-15 {
    max-height: 15px;
  }

  .xl\:max-h-16 {
    max-height: 16px;
  }

  .xl\:max-h-20 {
    max-height: 20px;
  }

  .xl\:max-h-24 {
    max-height: 24px;
  }

  .xl\:max-h-28 {
    max-height: 28px;
  }

  .xl\:max-h-29 {
    max-height: 29px;
  }

  .xl\:max-h-30 {
    max-height: 30px;
  }

  .xl\:max-h-32 {
    max-height: 32px;
  }

  .xl\:max-h-35 {
    max-height: 35px;
  }

  .xl\:max-h-36 {
    max-height: 36px;
  }

  .xl\:max-h-37 {
    max-height: 37px;
  }

  .xl\:max-h-39 {
    max-height: 39px;
  }

  .xl\:max-h-40 {
    max-height: 40px;
  }

  .xl\:max-h-47 {
    max-height: 47px;
  }

  .xl\:max-h-50 {
    max-height: 50px;
  }

  .xl\:max-h-56 {
    max-height: 56px;
  }

  .xl\:max-h-64 {
    max-height: 64px;
  }

  .xl\:max-h-70 {
    max-height: 70px;
  }

  .xl\:max-h-72 {
    max-height: 72px;
  }

  .xl\:max-h-75 {
    max-height: 75px;
  }

  .xl\:max-h-80 {
    max-height: 80px;
  }

  .xl\:max-h-83 {
    max-height: 83px;
  }

  .xl\:max-h-100 {
    max-height: 100px;
  }

  .xl\:max-h-118 {
    max-height: 118px;
  }

  .xl\:max-h-130 {
    max-height: 130px;
  }

  .xl\:max-h-150 {
    max-height: 150px;
  }

  .xl\:max-h-180 {
    max-height: 180px;
  }

  .xl\:max-h-213 {
    max-height: 213px;
  }

  .xl\:max-h-225 {
    max-height: 225px;
  }

  .xl\:max-h-250 {
    max-height: 250px;
  }

  .xl\:max-h-300 {
    max-height: 300px;
  }

  .xl\:max-h-320 {
    max-height: 320px;
  }

  .xl\:max-h-345 {
    max-height: 345px;
  }

  .xl\:max-h-485 {
    max-height: 485px;
  }

  .xl\:max-h-px {
    max-height: 1px;
  }

  .xl\:-max-h-135 {
    max-height: -135px;
  }

  .xl\:max-h-0p {
    max-height: 0%;
  }

  .xl\:max-h-5p {
    max-height: 5%;
  }

  .xl\:max-h-10p {
    max-height: 10%;
  }

  .xl\:max-h-15p {
    max-height: 15%;
  }

  .xl\:max-h-20p {
    max-height: 20%;
  }

  .xl\:max-h-25p {
    max-height: 25%;
  }

  .xl\:max-h-30p {
    max-height: 30%;
  }

  .xl\:max-h-35p {
    max-height: 35%;
  }

  .xl\:max-h-40p {
    max-height: 40%;
  }

  .xl\:max-h-45p {
    max-height: 45%;
  }

  .xl\:max-h-50p {
    max-height: 50%;
  }

  .xl\:max-h-55p {
    max-height: 55%;
  }

  .xl\:max-h-60p {
    max-height: 60%;
  }

  .xl\:max-h-65p {
    max-height: 65%;
  }

  .xl\:max-h-70p {
    max-height: 70%;
  }

  .xl\:max-h-75p {
    max-height: 75%;
  }

  .xl\:max-h-80p {
    max-height: 80%;
  }

  .xl\:max-h-85p {
    max-height: 85%;
  }

  .xl\:max-h-90p {
    max-height: 90%;
  }

  .xl\:max-h-95p {
    max-height: 95%;
  }

  .xl\:max-h-100p {
    max-height: 100%;
  }

  .xl\:max-h-66\.5p {
    max-height: 66.5%;
  }

  .xl\:max-h-67\.5p {
    max-height: 67.5%;
  }

  .xl\:max-h-full {
    max-height: 100%;
  }

  .xl\:max-h-screen {
    max-height: 100vh;
  }

  .xl\:max-w-0 {
    max-width: 0rem;
  }

  .xl\:max-w-570 {
    max-width: 570px;
  }

  .xl\:max-w-670 {
    max-width: 670px;
  }

  .xl\:max-w-700 {
    max-width: 700px;
  }

  .xl\:max-w-770 {
    max-width: 770px;
  }

  .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: 640px;
  }

  .xl\:max-w-screen-md {
    max-width: 768px;
  }

  .xl\:max-w-screen-lg {
    max-width: 1024px;
  }

  .xl\:max-w-screen-xl {
    max-width: 1280px;
  }

  .xl\:max-w-screen-xxl {
    max-width: 2180px;
  }

  .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-600 {
    min-width: 600px;
  }

  .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\: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-20 {
    opacity: 0.2;
  }

  .xl\:opacity-25 {
    opacity: 0.25;
  }

  .xl\:opacity-30 {
    opacity: 0.3;
  }

  .xl\:opacity-40 {
    opacity: 0.4;
  }

  .xl\:opacity-50 {
    opacity: 0.5;
  }

  .xl\:opacity-60 {
    opacity: 0.6;
  }

  .xl\:opacity-70 {
    opacity: 0.7;
  }

  .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-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-50 {
    opacity: 0.5;
  }

  .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-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-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-50:focus-within {
    opacity: 0.5;
  }

  .xl\:focus-within\:opacity-60:focus-within {
    opacity: 0.6;
  }

  .xl\:focus-within\:opacity-70:focus-within {
    opacity: 0.7;
  }

  .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-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-50:hover {
    opacity: 0.5;
  }

  .xl\:hover\:opacity-60:hover {
    opacity: 0.6;
  }

  .xl\:hover\:opacity-70:hover {
    opacity: 0.7;
  }

  .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-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-50:focus {
    opacity: 0.5;
  }

  .xl\:focus\:opacity-60:focus {
    opacity: 0.6;
  }

  .xl\:focus\:opacity-70:focus {
    opacity: 0.7;
  }

  .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-3 {
    padding: 3px;
  }

  .xl\:p-5 {
    padding: 5px;
  }

  .xl\:p-8 {
    padding: 8px;
  }

  .xl\:p-10 {
    padding: 10px;
  }

  .xl\:p-12 {
    padding: 12px;
  }

  .xl\:p-14 {
    padding: 14px;
  }

  .xl\:p-15 {
    padding: 15px;
  }

  .xl\:p-16 {
    padding: 16px;
  }

  .xl\:p-20 {
    padding: 20px;
  }

  .xl\:p-24 {
    padding: 24px;
  }

  .xl\:p-28 {
    padding: 28px;
  }

  .xl\:p-29 {
    padding: 29px;
  }

  .xl\:p-30 {
    padding: 30px;
  }

  .xl\:p-32 {
    padding: 32px;
  }

  .xl\:p-35 {
    padding: 35px;
  }

  .xl\:p-36 {
    padding: 36px;
  }

  .xl\:p-37 {
    padding: 37px;
  }

  .xl\:p-39 {
    padding: 39px;
  }

  .xl\:p-40 {
    padding: 40px;
  }

  .xl\:p-47 {
    padding: 47px;
  }

  .xl\:p-50 {
    padding: 50px;
  }

  .xl\:p-56 {
    padding: 56px;
  }

  .xl\:p-64 {
    padding: 64px;
  }

  .xl\:p-70 {
    padding: 70px;
  }

  .xl\:p-72 {
    padding: 72px;
  }

  .xl\:p-75 {
    padding: 75px;
  }

  .xl\:p-80 {
    padding: 80px;
  }

  .xl\:p-83 {
    padding: 83px;
  }

  .xl\:p-100 {
    padding: 100px;
  }

  .xl\:p-118 {
    padding: 118px;
  }

  .xl\:p-130 {
    padding: 130px;
  }

  .xl\:p-150 {
    padding: 150px;
  }

  .xl\:p-180 {
    padding: 180px;
  }

  .xl\:p-213 {
    padding: 213px;
  }

  .xl\:p-225 {
    padding: 225px;
  }

  .xl\:p-250 {
    padding: 250px;
  }

  .xl\:p-300 {
    padding: 300px;
  }

  .xl\:p-320 {
    padding: 320px;
  }

  .xl\:p-345 {
    padding: 345px;
  }

  .xl\:p-485 {
    padding: 485px;
  }

  .xl\:p-px {
    padding: 1px;
  }

  .xl\:-p-135 {
    padding: -135px;
  }

  .xl\:p-0p {
    padding: 0%;
  }

  .xl\:p-5p {
    padding: 5%;
  }

  .xl\:p-10p {
    padding: 10%;
  }

  .xl\:p-15p {
    padding: 15%;
  }

  .xl\:p-20p {
    padding: 20%;
  }

  .xl\:p-25p {
    padding: 25%;
  }

  .xl\:p-30p {
    padding: 30%;
  }

  .xl\:p-35p {
    padding: 35%;
  }

  .xl\:p-40p {
    padding: 40%;
  }

  .xl\:p-45p {
    padding: 45%;
  }

  .xl\:p-50p {
    padding: 50%;
  }

  .xl\:p-55p {
    padding: 55%;
  }

  .xl\:p-60p {
    padding: 60%;
  }

  .xl\:p-65p {
    padding: 65%;
  }

  .xl\:p-70p {
    padding: 70%;
  }

  .xl\:p-75p {
    padding: 75%;
  }

  .xl\:p-80p {
    padding: 80%;
  }

  .xl\:p-85p {
    padding: 85%;
  }

  .xl\:p-90p {
    padding: 90%;
  }

  .xl\:p-95p {
    padding: 95%;
  }

  .xl\:p-100p {
    padding: 100%;
  }

  .xl\:p-66\.5p {
    padding: 66.5%;
  }

  .xl\:p-67\.5p {
    padding: 67.5%;
  }

  .xl\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .xl\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .xl\:py-3 {
    padding-top: 3px;
    padding-bottom: 3px;
  }

  .xl\:px-3 {
    padding-left: 3px;
    padding-right: 3px;
  }

  .xl\:py-5 {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .xl\:px-5 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .xl\:py-8 {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .xl\:px-8 {
    padding-left: 8px;
    padding-right: 8px;
  }

  .xl\:py-10 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .xl\:px-10 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .xl\:py-12 {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .xl\:px-12 {
    padding-left: 12px;
    padding-right: 12px;
  }

  .xl\:py-14 {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .xl\:px-14 {
    padding-left: 14px;
    padding-right: 14px;
  }

  .xl\:py-15 {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .xl\:px-15 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .xl\:py-16 {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .xl\:px-16 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .xl\:py-20 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .xl\:px-20 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .xl\:py-24 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .xl\:px-24 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .xl\:py-28 {
    padding-top: 28px;
    padding-bottom: 28px;
  }

  .xl\:px-28 {
    padding-left: 28px;
    padding-right: 28px;
  }

  .xl\:py-29 {
    padding-top: 29px;
    padding-bottom: 29px;
  }

  .xl\:px-29 {
    padding-left: 29px;
    padding-right: 29px;
  }

  .xl\:py-30 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .xl\:px-30 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .xl\:py-32 {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .xl\:px-32 {
    padding-left: 32px;
    padding-right: 32px;
  }

  .xl\:py-35 {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .xl\:px-35 {
    padding-left: 35px;
    padding-right: 35px;
  }

  .xl\:py-36 {
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .xl\:px-36 {
    padding-left: 36px;
    padding-right: 36px;
  }

  .xl\:py-37 {
    padding-top: 37px;
    padding-bottom: 37px;
  }

  .xl\:px-37 {
    padding-left: 37px;
    padding-right: 37px;
  }

  .xl\:py-39 {
    padding-top: 39px;
    padding-bottom: 39px;
  }

  .xl\:px-39 {
    padding-left: 39px;
    padding-right: 39px;
  }

  .xl\:py-40 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .xl\:px-40 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .xl\:py-47 {
    padding-top: 47px;
    padding-bottom: 47px;
  }

  .xl\:px-47 {
    padding-left: 47px;
    padding-right: 47px;
  }

  .xl\:py-50 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .xl\:px-50 {
    padding-left: 50px;
    padding-right: 50px;
  }

  .xl\:py-56 {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .xl\:px-56 {
    padding-left: 56px;
    padding-right: 56px;
  }

  .xl\:py-64 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .xl\:px-64 {
    padding-left: 64px;
    padding-right: 64px;
  }

  .xl\:py-70 {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .xl\:px-70 {
    padding-left: 70px;
    padding-right: 70px;
  }

  .xl\:py-72 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .xl\:px-72 {
    padding-left: 72px;
    padding-right: 72px;
  }

  .xl\:py-75 {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .xl\:px-75 {
    padding-left: 75px;
    padding-right: 75px;
  }

  .xl\:py-80 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .xl\:px-80 {
    padding-left: 80px;
    padding-right: 80px;
  }

  .xl\:py-83 {
    padding-top: 83px;
    padding-bottom: 83px;
  }

  .xl\:px-83 {
    padding-left: 83px;
    padding-right: 83px;
  }

  .xl\:py-100 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .xl\:px-100 {
    padding-left: 100px;
    padding-right: 100px;
  }

  .xl\:py-118 {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .xl\:px-118 {
    padding-left: 118px;
    padding-right: 118px;
  }

  .xl\:py-130 {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .xl\:px-130 {
    padding-left: 130px;
    padding-right: 130px;
  }

  .xl\:py-150 {
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .xl\:px-150 {
    padding-left: 150px;
    padding-right: 150px;
  }

  .xl\:py-180 {
    padding-top: 180px;
    padding-bottom: 180px;
  }

  .xl\:px-180 {
    padding-left: 180px;
    padding-right: 180px;
  }

  .xl\:py-213 {
    padding-top: 213px;
    padding-bottom: 213px;
  }

  .xl\:px-213 {
    padding-left: 213px;
    padding-right: 213px;
  }

  .xl\:py-225 {
    padding-top: 225px;
    padding-bottom: 225px;
  }

  .xl\:px-225 {
    padding-left: 225px;
    padding-right: 225px;
  }

  .xl\:py-250 {
    padding-top: 250px;
    padding-bottom: 250px;
  }

  .xl\:px-250 {
    padding-left: 250px;
    padding-right: 250px;
  }

  .xl\:py-300 {
    padding-top: 300px;
    padding-bottom: 300px;
  }

  .xl\:px-300 {
    padding-left: 300px;
    padding-right: 300px;
  }

  .xl\:py-320 {
    padding-top: 320px;
    padding-bottom: 320px;
  }

  .xl\:px-320 {
    padding-left: 320px;
    padding-right: 320px;
  }

  .xl\:py-345 {
    padding-top: 345px;
    padding-bottom: 345px;
  }

  .xl\:px-345 {
    padding-left: 345px;
    padding-right: 345px;
  }

  .xl\:py-485 {
    padding-top: 485px;
    padding-bottom: 485px;
  }

  .xl\:px-485 {
    padding-left: 485px;
    padding-right: 485px;
  }

  .xl\:py-px {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .xl\:px-px {
    padding-left: 1px;
    padding-right: 1px;
  }

  .xl\:-py-135 {
    padding-top: -135px;
    padding-bottom: -135px;
  }

  .xl\:-px-135 {
    padding-left: -135px;
    padding-right: -135px;
  }

  .xl\:py-0p {
    padding-top: 0%;
    padding-bottom: 0%;
  }

  .xl\:px-0p {
    padding-left: 0%;
    padding-right: 0%;
  }

  .xl\:py-5p {
    padding-top: 5%;
    padding-bottom: 5%;
  }

  .xl\:px-5p {
    padding-left: 5%;
    padding-right: 5%;
  }

  .xl\:py-10p {
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .xl\:px-10p {
    padding-left: 10%;
    padding-right: 10%;
  }

  .xl\:py-15p {
    padding-top: 15%;
    padding-bottom: 15%;
  }

  .xl\:px-15p {
    padding-left: 15%;
    padding-right: 15%;
  }

  .xl\:py-20p {
    padding-top: 20%;
    padding-bottom: 20%;
  }

  .xl\:px-20p {
    padding-left: 20%;
    padding-right: 20%;
  }

  .xl\:py-25p {
    padding-top: 25%;
    padding-bottom: 25%;
  }

  .xl\:px-25p {
    padding-left: 25%;
    padding-right: 25%;
  }

  .xl\:py-30p {
    padding-top: 30%;
    padding-bottom: 30%;
  }

  .xl\:px-30p {
    padding-left: 30%;
    padding-right: 30%;
  }

  .xl\:py-35p {
    padding-top: 35%;
    padding-bottom: 35%;
  }

  .xl\:px-35p {
    padding-left: 35%;
    padding-right: 35%;
  }

  .xl\:py-40p {
    padding-top: 40%;
    padding-bottom: 40%;
  }

  .xl\:px-40p {
    padding-left: 40%;
    padding-right: 40%;
  }

  .xl\:py-45p {
    padding-top: 45%;
    padding-bottom: 45%;
  }

  .xl\:px-45p {
    padding-left: 45%;
    padding-right: 45%;
  }

  .xl\:py-50p {
    padding-top: 50%;
    padding-bottom: 50%;
  }

  .xl\:px-50p {
    padding-left: 50%;
    padding-right: 50%;
  }

  .xl\:py-55p {
    padding-top: 55%;
    padding-bottom: 55%;
  }

  .xl\:px-55p {
    padding-left: 55%;
    padding-right: 55%;
  }

  .xl\:py-60p {
    padding-top: 60%;
    padding-bottom: 60%;
  }

  .xl\:px-60p {
    padding-left: 60%;
    padding-right: 60%;
  }

  .xl\:py-65p {
    padding-top: 65%;
    padding-bottom: 65%;
  }

  .xl\:px-65p {
    padding-left: 65%;
    padding-right: 65%;
  }

  .xl\:py-70p {
    padding-top: 70%;
    padding-bottom: 70%;
  }

  .xl\:px-70p {
    padding-left: 70%;
    padding-right: 70%;
  }

  .xl\:py-75p {
    padding-top: 75%;
    padding-bottom: 75%;
  }

  .xl\:px-75p {
    padding-left: 75%;
    padding-right: 75%;
  }

  .xl\:py-80p {
    padding-top: 80%;
    padding-bottom: 80%;
  }

  .xl\:px-80p {
    padding-left: 80%;
    padding-right: 80%;
  }

  .xl\:py-85p {
    padding-top: 85%;
    padding-bottom: 85%;
  }

  .xl\:px-85p {
    padding-left: 85%;
    padding-right: 85%;
  }

  .xl\:py-90p {
    padding-top: 90%;
    padding-bottom: 90%;
  }

  .xl\:px-90p {
    padding-left: 90%;
    padding-right: 90%;
  }

  .xl\:py-95p {
    padding-top: 95%;
    padding-bottom: 95%;
  }

  .xl\:px-95p {
    padding-left: 95%;
    padding-right: 95%;
  }

  .xl\:py-100p {
    padding-top: 100%;
    padding-bottom: 100%;
  }

  .xl\:px-100p {
    padding-left: 100%;
    padding-right: 100%;
  }

  .xl\:py-66\.5p {
    padding-top: 66.5%;
    padding-bottom: 66.5%;
  }

  .xl\:px-66\.5p {
    padding-left: 66.5%;
    padding-right: 66.5%;
  }

  .xl\:py-67\.5p {
    padding-top: 67.5%;
    padding-bottom: 67.5%;
  }

  .xl\:px-67\.5p {
    padding-left: 67.5%;
    padding-right: 67.5%;
  }

  .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-3 {
    padding-top: 3px;
  }

  .xl\:pr-3 {
    padding-right: 3px;
  }

  .xl\:pb-3 {
    padding-bottom: 3px;
  }

  .xl\:pl-3 {
    padding-left: 3px;
  }

  .xl\:pt-5 {
    padding-top: 5px;
  }

  .xl\:pr-5 {
    padding-right: 5px;
  }

  .xl\:pb-5 {
    padding-bottom: 5px;
  }

  .xl\:pl-5 {
    padding-left: 5px;
  }

  .xl\:pt-8 {
    padding-top: 8px;
  }

  .xl\:pr-8 {
    padding-right: 8px;
  }

  .xl\:pb-8 {
    padding-bottom: 8px;
  }

  .xl\:pl-8 {
    padding-left: 8px;
  }

  .xl\:pt-10 {
    padding-top: 10px;
  }

  .xl\:pr-10 {
    padding-right: 10px;
  }

  .xl\:pb-10 {
    padding-bottom: 10px;
  }

  .xl\:pl-10 {
    padding-left: 10px;
  }

  .xl\:pt-12 {
    padding-top: 12px;
  }

  .xl\:pr-12 {
    padding-right: 12px;
  }

  .xl\:pb-12 {
    padding-bottom: 12px;
  }

  .xl\:pl-12 {
    padding-left: 12px;
  }

  .xl\:pt-14 {
    padding-top: 14px;
  }

  .xl\:pr-14 {
    padding-right: 14px;
  }

  .xl\:pb-14 {
    padding-bottom: 14px;
  }

  .xl\:pl-14 {
    padding-left: 14px;
  }

  .xl\:pt-15 {
    padding-top: 15px;
  }

  .xl\:pr-15 {
    padding-right: 15px;
  }

  .xl\:pb-15 {
    padding-bottom: 15px;
  }

  .xl\:pl-15 {
    padding-left: 15px;
  }

  .xl\:pt-16 {
    padding-top: 16px;
  }

  .xl\:pr-16 {
    padding-right: 16px;
  }

  .xl\:pb-16 {
    padding-bottom: 16px;
  }

  .xl\:pl-16 {
    padding-left: 16px;
  }

  .xl\:pt-20 {
    padding-top: 20px;
  }

  .xl\:pr-20 {
    padding-right: 20px;
  }

  .xl\:pb-20 {
    padding-bottom: 20px;
  }

  .xl\:pl-20 {
    padding-left: 20px;
  }

  .xl\:pt-24 {
    padding-top: 24px;
  }

  .xl\:pr-24 {
    padding-right: 24px;
  }

  .xl\:pb-24 {
    padding-bottom: 24px;
  }

  .xl\:pl-24 {
    padding-left: 24px;
  }

  .xl\:pt-28 {
    padding-top: 28px;
  }

  .xl\:pr-28 {
    padding-right: 28px;
  }

  .xl\:pb-28 {
    padding-bottom: 28px;
  }

  .xl\:pl-28 {
    padding-left: 28px;
  }

  .xl\:pt-29 {
    padding-top: 29px;
  }

  .xl\:pr-29 {
    padding-right: 29px;
  }

  .xl\:pb-29 {
    padding-bottom: 29px;
  }

  .xl\:pl-29 {
    padding-left: 29px;
  }

  .xl\:pt-30 {
    padding-top: 30px;
  }

  .xl\:pr-30 {
    padding-right: 30px;
  }

  .xl\:pb-30 {
    padding-bottom: 30px;
  }

  .xl\:pl-30 {
    padding-left: 30px;
  }

  .xl\:pt-32 {
    padding-top: 32px;
  }

  .xl\:pr-32 {
    padding-right: 32px;
  }

  .xl\:pb-32 {
    padding-bottom: 32px;
  }

  .xl\:pl-32 {
    padding-left: 32px;
  }

  .xl\:pt-35 {
    padding-top: 35px;
  }

  .xl\:pr-35 {
    padding-right: 35px;
  }

  .xl\:pb-35 {
    padding-bottom: 35px;
  }

  .xl\:pl-35 {
    padding-left: 35px;
  }

  .xl\:pt-36 {
    padding-top: 36px;
  }

  .xl\:pr-36 {
    padding-right: 36px;
  }

  .xl\:pb-36 {
    padding-bottom: 36px;
  }

  .xl\:pl-36 {
    padding-left: 36px;
  }

  .xl\:pt-37 {
    padding-top: 37px;
  }

  .xl\:pr-37 {
    padding-right: 37px;
  }

  .xl\:pb-37 {
    padding-bottom: 37px;
  }

  .xl\:pl-37 {
    padding-left: 37px;
  }

  .xl\:pt-39 {
    padding-top: 39px;
  }

  .xl\:pr-39 {
    padding-right: 39px;
  }

  .xl\:pb-39 {
    padding-bottom: 39px;
  }

  .xl\:pl-39 {
    padding-left: 39px;
  }

  .xl\:pt-40 {
    padding-top: 40px;
  }

  .xl\:pr-40 {
    padding-right: 40px;
  }

  .xl\:pb-40 {
    padding-bottom: 40px;
  }

  .xl\:pl-40 {
    padding-left: 40px;
  }

  .xl\:pt-47 {
    padding-top: 47px;
  }

  .xl\:pr-47 {
    padding-right: 47px;
  }

  .xl\:pb-47 {
    padding-bottom: 47px;
  }

  .xl\:pl-47 {
    padding-left: 47px;
  }

  .xl\:pt-50 {
    padding-top: 50px;
  }

  .xl\:pr-50 {
    padding-right: 50px;
  }

  .xl\:pb-50 {
    padding-bottom: 50px;
  }

  .xl\:pl-50 {
    padding-left: 50px;
  }

  .xl\:pt-56 {
    padding-top: 56px;
  }

  .xl\:pr-56 {
    padding-right: 56px;
  }

  .xl\:pb-56 {
    padding-bottom: 56px;
  }

  .xl\:pl-56 {
    padding-left: 56px;
  }

  .xl\:pt-64 {
    padding-top: 64px;
  }

  .xl\:pr-64 {
    padding-right: 64px;
  }

  .xl\:pb-64 {
    padding-bottom: 64px;
  }

  .xl\:pl-64 {
    padding-left: 64px;
  }

  .xl\:pt-70 {
    padding-top: 70px;
  }

  .xl\:pr-70 {
    padding-right: 70px;
  }

  .xl\:pb-70 {
    padding-bottom: 70px;
  }

  .xl\:pl-70 {
    padding-left: 70px;
  }

  .xl\:pt-72 {
    padding-top: 72px;
  }

  .xl\:pr-72 {
    padding-right: 72px;
  }

  .xl\:pb-72 {
    padding-bottom: 72px;
  }

  .xl\:pl-72 {
    padding-left: 72px;
  }

  .xl\:pt-75 {
    padding-top: 75px;
  }

  .xl\:pr-75 {
    padding-right: 75px;
  }

  .xl\:pb-75 {
    padding-bottom: 75px;
  }

  .xl\:pl-75 {
    padding-left: 75px;
  }

  .xl\:pt-80 {
    padding-top: 80px;
  }

  .xl\:pr-80 {
    padding-right: 80px;
  }

  .xl\:pb-80 {
    padding-bottom: 80px;
  }

  .xl\:pl-80 {
    padding-left: 80px;
  }

  .xl\:pt-83 {
    padding-top: 83px;
  }

  .xl\:pr-83 {
    padding-right: 83px;
  }

  .xl\:pb-83 {
    padding-bottom: 83px;
  }

  .xl\:pl-83 {
    padding-left: 83px;
  }

  .xl\:pt-100 {
    padding-top: 100px;
  }

  .xl\:pr-100 {
    padding-right: 100px;
  }

  .xl\:pb-100 {
    padding-bottom: 100px;
  }

  .xl\:pl-100 {
    padding-left: 100px;
  }

  .xl\:pt-118 {
    padding-top: 118px;
  }

  .xl\:pr-118 {
    padding-right: 118px;
  }

  .xl\:pb-118 {
    padding-bottom: 118px;
  }

  .xl\:pl-118 {
    padding-left: 118px;
  }

  .xl\:pt-130 {
    padding-top: 130px;
  }

  .xl\:pr-130 {
    padding-right: 130px;
  }

  .xl\:pb-130 {
    padding-bottom: 130px;
  }

  .xl\:pl-130 {
    padding-left: 130px;
  }

  .xl\:pt-150 {
    padding-top: 150px;
  }

  .xl\:pr-150 {
    padding-right: 150px;
  }

  .xl\:pb-150 {
    padding-bottom: 150px;
  }

  .xl\:pl-150 {
    padding-left: 150px;
  }

  .xl\:pt-180 {
    padding-top: 180px;
  }

  .xl\:pr-180 {
    padding-right: 180px;
  }

  .xl\:pb-180 {
    padding-bottom: 180px;
  }

  .xl\:pl-180 {
    padding-left: 180px;
  }

  .xl\:pt-213 {
    padding-top: 213px;
  }

  .xl\:pr-213 {
    padding-right: 213px;
  }

  .xl\:pb-213 {
    padding-bottom: 213px;
  }

  .xl\:pl-213 {
    padding-left: 213px;
  }

  .xl\:pt-225 {
    padding-top: 225px;
  }

  .xl\:pr-225 {
    padding-right: 225px;
  }

  .xl\:pb-225 {
    padding-bottom: 225px;
  }

  .xl\:pl-225 {
    padding-left: 225px;
  }

  .xl\:pt-250 {
    padding-top: 250px;
  }

  .xl\:pr-250 {
    padding-right: 250px;
  }

  .xl\:pb-250 {
    padding-bottom: 250px;
  }

  .xl\:pl-250 {
    padding-left: 250px;
  }

  .xl\:pt-300 {
    padding-top: 300px;
  }

  .xl\:pr-300 {
    padding-right: 300px;
  }

  .xl\:pb-300 {
    padding-bottom: 300px;
  }

  .xl\:pl-300 {
    padding-left: 300px;
  }

  .xl\:pt-320 {
    padding-top: 320px;
  }

  .xl\:pr-320 {
    padding-right: 320px;
  }

  .xl\:pb-320 {
    padding-bottom: 320px;
  }

  .xl\:pl-320 {
    padding-left: 320px;
  }

  .xl\:pt-345 {
    padding-top: 345px;
  }

  .xl\:pr-345 {
    padding-right: 345px;
  }

  .xl\:pb-345 {
    padding-bottom: 345px;
  }

  .xl\:pl-345 {
    padding-left: 345px;
  }

  .xl\:pt-485 {
    padding-top: 485px;
  }

  .xl\:pr-485 {
    padding-right: 485px;
  }

  .xl\:pb-485 {
    padding-bottom: 485px;
  }

  .xl\:pl-485 {
    padding-left: 485px;
  }

  .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-135 {
    padding-top: -135px;
  }

  .xl\:-pr-135 {
    padding-right: -135px;
  }

  .xl\:-pb-135 {
    padding-bottom: -135px;
  }

  .xl\:-pl-135 {
    padding-left: -135px;
  }

  .xl\:pt-0p {
    padding-top: 0%;
  }

  .xl\:pr-0p {
    padding-right: 0%;
  }

  .xl\:pb-0p {
    padding-bottom: 0%;
  }

  .xl\:pl-0p {
    padding-left: 0%;
  }

  .xl\:pt-5p {
    padding-top: 5%;
  }

  .xl\:pr-5p {
    padding-right: 5%;
  }

  .xl\:pb-5p {
    padding-bottom: 5%;
  }

  .xl\:pl-5p {
    padding-left: 5%;
  }

  .xl\:pt-10p {
    padding-top: 10%;
  }

  .xl\:pr-10p {
    padding-right: 10%;
  }

  .xl\:pb-10p {
    padding-bottom: 10%;
  }

  .xl\:pl-10p {
    padding-left: 10%;
  }

  .xl\:pt-15p {
    padding-top: 15%;
  }

  .xl\:pr-15p {
    padding-right: 15%;
  }

  .xl\:pb-15p {
    padding-bottom: 15%;
  }

  .xl\:pl-15p {
    padding-left: 15%;
  }

  .xl\:pt-20p {
    padding-top: 20%;
  }

  .xl\:pr-20p {
    padding-right: 20%;
  }

  .xl\:pb-20p {
    padding-bottom: 20%;
  }

  .xl\:pl-20p {
    padding-left: 20%;
  }

  .xl\:pt-25p {
    padding-top: 25%;
  }

  .xl\:pr-25p {
    padding-right: 25%;
  }

  .xl\:pb-25p {
    padding-bottom: 25%;
  }

  .xl\:pl-25p {
    padding-left: 25%;
  }

  .xl\:pt-30p {
    padding-top: 30%;
  }

  .xl\:pr-30p {
    padding-right: 30%;
  }

  .xl\:pb-30p {
    padding-bottom: 30%;
  }

  .xl\:pl-30p {
    padding-left: 30%;
  }

  .xl\:pt-35p {
    padding-top: 35%;
  }

  .xl\:pr-35p {
    padding-right: 35%;
  }

  .xl\:pb-35p {
    padding-bottom: 35%;
  }

  .xl\:pl-35p {
    padding-left: 35%;
  }

  .xl\:pt-40p {
    padding-top: 40%;
  }

  .xl\:pr-40p {
    padding-right: 40%;
  }

  .xl\:pb-40p {
    padding-bottom: 40%;
  }

  .xl\:pl-40p {
    padding-left: 40%;
  }

  .xl\:pt-45p {
    padding-top: 45%;
  }

  .xl\:pr-45p {
    padding-right: 45%;
  }

  .xl\:pb-45p {
    padding-bottom: 45%;
  }

  .xl\:pl-45p {
    padding-left: 45%;
  }

  .xl\:pt-50p {
    padding-top: 50%;
  }

  .xl\:pr-50p {
    padding-right: 50%;
  }

  .xl\:pb-50p {
    padding-bottom: 50%;
  }

  .xl\:pl-50p {
    padding-left: 50%;
  }

  .xl\:pt-55p {
    padding-top: 55%;
  }

  .xl\:pr-55p {
    padding-right: 55%;
  }

  .xl\:pb-55p {
    padding-bottom: 55%;
  }

  .xl\:pl-55p {
    padding-left: 55%;
  }

  .xl\:pt-60p {
    padding-top: 60%;
  }

  .xl\:pr-60p {
    padding-right: 60%;
  }

  .xl\:pb-60p {
    padding-bottom: 60%;
  }

  .xl\:pl-60p {
    padding-left: 60%;
  }

  .xl\:pt-65p {
    padding-top: 65%;
  }

  .xl\:pr-65p {
    padding-right: 65%;
  }

  .xl\:pb-65p {
    padding-bottom: 65%;
  }

  .xl\:pl-65p {
    padding-left: 65%;
  }

  .xl\:pt-70p {
    padding-top: 70%;
  }

  .xl\:pr-70p {
    padding-right: 70%;
  }

  .xl\:pb-70p {
    padding-bottom: 70%;
  }

  .xl\:pl-70p {
    padding-left: 70%;
  }

  .xl\:pt-75p {
    padding-top: 75%;
  }

  .xl\:pr-75p {
    padding-right: 75%;
  }

  .xl\:pb-75p {
    padding-bottom: 75%;
  }

  .xl\:pl-75p {
    padding-left: 75%;
  }

  .xl\:pt-80p {
    padding-top: 80%;
  }

  .xl\:pr-80p {
    padding-right: 80%;
  }

  .xl\:pb-80p {
    padding-bottom: 80%;
  }

  .xl\:pl-80p {
    padding-left: 80%;
  }

  .xl\:pt-85p {
    padding-top: 85%;
  }

  .xl\:pr-85p {
    padding-right: 85%;
  }

  .xl\:pb-85p {
    padding-bottom: 85%;
  }

  .xl\:pl-85p {
    padding-left: 85%;
  }

  .xl\:pt-90p {
    padding-top: 90%;
  }

  .xl\:pr-90p {
    padding-right: 90%;
  }

  .xl\:pb-90p {
    padding-bottom: 90%;
  }

  .xl\:pl-90p {
    padding-left: 90%;
  }

  .xl\:pt-95p {
    padding-top: 95%;
  }

  .xl\:pr-95p {
    padding-right: 95%;
  }

  .xl\:pb-95p {
    padding-bottom: 95%;
  }

  .xl\:pl-95p {
    padding-left: 95%;
  }

  .xl\:pt-100p {
    padding-top: 100%;
  }

  .xl\:pr-100p {
    padding-right: 100%;
  }

  .xl\:pb-100p {
    padding-bottom: 100%;
  }

  .xl\:pl-100p {
    padding-left: 100%;
  }

  .xl\:pt-66\.5p {
    padding-top: 66.5%;
  }

  .xl\:pr-66\.5p {
    padding-right: 66.5%;
  }

  .xl\:pb-66\.5p {
    padding-bottom: 66.5%;
  }

  .xl\:pl-66\.5p {
    padding-left: 66.5%;
  }

  .xl\:pt-67\.5p {
    padding-top: 67.5%;
  }

  .xl\:pr-67\.5p {
    padding-right: 67.5%;
  }

  .xl\:pb-67\.5p {
    padding-bottom: 67.5%;
  }

  .xl\:pl-67\.5p {
    padding-left: 67.5%;
  }

  .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-1::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(70, 70, 70, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-black-1:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(70, 70, 70, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-black-1::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(70, 70, 70, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-black-2::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(215, 215, 215, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-black-2:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(215, 215, 215, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-black-2::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(215, 215, 215, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-black-3::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-black-3:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-black-3::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-black-4::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 237, 237, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-black-4:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 237, 237, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-black-4::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 237, 237, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-black-5::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(68, 68, 68, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-black-5:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(68, 68, 68, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-black-5::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(68, 68, 68, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-black-6::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(108, 108, 108, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-black-6:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(108, 108, 108, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-black-6::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(108, 108, 108, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-black::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-black:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-black::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-white-1::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 244, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-white-1:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 244, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-white-1::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 244, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-white::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-white:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-white::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-pink-1::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 101, 147, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-pink-1:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 101, 147, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-pink-1::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 101, 147, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-pink::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 139, 174, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-pink:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 139, 174, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-pink::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 139, 174, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-red-1::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(231, 6, 31, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-red-1:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(231, 6, 31, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-red-1::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(231, 6, 31, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-red::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 0, 22, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-red:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 0, 22, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-red::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 0, 22, 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-1:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(70, 70, 70, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-black-1:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(70, 70, 70, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-black-1:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(70, 70, 70, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-black-2:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(215, 215, 215, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-black-2:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(215, 215, 215, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-black-2:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(215, 215, 215, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-black-3:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-black-3:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-black-3:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-black-4:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 237, 237, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-black-4:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 237, 237, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-black-4:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 237, 237, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-black-5:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(68, 68, 68, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-black-5:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(68, 68, 68, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-black-5:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(68, 68, 68, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-black-6:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(108, 108, 108, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-black-6:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(108, 108, 108, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-black-6:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(108, 108, 108, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-black:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-black:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-black:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-white-1:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 244, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-white-1:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 244, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-white-1:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 244, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-white:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-white:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-white:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-pink-1:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 101, 147, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-pink-1:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 101, 147, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-pink-1:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 101, 147, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-pink:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 139, 174, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-pink:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 139, 174, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-pink:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 139, 174, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-red-1:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(231, 6, 31, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-red-1:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(231, 6, 31, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-red-1:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(231, 6, 31, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-red:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 0, 22, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-red:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 0, 22, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-red:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 0, 22, 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-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-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-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-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-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-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-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-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: sticky;
  }

  .xl\:inset-0 {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }

  .xl\:inset-3 {
    top: 3px;
    right: 3px;
    bottom: 3px;
    left: 3px;
  }

  .xl\:inset-5 {
    top: 5px;
    right: 5px;
    bottom: 5px;
    left: 5px;
  }

  .xl\:inset-8 {
    top: 8px;
    right: 8px;
    bottom: 8px;
    left: 8px;
  }

  .xl\:inset-10 {
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
  }

  .xl\:inset-12 {
    top: 12px;
    right: 12px;
    bottom: 12px;
    left: 12px;
  }

  .xl\:inset-14 {
    top: 14px;
    right: 14px;
    bottom: 14px;
    left: 14px;
  }

  .xl\:inset-15 {
    top: 15px;
    right: 15px;
    bottom: 15px;
    left: 15px;
  }

  .xl\:inset-16 {
    top: 16px;
    right: 16px;
    bottom: 16px;
    left: 16px;
  }

  .xl\:inset-20 {
    top: 20px;
    right: 20px;
    bottom: 20px;
    left: 20px;
  }

  .xl\:inset-24 {
    top: 24px;
    right: 24px;
    bottom: 24px;
    left: 24px;
  }

  .xl\:inset-28 {
    top: 28px;
    right: 28px;
    bottom: 28px;
    left: 28px;
  }

  .xl\:inset-29 {
    top: 29px;
    right: 29px;
    bottom: 29px;
    left: 29px;
  }

  .xl\:inset-30 {
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
  }

  .xl\:inset-32 {
    top: 32px;
    right: 32px;
    bottom: 32px;
    left: 32px;
  }

  .xl\:inset-35 {
    top: 35px;
    right: 35px;
    bottom: 35px;
    left: 35px;
  }

  .xl\:inset-36 {
    top: 36px;
    right: 36px;
    bottom: 36px;
    left: 36px;
  }

  .xl\:inset-37 {
    top: 37px;
    right: 37px;
    bottom: 37px;
    left: 37px;
  }

  .xl\:inset-39 {
    top: 39px;
    right: 39px;
    bottom: 39px;
    left: 39px;
  }

  .xl\:inset-40 {
    top: 40px;
    right: 40px;
    bottom: 40px;
    left: 40px;
  }

  .xl\:inset-47 {
    top: 47px;
    right: 47px;
    bottom: 47px;
    left: 47px;
  }

  .xl\:inset-50 {
    top: 50px;
    right: 50px;
    bottom: 50px;
    left: 50px;
  }

  .xl\:inset-56 {
    top: 56px;
    right: 56px;
    bottom: 56px;
    left: 56px;
  }

  .xl\:inset-64 {
    top: 64px;
    right: 64px;
    bottom: 64px;
    left: 64px;
  }

  .xl\:inset-70 {
    top: 70px;
    right: 70px;
    bottom: 70px;
    left: 70px;
  }

  .xl\:inset-72 {
    top: 72px;
    right: 72px;
    bottom: 72px;
    left: 72px;
  }

  .xl\:inset-75 {
    top: 75px;
    right: 75px;
    bottom: 75px;
    left: 75px;
  }

  .xl\:inset-80 {
    top: 80px;
    right: 80px;
    bottom: 80px;
    left: 80px;
  }

  .xl\:inset-83 {
    top: 83px;
    right: 83px;
    bottom: 83px;
    left: 83px;
  }

  .xl\:inset-100 {
    top: 100px;
    right: 100px;
    bottom: 100px;
    left: 100px;
  }

  .xl\:inset-118 {
    top: 118px;
    right: 118px;
    bottom: 118px;
    left: 118px;
  }

  .xl\:inset-130 {
    top: 130px;
    right: 130px;
    bottom: 130px;
    left: 130px;
  }

  .xl\:inset-150 {
    top: 150px;
    right: 150px;
    bottom: 150px;
    left: 150px;
  }

  .xl\:inset-180 {
    top: 180px;
    right: 180px;
    bottom: 180px;
    left: 180px;
  }

  .xl\:inset-213 {
    top: 213px;
    right: 213px;
    bottom: 213px;
    left: 213px;
  }

  .xl\:inset-225 {
    top: 225px;
    right: 225px;
    bottom: 225px;
    left: 225px;
  }

  .xl\:inset-250 {
    top: 250px;
    right: 250px;
    bottom: 250px;
    left: 250px;
  }

  .xl\:inset-300 {
    top: 300px;
    right: 300px;
    bottom: 300px;
    left: 300px;
  }

  .xl\:inset-320 {
    top: 320px;
    right: 320px;
    bottom: 320px;
    left: 320px;
  }

  .xl\:inset-345 {
    top: 345px;
    right: 345px;
    bottom: 345px;
    left: 345px;
  }

  .xl\:inset-485 {
    top: 485px;
    right: 485px;
    bottom: 485px;
    left: 485px;
  }

  .xl\:inset-auto {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .xl\:inset-px {
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: 1px;
  }

  .xl\:-inset-135 {
    top: -135px;
    right: -135px;
    bottom: -135px;
    left: -135px;
  }

  .xl\:inset-0p {
    top: 0%;
    right: 0%;
    bottom: 0%;
    left: 0%;
  }

  .xl\:inset-5p {
    top: 5%;
    right: 5%;
    bottom: 5%;
    left: 5%;
  }

  .xl\:inset-10p {
    top: 10%;
    right: 10%;
    bottom: 10%;
    left: 10%;
  }

  .xl\:inset-15p {
    top: 15%;
    right: 15%;
    bottom: 15%;
    left: 15%;
  }

  .xl\:inset-20p {
    top: 20%;
    right: 20%;
    bottom: 20%;
    left: 20%;
  }

  .xl\:inset-25p {
    top: 25%;
    right: 25%;
    bottom: 25%;
    left: 25%;
  }

  .xl\:inset-30p {
    top: 30%;
    right: 30%;
    bottom: 30%;
    left: 30%;
  }

  .xl\:inset-35p {
    top: 35%;
    right: 35%;
    bottom: 35%;
    left: 35%;
  }

  .xl\:inset-40p {
    top: 40%;
    right: 40%;
    bottom: 40%;
    left: 40%;
  }

  .xl\:inset-45p {
    top: 45%;
    right: 45%;
    bottom: 45%;
    left: 45%;
  }

  .xl\:inset-50p {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .xl\:inset-55p {
    top: 55%;
    right: 55%;
    bottom: 55%;
    left: 55%;
  }

  .xl\:inset-60p {
    top: 60%;
    right: 60%;
    bottom: 60%;
    left: 60%;
  }

  .xl\:inset-65p {
    top: 65%;
    right: 65%;
    bottom: 65%;
    left: 65%;
  }

  .xl\:inset-70p {
    top: 70%;
    right: 70%;
    bottom: 70%;
    left: 70%;
  }

  .xl\:inset-75p {
    top: 75%;
    right: 75%;
    bottom: 75%;
    left: 75%;
  }

  .xl\:inset-80p {
    top: 80%;
    right: 80%;
    bottom: 80%;
    left: 80%;
  }

  .xl\:inset-85p {
    top: 85%;
    right: 85%;
    bottom: 85%;
    left: 85%;
  }

  .xl\:inset-90p {
    top: 90%;
    right: 90%;
    bottom: 90%;
    left: 90%;
  }

  .xl\:inset-95p {
    top: 95%;
    right: 95%;
    bottom: 95%;
    left: 95%;
  }

  .xl\:inset-100p {
    top: 100%;
    right: 100%;
    bottom: 100%;
    left: 100%;
  }

  .xl\:inset-66\.5p {
    top: 66.5%;
    right: 66.5%;
    bottom: 66.5%;
    left: 66.5%;
  }

  .xl\:inset-67\.5p {
    top: 67.5%;
    right: 67.5%;
    bottom: 67.5%;
    left: 67.5%;
  }

  .xl\:-inset-0 {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }

  .xl\:-inset-3 {
    top: -3px;
    right: -3px;
    bottom: -3px;
    left: -3px;
  }

  .xl\:-inset-5 {
    top: -5px;
    right: -5px;
    bottom: -5px;
    left: -5px;
  }

  .xl\:-inset-8 {
    top: -8px;
    right: -8px;
    bottom: -8px;
    left: -8px;
  }

  .xl\:-inset-10 {
    top: -10px;
    right: -10px;
    bottom: -10px;
    left: -10px;
  }

  .xl\:-inset-12 {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
  }

  .xl\:-inset-14 {
    top: -14px;
    right: -14px;
    bottom: -14px;
    left: -14px;
  }

  .xl\:-inset-15 {
    top: -15px;
    right: -15px;
    bottom: -15px;
    left: -15px;
  }

  .xl\:-inset-16 {
    top: -16px;
    right: -16px;
    bottom: -16px;
    left: -16px;
  }

  .xl\:-inset-20 {
    top: -20px;
    right: -20px;
    bottom: -20px;
    left: -20px;
  }

  .xl\:-inset-24 {
    top: -24px;
    right: -24px;
    bottom: -24px;
    left: -24px;
  }

  .xl\:-inset-28 {
    top: -28px;
    right: -28px;
    bottom: -28px;
    left: -28px;
  }

  .xl\:-inset-29 {
    top: -29px;
    right: -29px;
    bottom: -29px;
    left: -29px;
  }

  .xl\:-inset-30 {
    top: -30px;
    right: -30px;
    bottom: -30px;
    left: -30px;
  }

  .xl\:-inset-32 {
    top: -32px;
    right: -32px;
    bottom: -32px;
    left: -32px;
  }

  .xl\:-inset-35 {
    top: -35px;
    right: -35px;
    bottom: -35px;
    left: -35px;
  }

  .xl\:-inset-36 {
    top: -36px;
    right: -36px;
    bottom: -36px;
    left: -36px;
  }

  .xl\:-inset-37 {
    top: -37px;
    right: -37px;
    bottom: -37px;
    left: -37px;
  }

  .xl\:-inset-39 {
    top: -39px;
    right: -39px;
    bottom: -39px;
    left: -39px;
  }

  .xl\:-inset-40 {
    top: -40px;
    right: -40px;
    bottom: -40px;
    left: -40px;
  }

  .xl\:-inset-47 {
    top: -47px;
    right: -47px;
    bottom: -47px;
    left: -47px;
  }

  .xl\:-inset-50 {
    top: -50px;
    right: -50px;
    bottom: -50px;
    left: -50px;
  }

  .xl\:-inset-56 {
    top: -56px;
    right: -56px;
    bottom: -56px;
    left: -56px;
  }

  .xl\:-inset-64 {
    top: -64px;
    right: -64px;
    bottom: -64px;
    left: -64px;
  }

  .xl\:-inset-70 {
    top: -70px;
    right: -70px;
    bottom: -70px;
    left: -70px;
  }

  .xl\:-inset-72 {
    top: -72px;
    right: -72px;
    bottom: -72px;
    left: -72px;
  }

  .xl\:-inset-75 {
    top: -75px;
    right: -75px;
    bottom: -75px;
    left: -75px;
  }

  .xl\:-inset-80 {
    top: -80px;
    right: -80px;
    bottom: -80px;
    left: -80px;
  }

  .xl\:-inset-83 {
    top: -83px;
    right: -83px;
    bottom: -83px;
    left: -83px;
  }

  .xl\:-inset-100 {
    top: -100px;
    right: -100px;
    bottom: -100px;
    left: -100px;
  }

  .xl\:-inset-118 {
    top: -118px;
    right: -118px;
    bottom: -118px;
    left: -118px;
  }

  .xl\:-inset-130 {
    top: -130px;
    right: -130px;
    bottom: -130px;
    left: -130px;
  }

  .xl\:-inset-150 {
    top: -150px;
    right: -150px;
    bottom: -150px;
    left: -150px;
  }

  .xl\:-inset-180 {
    top: -180px;
    right: -180px;
    bottom: -180px;
    left: -180px;
  }

  .xl\:-inset-213 {
    top: -213px;
    right: -213px;
    bottom: -213px;
    left: -213px;
  }

  .xl\:-inset-225 {
    top: -225px;
    right: -225px;
    bottom: -225px;
    left: -225px;
  }

  .xl\:-inset-250 {
    top: -250px;
    right: -250px;
    bottom: -250px;
    left: -250px;
  }

  .xl\:-inset-300 {
    top: -300px;
    right: -300px;
    bottom: -300px;
    left: -300px;
  }

  .xl\:-inset-320 {
    top: -320px;
    right: -320px;
    bottom: -320px;
    left: -320px;
  }

  .xl\:-inset-345 {
    top: -345px;
    right: -345px;
    bottom: -345px;
    left: -345px;
  }

  .xl\:-inset-485 {
    top: -485px;
    right: -485px;
    bottom: -485px;
    left: -485px;
  }

  .xl\:-inset-px {
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
  }

  .xl\:-inset--135 {
    top: 135px;
    right: 135px;
    bottom: 135px;
    left: 135px;
  }

  .xl\:-inset-0p {
    top: 0%;
    right: 0%;
    bottom: 0%;
    left: 0%;
  }

  .xl\:-inset-5p {
    top: -5%;
    right: -5%;
    bottom: -5%;
    left: -5%;
  }

  .xl\:-inset-10p {
    top: -10%;
    right: -10%;
    bottom: -10%;
    left: -10%;
  }

  .xl\:-inset-15p {
    top: -15%;
    right: -15%;
    bottom: -15%;
    left: -15%;
  }

  .xl\:-inset-20p {
    top: -20%;
    right: -20%;
    bottom: -20%;
    left: -20%;
  }

  .xl\:-inset-25p {
    top: -25%;
    right: -25%;
    bottom: -25%;
    left: -25%;
  }

  .xl\:-inset-30p {
    top: -30%;
    right: -30%;
    bottom: -30%;
    left: -30%;
  }

  .xl\:-inset-35p {
    top: -35%;
    right: -35%;
    bottom: -35%;
    left: -35%;
  }

  .xl\:-inset-40p {
    top: -40%;
    right: -40%;
    bottom: -40%;
    left: -40%;
  }

  .xl\:-inset-45p {
    top: -45%;
    right: -45%;
    bottom: -45%;
    left: -45%;
  }

  .xl\:-inset-50p {
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .xl\:-inset-55p {
    top: -55%;
    right: -55%;
    bottom: -55%;
    left: -55%;
  }

  .xl\:-inset-60p {
    top: -60%;
    right: -60%;
    bottom: -60%;
    left: -60%;
  }

  .xl\:-inset-65p {
    top: -65%;
    right: -65%;
    bottom: -65%;
    left: -65%;
  }

  .xl\:-inset-70p {
    top: -70%;
    right: -70%;
    bottom: -70%;
    left: -70%;
  }

  .xl\:-inset-75p {
    top: -75%;
    right: -75%;
    bottom: -75%;
    left: -75%;
  }

  .xl\:-inset-80p {
    top: -80%;
    right: -80%;
    bottom: -80%;
    left: -80%;
  }

  .xl\:-inset-85p {
    top: -85%;
    right: -85%;
    bottom: -85%;
    left: -85%;
  }

  .xl\:-inset-90p {
    top: -90%;
    right: -90%;
    bottom: -90%;
    left: -90%;
  }

  .xl\:-inset-95p {
    top: -95%;
    right: -95%;
    bottom: -95%;
    left: -95%;
  }

  .xl\:-inset-100p {
    top: -100%;
    right: -100%;
    bottom: -100%;
    left: -100%;
  }

  .xl\:-inset-66\.5p {
    top: -66.5%;
    right: -66.5%;
    bottom: -66.5%;
    left: -66.5%;
  }

  .xl\:-inset-67\.5p {
    top: -67.5%;
    right: -67.5%;
    bottom: -67.5%;
    left: -67.5%;
  }

  .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-3 {
    top: 3px;
    bottom: 3px;
  }

  .xl\:inset-x-3 {
    right: 3px;
    left: 3px;
  }

  .xl\:inset-y-5 {
    top: 5px;
    bottom: 5px;
  }

  .xl\:inset-x-5 {
    right: 5px;
    left: 5px;
  }

  .xl\:inset-y-8 {
    top: 8px;
    bottom: 8px;
  }

  .xl\:inset-x-8 {
    right: 8px;
    left: 8px;
  }

  .xl\:inset-y-10 {
    top: 10px;
    bottom: 10px;
  }

  .xl\:inset-x-10 {
    right: 10px;
    left: 10px;
  }

  .xl\:inset-y-12 {
    top: 12px;
    bottom: 12px;
  }

  .xl\:inset-x-12 {
    right: 12px;
    left: 12px;
  }

  .xl\:inset-y-14 {
    top: 14px;
    bottom: 14px;
  }

  .xl\:inset-x-14 {
    right: 14px;
    left: 14px;
  }

  .xl\:inset-y-15 {
    top: 15px;
    bottom: 15px;
  }

  .xl\:inset-x-15 {
    right: 15px;
    left: 15px;
  }

  .xl\:inset-y-16 {
    top: 16px;
    bottom: 16px;
  }

  .xl\:inset-x-16 {
    right: 16px;
    left: 16px;
  }

  .xl\:inset-y-20 {
    top: 20px;
    bottom: 20px;
  }

  .xl\:inset-x-20 {
    right: 20px;
    left: 20px;
  }

  .xl\:inset-y-24 {
    top: 24px;
    bottom: 24px;
  }

  .xl\:inset-x-24 {
    right: 24px;
    left: 24px;
  }

  .xl\:inset-y-28 {
    top: 28px;
    bottom: 28px;
  }

  .xl\:inset-x-28 {
    right: 28px;
    left: 28px;
  }

  .xl\:inset-y-29 {
    top: 29px;
    bottom: 29px;
  }

  .xl\:inset-x-29 {
    right: 29px;
    left: 29px;
  }

  .xl\:inset-y-30 {
    top: 30px;
    bottom: 30px;
  }

  .xl\:inset-x-30 {
    right: 30px;
    left: 30px;
  }

  .xl\:inset-y-32 {
    top: 32px;
    bottom: 32px;
  }

  .xl\:inset-x-32 {
    right: 32px;
    left: 32px;
  }

  .xl\:inset-y-35 {
    top: 35px;
    bottom: 35px;
  }

  .xl\:inset-x-35 {
    right: 35px;
    left: 35px;
  }

  .xl\:inset-y-36 {
    top: 36px;
    bottom: 36px;
  }

  .xl\:inset-x-36 {
    right: 36px;
    left: 36px;
  }

  .xl\:inset-y-37 {
    top: 37px;
    bottom: 37px;
  }

  .xl\:inset-x-37 {
    right: 37px;
    left: 37px;
  }

  .xl\:inset-y-39 {
    top: 39px;
    bottom: 39px;
  }

  .xl\:inset-x-39 {
    right: 39px;
    left: 39px;
  }

  .xl\:inset-y-40 {
    top: 40px;
    bottom: 40px;
  }

  .xl\:inset-x-40 {
    right: 40px;
    left: 40px;
  }

  .xl\:inset-y-47 {
    top: 47px;
    bottom: 47px;
  }

  .xl\:inset-x-47 {
    right: 47px;
    left: 47px;
  }

  .xl\:inset-y-50 {
    top: 50px;
    bottom: 50px;
  }

  .xl\:inset-x-50 {
    right: 50px;
    left: 50px;
  }

  .xl\:inset-y-56 {
    top: 56px;
    bottom: 56px;
  }

  .xl\:inset-x-56 {
    right: 56px;
    left: 56px;
  }

  .xl\:inset-y-64 {
    top: 64px;
    bottom: 64px;
  }

  .xl\:inset-x-64 {
    right: 64px;
    left: 64px;
  }

  .xl\:inset-y-70 {
    top: 70px;
    bottom: 70px;
  }

  .xl\:inset-x-70 {
    right: 70px;
    left: 70px;
  }

  .xl\:inset-y-72 {
    top: 72px;
    bottom: 72px;
  }

  .xl\:inset-x-72 {
    right: 72px;
    left: 72px;
  }

  .xl\:inset-y-75 {
    top: 75px;
    bottom: 75px;
  }

  .xl\:inset-x-75 {
    right: 75px;
    left: 75px;
  }

  .xl\:inset-y-80 {
    top: 80px;
    bottom: 80px;
  }

  .xl\:inset-x-80 {
    right: 80px;
    left: 80px;
  }

  .xl\:inset-y-83 {
    top: 83px;
    bottom: 83px;
  }

  .xl\:inset-x-83 {
    right: 83px;
    left: 83px;
  }

  .xl\:inset-y-100 {
    top: 100px;
    bottom: 100px;
  }

  .xl\:inset-x-100 {
    right: 100px;
    left: 100px;
  }

  .xl\:inset-y-118 {
    top: 118px;
    bottom: 118px;
  }

  .xl\:inset-x-118 {
    right: 118px;
    left: 118px;
  }

  .xl\:inset-y-130 {
    top: 130px;
    bottom: 130px;
  }

  .xl\:inset-x-130 {
    right: 130px;
    left: 130px;
  }

  .xl\:inset-y-150 {
    top: 150px;
    bottom: 150px;
  }

  .xl\:inset-x-150 {
    right: 150px;
    left: 150px;
  }

  .xl\:inset-y-180 {
    top: 180px;
    bottom: 180px;
  }

  .xl\:inset-x-180 {
    right: 180px;
    left: 180px;
  }

  .xl\:inset-y-213 {
    top: 213px;
    bottom: 213px;
  }

  .xl\:inset-x-213 {
    right: 213px;
    left: 213px;
  }

  .xl\:inset-y-225 {
    top: 225px;
    bottom: 225px;
  }

  .xl\:inset-x-225 {
    right: 225px;
    left: 225px;
  }

  .xl\:inset-y-250 {
    top: 250px;
    bottom: 250px;
  }

  .xl\:inset-x-250 {
    right: 250px;
    left: 250px;
  }

  .xl\:inset-y-300 {
    top: 300px;
    bottom: 300px;
  }

  .xl\:inset-x-300 {
    right: 300px;
    left: 300px;
  }

  .xl\:inset-y-320 {
    top: 320px;
    bottom: 320px;
  }

  .xl\:inset-x-320 {
    right: 320px;
    left: 320px;
  }

  .xl\:inset-y-345 {
    top: 345px;
    bottom: 345px;
  }

  .xl\:inset-x-345 {
    right: 345px;
    left: 345px;
  }

  .xl\:inset-y-485 {
    top: 485px;
    bottom: 485px;
  }

  .xl\:inset-x-485 {
    right: 485px;
    left: 485px;
  }

  .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-135 {
    top: -135px;
    bottom: -135px;
  }

  .xl\:-inset-x-135 {
    right: -135px;
    left: -135px;
  }

  .xl\:inset-y-0p {
    top: 0%;
    bottom: 0%;
  }

  .xl\:inset-x-0p {
    right: 0%;
    left: 0%;
  }

  .xl\:inset-y-5p {
    top: 5%;
    bottom: 5%;
  }

  .xl\:inset-x-5p {
    right: 5%;
    left: 5%;
  }

  .xl\:inset-y-10p {
    top: 10%;
    bottom: 10%;
  }

  .xl\:inset-x-10p {
    right: 10%;
    left: 10%;
  }

  .xl\:inset-y-15p {
    top: 15%;
    bottom: 15%;
  }

  .xl\:inset-x-15p {
    right: 15%;
    left: 15%;
  }

  .xl\:inset-y-20p {
    top: 20%;
    bottom: 20%;
  }

  .xl\:inset-x-20p {
    right: 20%;
    left: 20%;
  }

  .xl\:inset-y-25p {
    top: 25%;
    bottom: 25%;
  }

  .xl\:inset-x-25p {
    right: 25%;
    left: 25%;
  }

  .xl\:inset-y-30p {
    top: 30%;
    bottom: 30%;
  }

  .xl\:inset-x-30p {
    right: 30%;
    left: 30%;
  }

  .xl\:inset-y-35p {
    top: 35%;
    bottom: 35%;
  }

  .xl\:inset-x-35p {
    right: 35%;
    left: 35%;
  }

  .xl\:inset-y-40p {
    top: 40%;
    bottom: 40%;
  }

  .xl\:inset-x-40p {
    right: 40%;
    left: 40%;
  }

  .xl\:inset-y-45p {
    top: 45%;
    bottom: 45%;
  }

  .xl\:inset-x-45p {
    right: 45%;
    left: 45%;
  }

  .xl\:inset-y-50p {
    top: 50%;
    bottom: 50%;
  }

  .xl\:inset-x-50p {
    right: 50%;
    left: 50%;
  }

  .xl\:inset-y-55p {
    top: 55%;
    bottom: 55%;
  }

  .xl\:inset-x-55p {
    right: 55%;
    left: 55%;
  }

  .xl\:inset-y-60p {
    top: 60%;
    bottom: 60%;
  }

  .xl\:inset-x-60p {
    right: 60%;
    left: 60%;
  }

  .xl\:inset-y-65p {
    top: 65%;
    bottom: 65%;
  }

  .xl\:inset-x-65p {
    right: 65%;
    left: 65%;
  }

  .xl\:inset-y-70p {
    top: 70%;
    bottom: 70%;
  }

  .xl\:inset-x-70p {
    right: 70%;
    left: 70%;
  }

  .xl\:inset-y-75p {
    top: 75%;
    bottom: 75%;
  }

  .xl\:inset-x-75p {
    right: 75%;
    left: 75%;
  }

  .xl\:inset-y-80p {
    top: 80%;
    bottom: 80%;
  }

  .xl\:inset-x-80p {
    right: 80%;
    left: 80%;
  }

  .xl\:inset-y-85p {
    top: 85%;
    bottom: 85%;
  }

  .xl\:inset-x-85p {
    right: 85%;
    left: 85%;
  }

  .xl\:inset-y-90p {
    top: 90%;
    bottom: 90%;
  }

  .xl\:inset-x-90p {
    right: 90%;
    left: 90%;
  }

  .xl\:inset-y-95p {
    top: 95%;
    bottom: 95%;
  }

  .xl\:inset-x-95p {
    right: 95%;
    left: 95%;
  }

  .xl\:inset-y-100p {
    top: 100%;
    bottom: 100%;
  }

  .xl\:inset-x-100p {
    right: 100%;
    left: 100%;
  }

  .xl\:inset-y-66\.5p {
    top: 66.5%;
    bottom: 66.5%;
  }

  .xl\:inset-x-66\.5p {
    right: 66.5%;
    left: 66.5%;
  }

  .xl\:inset-y-67\.5p {
    top: 67.5%;
    bottom: 67.5%;
  }

  .xl\:inset-x-67\.5p {
    right: 67.5%;
    left: 67.5%;
  }

  .xl\:-inset-y-0 {
    top: 0px;
    bottom: 0px;
  }

  .xl\:-inset-x-0 {
    right: 0px;
    left: 0px;
  }

  .xl\:-inset-y-3 {
    top: -3px;
    bottom: -3px;
  }

  .xl\:-inset-x-3 {
    right: -3px;
    left: -3px;
  }

  .xl\:-inset-y-5 {
    top: -5px;
    bottom: -5px;
  }

  .xl\:-inset-x-5 {
    right: -5px;
    left: -5px;
  }

  .xl\:-inset-y-8 {
    top: -8px;
    bottom: -8px;
  }

  .xl\:-inset-x-8 {
    right: -8px;
    left: -8px;
  }

  .xl\:-inset-y-10 {
    top: -10px;
    bottom: -10px;
  }

  .xl\:-inset-x-10 {
    right: -10px;
    left: -10px;
  }

  .xl\:-inset-y-12 {
    top: -12px;
    bottom: -12px;
  }

  .xl\:-inset-x-12 {
    right: -12px;
    left: -12px;
  }

  .xl\:-inset-y-14 {
    top: -14px;
    bottom: -14px;
  }

  .xl\:-inset-x-14 {
    right: -14px;
    left: -14px;
  }

  .xl\:-inset-y-15 {
    top: -15px;
    bottom: -15px;
  }

  .xl\:-inset-x-15 {
    right: -15px;
    left: -15px;
  }

  .xl\:-inset-y-16 {
    top: -16px;
    bottom: -16px;
  }

  .xl\:-inset-x-16 {
    right: -16px;
    left: -16px;
  }

  .xl\:-inset-y-20 {
    top: -20px;
    bottom: -20px;
  }

  .xl\:-inset-x-20 {
    right: -20px;
    left: -20px;
  }

  .xl\:-inset-y-24 {
    top: -24px;
    bottom: -24px;
  }

  .xl\:-inset-x-24 {
    right: -24px;
    left: -24px;
  }

  .xl\:-inset-y-28 {
    top: -28px;
    bottom: -28px;
  }

  .xl\:-inset-x-28 {
    right: -28px;
    left: -28px;
  }

  .xl\:-inset-y-29 {
    top: -29px;
    bottom: -29px;
  }

  .xl\:-inset-x-29 {
    right: -29px;
    left: -29px;
  }

  .xl\:-inset-y-30 {
    top: -30px;
    bottom: -30px;
  }

  .xl\:-inset-x-30 {
    right: -30px;
    left: -30px;
  }

  .xl\:-inset-y-32 {
    top: -32px;
    bottom: -32px;
  }

  .xl\:-inset-x-32 {
    right: -32px;
    left: -32px;
  }

  .xl\:-inset-y-35 {
    top: -35px;
    bottom: -35px;
  }

  .xl\:-inset-x-35 {
    right: -35px;
    left: -35px;
  }

  .xl\:-inset-y-36 {
    top: -36px;
    bottom: -36px;
  }

  .xl\:-inset-x-36 {
    right: -36px;
    left: -36px;
  }

  .xl\:-inset-y-37 {
    top: -37px;
    bottom: -37px;
  }

  .xl\:-inset-x-37 {
    right: -37px;
    left: -37px;
  }

  .xl\:-inset-y-39 {
    top: -39px;
    bottom: -39px;
  }

  .xl\:-inset-x-39 {
    right: -39px;
    left: -39px;
  }

  .xl\:-inset-y-40 {
    top: -40px;
    bottom: -40px;
  }

  .xl\:-inset-x-40 {
    right: -40px;
    left: -40px;
  }

  .xl\:-inset-y-47 {
    top: -47px;
    bottom: -47px;
  }

  .xl\:-inset-x-47 {
    right: -47px;
    left: -47px;
  }

  .xl\:-inset-y-50 {
    top: -50px;
    bottom: -50px;
  }

  .xl\:-inset-x-50 {
    right: -50px;
    left: -50px;
  }

  .xl\:-inset-y-56 {
    top: -56px;
    bottom: -56px;
  }

  .xl\:-inset-x-56 {
    right: -56px;
    left: -56px;
  }

  .xl\:-inset-y-64 {
    top: -64px;
    bottom: -64px;
  }

  .xl\:-inset-x-64 {
    right: -64px;
    left: -64px;
  }

  .xl\:-inset-y-70 {
    top: -70px;
    bottom: -70px;
  }

  .xl\:-inset-x-70 {
    right: -70px;
    left: -70px;
  }

  .xl\:-inset-y-72 {
    top: -72px;
    bottom: -72px;
  }

  .xl\:-inset-x-72 {
    right: -72px;
    left: -72px;
  }

  .xl\:-inset-y-75 {
    top: -75px;
    bottom: -75px;
  }

  .xl\:-inset-x-75 {
    right: -75px;
    left: -75px;
  }

  .xl\:-inset-y-80 {
    top: -80px;
    bottom: -80px;
  }

  .xl\:-inset-x-80 {
    right: -80px;
    left: -80px;
  }

  .xl\:-inset-y-83 {
    top: -83px;
    bottom: -83px;
  }

  .xl\:-inset-x-83 {
    right: -83px;
    left: -83px;
  }

  .xl\:-inset-y-100 {
    top: -100px;
    bottom: -100px;
  }

  .xl\:-inset-x-100 {
    right: -100px;
    left: -100px;
  }

  .xl\:-inset-y-118 {
    top: -118px;
    bottom: -118px;
  }

  .xl\:-inset-x-118 {
    right: -118px;
    left: -118px;
  }

  .xl\:-inset-y-130 {
    top: -130px;
    bottom: -130px;
  }

  .xl\:-inset-x-130 {
    right: -130px;
    left: -130px;
  }

  .xl\:-inset-y-150 {
    top: -150px;
    bottom: -150px;
  }

  .xl\:-inset-x-150 {
    right: -150px;
    left: -150px;
  }

  .xl\:-inset-y-180 {
    top: -180px;
    bottom: -180px;
  }

  .xl\:-inset-x-180 {
    right: -180px;
    left: -180px;
  }

  .xl\:-inset-y-213 {
    top: -213px;
    bottom: -213px;
  }

  .xl\:-inset-x-213 {
    right: -213px;
    left: -213px;
  }

  .xl\:-inset-y-225 {
    top: -225px;
    bottom: -225px;
  }

  .xl\:-inset-x-225 {
    right: -225px;
    left: -225px;
  }

  .xl\:-inset-y-250 {
    top: -250px;
    bottom: -250px;
  }

  .xl\:-inset-x-250 {
    right: -250px;
    left: -250px;
  }

  .xl\:-inset-y-300 {
    top: -300px;
    bottom: -300px;
  }

  .xl\:-inset-x-300 {
    right: -300px;
    left: -300px;
  }

  .xl\:-inset-y-320 {
    top: -320px;
    bottom: -320px;
  }

  .xl\:-inset-x-320 {
    right: -320px;
    left: -320px;
  }

  .xl\:-inset-y-345 {
    top: -345px;
    bottom: -345px;
  }

  .xl\:-inset-x-345 {
    right: -345px;
    left: -345px;
  }

  .xl\:-inset-y-485 {
    top: -485px;
    bottom: -485px;
  }

  .xl\:-inset-x-485 {
    right: -485px;
    left: -485px;
  }

  .xl\:-inset-y-px {
    top: -1px;
    bottom: -1px;
  }

  .xl\:-inset-x-px {
    right: -1px;
    left: -1px;
  }

  .xl\:-inset-y--135 {
    top: 135px;
    bottom: 135px;
  }

  .xl\:-inset-x--135 {
    right: 135px;
    left: 135px;
  }

  .xl\:-inset-y-0p {
    top: 0%;
    bottom: 0%;
  }

  .xl\:-inset-x-0p {
    right: 0%;
    left: 0%;
  }

  .xl\:-inset-y-5p {
    top: -5%;
    bottom: -5%;
  }

  .xl\:-inset-x-5p {
    right: -5%;
    left: -5%;
  }

  .xl\:-inset-y-10p {
    top: -10%;
    bottom: -10%;
  }

  .xl\:-inset-x-10p {
    right: -10%;
    left: -10%;
  }

  .xl\:-inset-y-15p {
    top: -15%;
    bottom: -15%;
  }

  .xl\:-inset-x-15p {
    right: -15%;
    left: -15%;
  }

  .xl\:-inset-y-20p {
    top: -20%;
    bottom: -20%;
  }

  .xl\:-inset-x-20p {
    right: -20%;
    left: -20%;
  }

  .xl\:-inset-y-25p {
    top: -25%;
    bottom: -25%;
  }

  .xl\:-inset-x-25p {
    right: -25%;
    left: -25%;
  }

  .xl\:-inset-y-30p {
    top: -30%;
    bottom: -30%;
  }

  .xl\:-inset-x-30p {
    right: -30%;
    left: -30%;
  }

  .xl\:-inset-y-35p {
    top: -35%;
    bottom: -35%;
  }

  .xl\:-inset-x-35p {
    right: -35%;
    left: -35%;
  }

  .xl\:-inset-y-40p {
    top: -40%;
    bottom: -40%;
  }

  .xl\:-inset-x-40p {
    right: -40%;
    left: -40%;
  }

  .xl\:-inset-y-45p {
    top: -45%;
    bottom: -45%;
  }

  .xl\:-inset-x-45p {
    right: -45%;
    left: -45%;
  }

  .xl\:-inset-y-50p {
    top: -50%;
    bottom: -50%;
  }

  .xl\:-inset-x-50p {
    right: -50%;
    left: -50%;
  }

  .xl\:-inset-y-55p {
    top: -55%;
    bottom: -55%;
  }

  .xl\:-inset-x-55p {
    right: -55%;
    left: -55%;
  }

  .xl\:-inset-y-60p {
    top: -60%;
    bottom: -60%;
  }

  .xl\:-inset-x-60p {
    right: -60%;
    left: -60%;
  }

  .xl\:-inset-y-65p {
    top: -65%;
    bottom: -65%;
  }

  .xl\:-inset-x-65p {
    right: -65%;
    left: -65%;
  }

  .xl\:-inset-y-70p {
    top: -70%;
    bottom: -70%;
  }

  .xl\:-inset-x-70p {
    right: -70%;
    left: -70%;
  }

  .xl\:-inset-y-75p {
    top: -75%;
    bottom: -75%;
  }

  .xl\:-inset-x-75p {
    right: -75%;
    left: -75%;
  }

  .xl\:-inset-y-80p {
    top: -80%;
    bottom: -80%;
  }

  .xl\:-inset-x-80p {
    right: -80%;
    left: -80%;
  }

  .xl\:-inset-y-85p {
    top: -85%;
    bottom: -85%;
  }

  .xl\:-inset-x-85p {
    right: -85%;
    left: -85%;
  }

  .xl\:-inset-y-90p {
    top: -90%;
    bottom: -90%;
  }

  .xl\:-inset-x-90p {
    right: -90%;
    left: -90%;
  }

  .xl\:-inset-y-95p {
    top: -95%;
    bottom: -95%;
  }

  .xl\:-inset-x-95p {
    right: -95%;
    left: -95%;
  }

  .xl\:-inset-y-100p {
    top: -100%;
    bottom: -100%;
  }

  .xl\:-inset-x-100p {
    right: -100%;
    left: -100%;
  }

  .xl\:-inset-y-66\.5p {
    top: -66.5%;
    bottom: -66.5%;
  }

  .xl\:-inset-x-66\.5p {
    right: -66.5%;
    left: -66.5%;
  }

  .xl\:-inset-y-67\.5p {
    top: -67.5%;
    bottom: -67.5%;
  }

  .xl\:-inset-x-67\.5p {
    right: -67.5%;
    left: -67.5%;
  }

  .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-3 {
    top: 3px;
  }

  .xl\:right-3 {
    right: 3px;
  }

  .xl\:bottom-3 {
    bottom: 3px;
  }

  .xl\:left-3 {
    left: 3px;
  }

  .xl\:top-5 {
    top: 5px;
  }

  .xl\:right-5 {
    right: 5px;
  }

  .xl\:bottom-5 {
    bottom: 5px;
  }

  .xl\:left-5 {
    left: 5px;
  }

  .xl\:top-8 {
    top: 8px;
  }

  .xl\:right-8 {
    right: 8px;
  }

  .xl\:bottom-8 {
    bottom: 8px;
  }

  .xl\:left-8 {
    left: 8px;
  }

  .xl\:top-10 {
    top: 10px;
  }

  .xl\:right-10 {
    right: 10px;
  }

  .xl\:bottom-10 {
    bottom: 10px;
  }

  .xl\:left-10 {
    left: 10px;
  }

  .xl\:top-12 {
    top: 12px;
  }

  .xl\:right-12 {
    right: 12px;
  }

  .xl\:bottom-12 {
    bottom: 12px;
  }

  .xl\:left-12 {
    left: 12px;
  }

  .xl\:top-14 {
    top: 14px;
  }

  .xl\:right-14 {
    right: 14px;
  }

  .xl\:bottom-14 {
    bottom: 14px;
  }

  .xl\:left-14 {
    left: 14px;
  }

  .xl\:top-15 {
    top: 15px;
  }

  .xl\:right-15 {
    right: 15px;
  }

  .xl\:bottom-15 {
    bottom: 15px;
  }

  .xl\:left-15 {
    left: 15px;
  }

  .xl\:top-16 {
    top: 16px;
  }

  .xl\:right-16 {
    right: 16px;
  }

  .xl\:bottom-16 {
    bottom: 16px;
  }

  .xl\:left-16 {
    left: 16px;
  }

  .xl\:top-20 {
    top: 20px;
  }

  .xl\:right-20 {
    right: 20px;
  }

  .xl\:bottom-20 {
    bottom: 20px;
  }

  .xl\:left-20 {
    left: 20px;
  }

  .xl\:top-24 {
    top: 24px;
  }

  .xl\:right-24 {
    right: 24px;
  }

  .xl\:bottom-24 {
    bottom: 24px;
  }

  .xl\:left-24 {
    left: 24px;
  }

  .xl\:top-28 {
    top: 28px;
  }

  .xl\:right-28 {
    right: 28px;
  }

  .xl\:bottom-28 {
    bottom: 28px;
  }

  .xl\:left-28 {
    left: 28px;
  }

  .xl\:top-29 {
    top: 29px;
  }

  .xl\:right-29 {
    right: 29px;
  }

  .xl\:bottom-29 {
    bottom: 29px;
  }

  .xl\:left-29 {
    left: 29px;
  }

  .xl\:top-30 {
    top: 30px;
  }

  .xl\:right-30 {
    right: 30px;
  }

  .xl\:bottom-30 {
    bottom: 30px;
  }

  .xl\:left-30 {
    left: 30px;
  }

  .xl\:top-32 {
    top: 32px;
  }

  .xl\:right-32 {
    right: 32px;
  }

  .xl\:bottom-32 {
    bottom: 32px;
  }

  .xl\:left-32 {
    left: 32px;
  }

  .xl\:top-35 {
    top: 35px;
  }

  .xl\:right-35 {
    right: 35px;
  }

  .xl\:bottom-35 {
    bottom: 35px;
  }

  .xl\:left-35 {
    left: 35px;
  }

  .xl\:top-36 {
    top: 36px;
  }

  .xl\:right-36 {
    right: 36px;
  }

  .xl\:bottom-36 {
    bottom: 36px;
  }

  .xl\:left-36 {
    left: 36px;
  }

  .xl\:top-37 {
    top: 37px;
  }

  .xl\:right-37 {
    right: 37px;
  }

  .xl\:bottom-37 {
    bottom: 37px;
  }

  .xl\:left-37 {
    left: 37px;
  }

  .xl\:top-39 {
    top: 39px;
  }

  .xl\:right-39 {
    right: 39px;
  }

  .xl\:bottom-39 {
    bottom: 39px;
  }

  .xl\:left-39 {
    left: 39px;
  }

  .xl\:top-40 {
    top: 40px;
  }

  .xl\:right-40 {
    right: 40px;
  }

  .xl\:bottom-40 {
    bottom: 40px;
  }

  .xl\:left-40 {
    left: 40px;
  }

  .xl\:top-47 {
    top: 47px;
  }

  .xl\:right-47 {
    right: 47px;
  }

  .xl\:bottom-47 {
    bottom: 47px;
  }

  .xl\:left-47 {
    left: 47px;
  }

  .xl\:top-50 {
    top: 50px;
  }

  .xl\:right-50 {
    right: 50px;
  }

  .xl\:bottom-50 {
    bottom: 50px;
  }

  .xl\:left-50 {
    left: 50px;
  }

  .xl\:top-56 {
    top: 56px;
  }

  .xl\:right-56 {
    right: 56px;
  }

  .xl\:bottom-56 {
    bottom: 56px;
  }

  .xl\:left-56 {
    left: 56px;
  }

  .xl\:top-64 {
    top: 64px;
  }

  .xl\:right-64 {
    right: 64px;
  }

  .xl\:bottom-64 {
    bottom: 64px;
  }

  .xl\:left-64 {
    left: 64px;
  }

  .xl\:top-70 {
    top: 70px;
  }

  .xl\:right-70 {
    right: 70px;
  }

  .xl\:bottom-70 {
    bottom: 70px;
  }

  .xl\:left-70 {
    left: 70px;
  }

  .xl\:top-72 {
    top: 72px;
  }

  .xl\:right-72 {
    right: 72px;
  }

  .xl\:bottom-72 {
    bottom: 72px;
  }

  .xl\:left-72 {
    left: 72px;
  }

  .xl\:top-75 {
    top: 75px;
  }

  .xl\:right-75 {
    right: 75px;
  }

  .xl\:bottom-75 {
    bottom: 75px;
  }

  .xl\:left-75 {
    left: 75px;
  }

  .xl\:top-80 {
    top: 80px;
  }

  .xl\:right-80 {
    right: 80px;
  }

  .xl\:bottom-80 {
    bottom: 80px;
  }

  .xl\:left-80 {
    left: 80px;
  }

  .xl\:top-83 {
    top: 83px;
  }

  .xl\:right-83 {
    right: 83px;
  }

  .xl\:bottom-83 {
    bottom: 83px;
  }

  .xl\:left-83 {
    left: 83px;
  }

  .xl\:top-100 {
    top: 100px;
  }

  .xl\:right-100 {
    right: 100px;
  }

  .xl\:bottom-100 {
    bottom: 100px;
  }

  .xl\:left-100 {
    left: 100px;
  }

  .xl\:top-118 {
    top: 118px;
  }

  .xl\:right-118 {
    right: 118px;
  }

  .xl\:bottom-118 {
    bottom: 118px;
  }

  .xl\:left-118 {
    left: 118px;
  }

  .xl\:top-130 {
    top: 130px;
  }

  .xl\:right-130 {
    right: 130px;
  }

  .xl\:bottom-130 {
    bottom: 130px;
  }

  .xl\:left-130 {
    left: 130px;
  }

  .xl\:top-150 {
    top: 150px;
  }

  .xl\:right-150 {
    right: 150px;
  }

  .xl\:bottom-150 {
    bottom: 150px;
  }

  .xl\:left-150 {
    left: 150px;
  }

  .xl\:top-180 {
    top: 180px;
  }

  .xl\:right-180 {
    right: 180px;
  }

  .xl\:bottom-180 {
    bottom: 180px;
  }

  .xl\:left-180 {
    left: 180px;
  }

  .xl\:top-213 {
    top: 213px;
  }

  .xl\:right-213 {
    right: 213px;
  }

  .xl\:bottom-213 {
    bottom: 213px;
  }

  .xl\:left-213 {
    left: 213px;
  }

  .xl\:top-225 {
    top: 225px;
  }

  .xl\:right-225 {
    right: 225px;
  }

  .xl\:bottom-225 {
    bottom: 225px;
  }

  .xl\:left-225 {
    left: 225px;
  }

  .xl\:top-250 {
    top: 250px;
  }

  .xl\:right-250 {
    right: 250px;
  }

  .xl\:bottom-250 {
    bottom: 250px;
  }

  .xl\:left-250 {
    left: 250px;
  }

  .xl\:top-300 {
    top: 300px;
  }

  .xl\:right-300 {
    right: 300px;
  }

  .xl\:bottom-300 {
    bottom: 300px;
  }

  .xl\:left-300 {
    left: 300px;
  }

  .xl\:top-320 {
    top: 320px;
  }

  .xl\:right-320 {
    right: 320px;
  }

  .xl\:bottom-320 {
    bottom: 320px;
  }

  .xl\:left-320 {
    left: 320px;
  }

  .xl\:top-345 {
    top: 345px;
  }

  .xl\:right-345 {
    right: 345px;
  }

  .xl\:bottom-345 {
    bottom: 345px;
  }

  .xl\:left-345 {
    left: 345px;
  }

  .xl\:top-485 {
    top: 485px;
  }

  .xl\:right-485 {
    right: 485px;
  }

  .xl\:bottom-485 {
    bottom: 485px;
  }

  .xl\:left-485 {
    left: 485px;
  }

  .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-135 {
    top: -135px;
  }

  .xl\:-right-135 {
    right: -135px;
  }

  .xl\:-bottom-135 {
    bottom: -135px;
  }

  .xl\:-left-135 {
    left: -135px;
  }

  .xl\:top-0p {
    top: 0%;
  }

  .xl\:right-0p {
    right: 0%;
  }

  .xl\:bottom-0p {
    bottom: 0%;
  }

  .xl\:left-0p {
    left: 0%;
  }

  .xl\:top-5p {
    top: 5%;
  }

  .xl\:right-5p {
    right: 5%;
  }

  .xl\:bottom-5p {
    bottom: 5%;
  }

  .xl\:left-5p {
    left: 5%;
  }

  .xl\:top-10p {
    top: 10%;
  }

  .xl\:right-10p {
    right: 10%;
  }

  .xl\:bottom-10p {
    bottom: 10%;
  }

  .xl\:left-10p {
    left: 10%;
  }

  .xl\:top-15p {
    top: 15%;
  }

  .xl\:right-15p {
    right: 15%;
  }

  .xl\:bottom-15p {
    bottom: 15%;
  }

  .xl\:left-15p {
    left: 15%;
  }

  .xl\:top-20p {
    top: 20%;
  }

  .xl\:right-20p {
    right: 20%;
  }

  .xl\:bottom-20p {
    bottom: 20%;
  }

  .xl\:left-20p {
    left: 20%;
  }

  .xl\:top-25p {
    top: 25%;
  }

  .xl\:right-25p {
    right: 25%;
  }

  .xl\:bottom-25p {
    bottom: 25%;
  }

  .xl\:left-25p {
    left: 25%;
  }

  .xl\:top-30p {
    top: 30%;
  }

  .xl\:right-30p {
    right: 30%;
  }

  .xl\:bottom-30p {
    bottom: 30%;
  }

  .xl\:left-30p {
    left: 30%;
  }

  .xl\:top-35p {
    top: 35%;
  }

  .xl\:right-35p {
    right: 35%;
  }

  .xl\:bottom-35p {
    bottom: 35%;
  }

  .xl\:left-35p {
    left: 35%;
  }

  .xl\:top-40p {
    top: 40%;
  }

  .xl\:right-40p {
    right: 40%;
  }

  .xl\:bottom-40p {
    bottom: 40%;
  }

  .xl\:left-40p {
    left: 40%;
  }

  .xl\:top-45p {
    top: 45%;
  }

  .xl\:right-45p {
    right: 45%;
  }

  .xl\:bottom-45p {
    bottom: 45%;
  }

  .xl\:left-45p {
    left: 45%;
  }

  .xl\:top-50p {
    top: 50%;
  }

  .xl\:right-50p {
    right: 50%;
  }

  .xl\:bottom-50p {
    bottom: 50%;
  }

  .xl\:left-50p {
    left: 50%;
  }

  .xl\:top-55p {
    top: 55%;
  }

  .xl\:right-55p {
    right: 55%;
  }

  .xl\:bottom-55p {
    bottom: 55%;
  }

  .xl\:left-55p {
    left: 55%;
  }

  .xl\:top-60p {
    top: 60%;
  }

  .xl\:right-60p {
    right: 60%;
  }

  .xl\:bottom-60p {
    bottom: 60%;
  }

  .xl\:left-60p {
    left: 60%;
  }

  .xl\:top-65p {
    top: 65%;
  }

  .xl\:right-65p {
    right: 65%;
  }

  .xl\:bottom-65p {
    bottom: 65%;
  }

  .xl\:left-65p {
    left: 65%;
  }

  .xl\:top-70p {
    top: 70%;
  }

  .xl\:right-70p {
    right: 70%;
  }

  .xl\:bottom-70p {
    bottom: 70%;
  }

  .xl\:left-70p {
    left: 70%;
  }

  .xl\:top-75p {
    top: 75%;
  }

  .xl\:right-75p {
    right: 75%;
  }

  .xl\:bottom-75p {
    bottom: 75%;
  }

  .xl\:left-75p {
    left: 75%;
  }

  .xl\:top-80p {
    top: 80%;
  }

  .xl\:right-80p {
    right: 80%;
  }

  .xl\:bottom-80p {
    bottom: 80%;
  }

  .xl\:left-80p {
    left: 80%;
  }

  .xl\:top-85p {
    top: 85%;
  }

  .xl\:right-85p {
    right: 85%;
  }

  .xl\:bottom-85p {
    bottom: 85%;
  }

  .xl\:left-85p {
    left: 85%;
  }

  .xl\:top-90p {
    top: 90%;
  }

  .xl\:right-90p {
    right: 90%;
  }

  .xl\:bottom-90p {
    bottom: 90%;
  }

  .xl\:left-90p {
    left: 90%;
  }

  .xl\:top-95p {
    top: 95%;
  }

  .xl\:right-95p {
    right: 95%;
  }

  .xl\:bottom-95p {
    bottom: 95%;
  }

  .xl\:left-95p {
    left: 95%;
  }

  .xl\:top-100p {
    top: 100%;
  }

  .xl\:right-100p {
    right: 100%;
  }

  .xl\:bottom-100p {
    bottom: 100%;
  }

  .xl\:left-100p {
    left: 100%;
  }

  .xl\:top-66\.5p {
    top: 66.5%;
  }

  .xl\:right-66\.5p {
    right: 66.5%;
  }

  .xl\:bottom-66\.5p {
    bottom: 66.5%;
  }

  .xl\:left-66\.5p {
    left: 66.5%;
  }

  .xl\:top-67\.5p {
    top: 67.5%;
  }

  .xl\:right-67\.5p {
    right: 67.5%;
  }

  .xl\:bottom-67\.5p {
    bottom: 67.5%;
  }

  .xl\:left-67\.5p {
    left: 67.5%;
  }

  .xl\:-top-0 {
    top: 0px;
  }

  .xl\:-right-0 {
    right: 0px;
  }

  .xl\:-bottom-0 {
    bottom: 0px;
  }

  .xl\:-left-0 {
    left: 0px;
  }

  .xl\:-top-3 {
    top: -3px;
  }

  .xl\:-right-3 {
    right: -3px;
  }

  .xl\:-bottom-3 {
    bottom: -3px;
  }

  .xl\:-left-3 {
    left: -3px;
  }

  .xl\:-top-5 {
    top: -5px;
  }

  .xl\:-right-5 {
    right: -5px;
  }

  .xl\:-bottom-5 {
    bottom: -5px;
  }

  .xl\:-left-5 {
    left: -5px;
  }

  .xl\:-top-8 {
    top: -8px;
  }

  .xl\:-right-8 {
    right: -8px;
  }

  .xl\:-bottom-8 {
    bottom: -8px;
  }

  .xl\:-left-8 {
    left: -8px;
  }

  .xl\:-top-10 {
    top: -10px;
  }

  .xl\:-right-10 {
    right: -10px;
  }

  .xl\:-bottom-10 {
    bottom: -10px;
  }

  .xl\:-left-10 {
    left: -10px;
  }

  .xl\:-top-12 {
    top: -12px;
  }

  .xl\:-right-12 {
    right: -12px;
  }

  .xl\:-bottom-12 {
    bottom: -12px;
  }

  .xl\:-left-12 {
    left: -12px;
  }

  .xl\:-top-14 {
    top: -14px;
  }

  .xl\:-right-14 {
    right: -14px;
  }

  .xl\:-bottom-14 {
    bottom: -14px;
  }

  .xl\:-left-14 {
    left: -14px;
  }

  .xl\:-top-15 {
    top: -15px;
  }

  .xl\:-right-15 {
    right: -15px;
  }

  .xl\:-bottom-15 {
    bottom: -15px;
  }

  .xl\:-left-15 {
    left: -15px;
  }

  .xl\:-top-16 {
    top: -16px;
  }

  .xl\:-right-16 {
    right: -16px;
  }

  .xl\:-bottom-16 {
    bottom: -16px;
  }

  .xl\:-left-16 {
    left: -16px;
  }

  .xl\:-top-20 {
    top: -20px;
  }

  .xl\:-right-20 {
    right: -20px;
  }

  .xl\:-bottom-20 {
    bottom: -20px;
  }

  .xl\:-left-20 {
    left: -20px;
  }

  .xl\:-top-24 {
    top: -24px;
  }

  .xl\:-right-24 {
    right: -24px;
  }

  .xl\:-bottom-24 {
    bottom: -24px;
  }

  .xl\:-left-24 {
    left: -24px;
  }

  .xl\:-top-28 {
    top: -28px;
  }

  .xl\:-right-28 {
    right: -28px;
  }

  .xl\:-bottom-28 {
    bottom: -28px;
  }

  .xl\:-left-28 {
    left: -28px;
  }

  .xl\:-top-29 {
    top: -29px;
  }

  .xl\:-right-29 {
    right: -29px;
  }

  .xl\:-bottom-29 {
    bottom: -29px;
  }

  .xl\:-left-29 {
    left: -29px;
  }

  .xl\:-top-30 {
    top: -30px;
  }

  .xl\:-right-30 {
    right: -30px;
  }

  .xl\:-bottom-30 {
    bottom: -30px;
  }

  .xl\:-left-30 {
    left: -30px;
  }

  .xl\:-top-32 {
    top: -32px;
  }

  .xl\:-right-32 {
    right: -32px;
  }

  .xl\:-bottom-32 {
    bottom: -32px;
  }

  .xl\:-left-32 {
    left: -32px;
  }

  .xl\:-top-35 {
    top: -35px;
  }

  .xl\:-right-35 {
    right: -35px;
  }

  .xl\:-bottom-35 {
    bottom: -35px;
  }

  .xl\:-left-35 {
    left: -35px;
  }

  .xl\:-top-36 {
    top: -36px;
  }

  .xl\:-right-36 {
    right: -36px;
  }

  .xl\:-bottom-36 {
    bottom: -36px;
  }

  .xl\:-left-36 {
    left: -36px;
  }

  .xl\:-top-37 {
    top: -37px;
  }

  .xl\:-right-37 {
    right: -37px;
  }

  .xl\:-bottom-37 {
    bottom: -37px;
  }

  .xl\:-left-37 {
    left: -37px;
  }

  .xl\:-top-39 {
    top: -39px;
  }

  .xl\:-right-39 {
    right: -39px;
  }

  .xl\:-bottom-39 {
    bottom: -39px;
  }

  .xl\:-left-39 {
    left: -39px;
  }

  .xl\:-top-40 {
    top: -40px;
  }

  .xl\:-right-40 {
    right: -40px;
  }

  .xl\:-bottom-40 {
    bottom: -40px;
  }

  .xl\:-left-40 {
    left: -40px;
  }

  .xl\:-top-47 {
    top: -47px;
  }

  .xl\:-right-47 {
    right: -47px;
  }

  .xl\:-bottom-47 {
    bottom: -47px;
  }

  .xl\:-left-47 {
    left: -47px;
  }

  .xl\:-top-50 {
    top: -50px;
  }

  .xl\:-right-50 {
    right: -50px;
  }

  .xl\:-bottom-50 {
    bottom: -50px;
  }

  .xl\:-left-50 {
    left: -50px;
  }

  .xl\:-top-56 {
    top: -56px;
  }

  .xl\:-right-56 {
    right: -56px;
  }

  .xl\:-bottom-56 {
    bottom: -56px;
  }

  .xl\:-left-56 {
    left: -56px;
  }

  .xl\:-top-64 {
    top: -64px;
  }

  .xl\:-right-64 {
    right: -64px;
  }

  .xl\:-bottom-64 {
    bottom: -64px;
  }

  .xl\:-left-64 {
    left: -64px;
  }

  .xl\:-top-70 {
    top: -70px;
  }

  .xl\:-right-70 {
    right: -70px;
  }

  .xl\:-bottom-70 {
    bottom: -70px;
  }

  .xl\:-left-70 {
    left: -70px;
  }

  .xl\:-top-72 {
    top: -72px;
  }

  .xl\:-right-72 {
    right: -72px;
  }

  .xl\:-bottom-72 {
    bottom: -72px;
  }

  .xl\:-left-72 {
    left: -72px;
  }

  .xl\:-top-75 {
    top: -75px;
  }

  .xl\:-right-75 {
    right: -75px;
  }

  .xl\:-bottom-75 {
    bottom: -75px;
  }

  .xl\:-left-75 {
    left: -75px;
  }

  .xl\:-top-80 {
    top: -80px;
  }

  .xl\:-right-80 {
    right: -80px;
  }

  .xl\:-bottom-80 {
    bottom: -80px;
  }

  .xl\:-left-80 {
    left: -80px;
  }

  .xl\:-top-83 {
    top: -83px;
  }

  .xl\:-right-83 {
    right: -83px;
  }

  .xl\:-bottom-83 {
    bottom: -83px;
  }

  .xl\:-left-83 {
    left: -83px;
  }

  .xl\:-top-100 {
    top: -100px;
  }

  .xl\:-right-100 {
    right: -100px;
  }

  .xl\:-bottom-100 {
    bottom: -100px;
  }

  .xl\:-left-100 {
    left: -100px;
  }

  .xl\:-top-118 {
    top: -118px;
  }

  .xl\:-right-118 {
    right: -118px;
  }

  .xl\:-bottom-118 {
    bottom: -118px;
  }

  .xl\:-left-118 {
    left: -118px;
  }

  .xl\:-top-130 {
    top: -130px;
  }

  .xl\:-right-130 {
    right: -130px;
  }

  .xl\:-bottom-130 {
    bottom: -130px;
  }

  .xl\:-left-130 {
    left: -130px;
  }

  .xl\:-top-150 {
    top: -150px;
  }

  .xl\:-right-150 {
    right: -150px;
  }

  .xl\:-bottom-150 {
    bottom: -150px;
  }

  .xl\:-left-150 {
    left: -150px;
  }

  .xl\:-top-180 {
    top: -180px;
  }

  .xl\:-right-180 {
    right: -180px;
  }

  .xl\:-bottom-180 {
    bottom: -180px;
  }

  .xl\:-left-180 {
    left: -180px;
  }

  .xl\:-top-213 {
    top: -213px;
  }

  .xl\:-right-213 {
    right: -213px;
  }

  .xl\:-bottom-213 {
    bottom: -213px;
  }

  .xl\:-left-213 {
    left: -213px;
  }

  .xl\:-top-225 {
    top: -225px;
  }

  .xl\:-right-225 {
    right: -225px;
  }

  .xl\:-bottom-225 {
    bottom: -225px;
  }

  .xl\:-left-225 {
    left: -225px;
  }

  .xl\:-top-250 {
    top: -250px;
  }

  .xl\:-right-250 {
    right: -250px;
  }

  .xl\:-bottom-250 {
    bottom: -250px;
  }

  .xl\:-left-250 {
    left: -250px;
  }

  .xl\:-top-300 {
    top: -300px;
  }

  .xl\:-right-300 {
    right: -300px;
  }

  .xl\:-bottom-300 {
    bottom: -300px;
  }

  .xl\:-left-300 {
    left: -300px;
  }

  .xl\:-top-320 {
    top: -320px;
  }

  .xl\:-right-320 {
    right: -320px;
  }

  .xl\:-bottom-320 {
    bottom: -320px;
  }

  .xl\:-left-320 {
    left: -320px;
  }

  .xl\:-top-345 {
    top: -345px;
  }

  .xl\:-right-345 {
    right: -345px;
  }

  .xl\:-bottom-345 {
    bottom: -345px;
  }

  .xl\:-left-345 {
    left: -345px;
  }

  .xl\:-top-485 {
    top: -485px;
  }

  .xl\:-right-485 {
    right: -485px;
  }

  .xl\:-bottom-485 {
    bottom: -485px;
  }

  .xl\:-left-485 {
    left: -485px;
  }

  .xl\:-top-px {
    top: -1px;
  }

  .xl\:-right-px {
    right: -1px;
  }

  .xl\:-bottom-px {
    bottom: -1px;
  }

  .xl\:-left-px {
    left: -1px;
  }

  .xl\:-top--135 {
    top: 135px;
  }

  .xl\:-right--135 {
    right: 135px;
  }

  .xl\:-bottom--135 {
    bottom: 135px;
  }

  .xl\:-left--135 {
    left: 135px;
  }

  .xl\:-top-0p {
    top: 0%;
  }

  .xl\:-right-0p {
    right: 0%;
  }

  .xl\:-bottom-0p {
    bottom: 0%;
  }

  .xl\:-left-0p {
    left: 0%;
  }

  .xl\:-top-5p {
    top: -5%;
  }

  .xl\:-right-5p {
    right: -5%;
  }

  .xl\:-bottom-5p {
    bottom: -5%;
  }

  .xl\:-left-5p {
    left: -5%;
  }

  .xl\:-top-10p {
    top: -10%;
  }

  .xl\:-right-10p {
    right: -10%;
  }

  .xl\:-bottom-10p {
    bottom: -10%;
  }

  .xl\:-left-10p {
    left: -10%;
  }

  .xl\:-top-15p {
    top: -15%;
  }

  .xl\:-right-15p {
    right: -15%;
  }

  .xl\:-bottom-15p {
    bottom: -15%;
  }

  .xl\:-left-15p {
    left: -15%;
  }

  .xl\:-top-20p {
    top: -20%;
  }

  .xl\:-right-20p {
    right: -20%;
  }

  .xl\:-bottom-20p {
    bottom: -20%;
  }

  .xl\:-left-20p {
    left: -20%;
  }

  .xl\:-top-25p {
    top: -25%;
  }

  .xl\:-right-25p {
    right: -25%;
  }

  .xl\:-bottom-25p {
    bottom: -25%;
  }

  .xl\:-left-25p {
    left: -25%;
  }

  .xl\:-top-30p {
    top: -30%;
  }

  .xl\:-right-30p {
    right: -30%;
  }

  .xl\:-bottom-30p {
    bottom: -30%;
  }

  .xl\:-left-30p {
    left: -30%;
  }

  .xl\:-top-35p {
    top: -35%;
  }

  .xl\:-right-35p {
    right: -35%;
  }

  .xl\:-bottom-35p {
    bottom: -35%;
  }

  .xl\:-left-35p {
    left: -35%;
  }

  .xl\:-top-40p {
    top: -40%;
  }

  .xl\:-right-40p {
    right: -40%;
  }

  .xl\:-bottom-40p {
    bottom: -40%;
  }

  .xl\:-left-40p {
    left: -40%;
  }

  .xl\:-top-45p {
    top: -45%;
  }

  .xl\:-right-45p {
    right: -45%;
  }

  .xl\:-bottom-45p {
    bottom: -45%;
  }

  .xl\:-left-45p {
    left: -45%;
  }

  .xl\:-top-50p {
    top: -50%;
  }

  .xl\:-right-50p {
    right: -50%;
  }

  .xl\:-bottom-50p {
    bottom: -50%;
  }

  .xl\:-left-50p {
    left: -50%;
  }

  .xl\:-top-55p {
    top: -55%;
  }

  .xl\:-right-55p {
    right: -55%;
  }

  .xl\:-bottom-55p {
    bottom: -55%;
  }

  .xl\:-left-55p {
    left: -55%;
  }

  .xl\:-top-60p {
    top: -60%;
  }

  .xl\:-right-60p {
    right: -60%;
  }

  .xl\:-bottom-60p {
    bottom: -60%;
  }

  .xl\:-left-60p {
    left: -60%;
  }

  .xl\:-top-65p {
    top: -65%;
  }

  .xl\:-right-65p {
    right: -65%;
  }

  .xl\:-bottom-65p {
    bottom: -65%;
  }

  .xl\:-left-65p {
    left: -65%;
  }

  .xl\:-top-70p {
    top: -70%;
  }

  .xl\:-right-70p {
    right: -70%;
  }

  .xl\:-bottom-70p {
    bottom: -70%;
  }

  .xl\:-left-70p {
    left: -70%;
  }

  .xl\:-top-75p {
    top: -75%;
  }

  .xl\:-right-75p {
    right: -75%;
  }

  .xl\:-bottom-75p {
    bottom: -75%;
  }

  .xl\:-left-75p {
    left: -75%;
  }

  .xl\:-top-80p {
    top: -80%;
  }

  .xl\:-right-80p {
    right: -80%;
  }

  .xl\:-bottom-80p {
    bottom: -80%;
  }

  .xl\:-left-80p {
    left: -80%;
  }

  .xl\:-top-85p {
    top: -85%;
  }

  .xl\:-right-85p {
    right: -85%;
  }

  .xl\:-bottom-85p {
    bottom: -85%;
  }

  .xl\:-left-85p {
    left: -85%;
  }

  .xl\:-top-90p {
    top: -90%;
  }

  .xl\:-right-90p {
    right: -90%;
  }

  .xl\:-bottom-90p {
    bottom: -90%;
  }

  .xl\:-left-90p {
    left: -90%;
  }

  .xl\:-top-95p {
    top: -95%;
  }

  .xl\:-right-95p {
    right: -95%;
  }

  .xl\:-bottom-95p {
    bottom: -95%;
  }

  .xl\:-left-95p {
    left: -95%;
  }

  .xl\:-top-100p {
    top: -100%;
  }

  .xl\:-right-100p {
    right: -100%;
  }

  .xl\:-bottom-100p {
    bottom: -100%;
  }

  .xl\:-left-100p {
    left: -100%;
  }

  .xl\:-top-66\.5p {
    top: -66.5%;
  }

  .xl\:-right-66\.5p {
    right: -66.5%;
  }

  .xl\:-bottom-66\.5p {
    bottom: -66.5%;
  }

  .xl\:-left-66\.5p {
    left: -66.5%;
  }

  .xl\:-top-67\.5p {
    top: -67.5%;
  }

  .xl\:-right-67\.5p {
    right: -67.5%;
  }

  .xl\:-bottom-67\.5p {
    bottom: -67.5%;
  }

  .xl\:-left-67\.5p {
    left: -67.5%;
  }

  .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-header {
    --tw-shadow: 0 8px 32px rgba(0, 0, 0, 0.32);
    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-header {
    --tw-shadow: 0 8px 32px rgba(0, 0, 0, 0.32);
    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-header:focus-within {
    --tw-shadow: 0 8px 32px rgba(0, 0, 0, 0.32);
    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-header:hover {
    --tw-shadow: 0 8px 32px rgba(0, 0, 0, 0.32);
    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-header:focus {
    --tw-shadow: 0 8px 32px rgba(0, 0, 0, 0.32);
    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-1 {
    --tw-ring-offset-color: #464646;
  }

  .xl\:ring-offset-black-2 {
    --tw-ring-offset-color: #d7d7d7;
  }

  .xl\:ring-offset-black-3 {
    --tw-ring-offset-color: #262626;
  }

  .xl\:ring-offset-black-4 {
    --tw-ring-offset-color: #ededed;
  }

  .xl\:ring-offset-black-5 {
    --tw-ring-offset-color: #444444;
  }

  .xl\:ring-offset-black-6 {
    --tw-ring-offset-color: #6c6c6c;
  }

  .xl\:ring-offset-black {
    --tw-ring-offset-color: #000;
  }

  .xl\:ring-offset-white-1 {
    --tw-ring-offset-color: #f4f4f4;
  }

  .xl\:ring-offset-white {
    --tw-ring-offset-color: #fff;
  }

  .xl\:ring-offset-pink-1 {
    --tw-ring-offset-color: #e96593;
  }

  .xl\:ring-offset-pink {
    --tw-ring-offset-color: #ee8bae;
  }

  .xl\:ring-offset-red-1 {
    --tw-ring-offset-color: #e7061f;
  }

  .xl\:ring-offset-red {
    --tw-ring-offset-color: #ef0016;
  }

  .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-1:focus-within {
    --tw-ring-offset-color: #464646;
  }

  .xl\:focus-within\:ring-offset-black-2:focus-within {
    --tw-ring-offset-color: #d7d7d7;
  }

  .xl\:focus-within\:ring-offset-black-3:focus-within {
    --tw-ring-offset-color: #262626;
  }

  .xl\:focus-within\:ring-offset-black-4:focus-within {
    --tw-ring-offset-color: #ededed;
  }

  .xl\:focus-within\:ring-offset-black-5:focus-within {
    --tw-ring-offset-color: #444444;
  }

  .xl\:focus-within\:ring-offset-black-6:focus-within {
    --tw-ring-offset-color: #6c6c6c;
  }

  .xl\:focus-within\:ring-offset-black:focus-within {
    --tw-ring-offset-color: #000;
  }

  .xl\:focus-within\:ring-offset-white-1:focus-within {
    --tw-ring-offset-color: #f4f4f4;
  }

  .xl\:focus-within\:ring-offset-white:focus-within {
    --tw-ring-offset-color: #fff;
  }

  .xl\:focus-within\:ring-offset-pink-1:focus-within {
    --tw-ring-offset-color: #e96593;
  }

  .xl\:focus-within\:ring-offset-pink:focus-within {
    --tw-ring-offset-color: #ee8bae;
  }

  .xl\:focus-within\:ring-offset-red-1:focus-within {
    --tw-ring-offset-color: #e7061f;
  }

  .xl\:focus-within\:ring-offset-red:focus-within {
    --tw-ring-offset-color: #ef0016;
  }

  .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-1:focus {
    --tw-ring-offset-color: #464646;
  }

  .xl\:focus\:ring-offset-black-2:focus {
    --tw-ring-offset-color: #d7d7d7;
  }

  .xl\:focus\:ring-offset-black-3:focus {
    --tw-ring-offset-color: #262626;
  }

  .xl\:focus\:ring-offset-black-4:focus {
    --tw-ring-offset-color: #ededed;
  }

  .xl\:focus\:ring-offset-black-5:focus {
    --tw-ring-offset-color: #444444;
  }

  .xl\:focus\:ring-offset-black-6:focus {
    --tw-ring-offset-color: #6c6c6c;
  }

  .xl\:focus\:ring-offset-black:focus {
    --tw-ring-offset-color: #000;
  }

  .xl\:focus\:ring-offset-white-1:focus {
    --tw-ring-offset-color: #f4f4f4;
  }

  .xl\:focus\:ring-offset-white:focus {
    --tw-ring-offset-color: #fff;
  }

  .xl\:focus\:ring-offset-pink-1:focus {
    --tw-ring-offset-color: #e96593;
  }

  .xl\:focus\:ring-offset-pink:focus {
    --tw-ring-offset-color: #ee8bae;
  }

  .xl\:focus\:ring-offset-red-1:focus {
    --tw-ring-offset-color: #e7061f;
  }

  .xl\:focus\:ring-offset-red:focus {
    --tw-ring-offset-color: #ef0016;
  }

  .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-1 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(70, 70, 70, var(--tw-ring-opacity));
  }

  .xl\:ring-black-2 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(215, 215, 215, var(--tw-ring-opacity));
  }

  .xl\:ring-black-3 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(38, 38, 38, var(--tw-ring-opacity));
  }

  .xl\:ring-black-4 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 237, 237, var(--tw-ring-opacity));
  }

  .xl\:ring-black-5 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(68, 68, 68, var(--tw-ring-opacity));
  }

  .xl\:ring-black-6 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(108, 108, 108, var(--tw-ring-opacity));
  }

  .xl\:ring-black {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .xl\:ring-white-1 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 244, 244, var(--tw-ring-opacity));
  }

  .xl\:ring-white {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .xl\:ring-pink-1 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(233, 101, 147, var(--tw-ring-opacity));
  }

  .xl\:ring-pink {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 139, 174, var(--tw-ring-opacity));
  }

  .xl\:ring-red-1 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(231, 6, 31, var(--tw-ring-opacity));
  }

  .xl\:ring-red {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 0, 22, 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-1:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(70, 70, 70, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-black-2:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(215, 215, 215, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-black-3:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(38, 38, 38, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-black-4:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 237, 237, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-black-5:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(68, 68, 68, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-black-6:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(108, 108, 108, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-black:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-white-1:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 244, 244, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-white:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-pink-1:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(233, 101, 147, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-pink:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 139, 174, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-red-1:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(231, 6, 31, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-red:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 0, 22, 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-1:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(70, 70, 70, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-black-2:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(215, 215, 215, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-black-3:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(38, 38, 38, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-black-4:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 237, 237, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-black-5:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(68, 68, 68, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-black-6:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(108, 108, 108, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-black:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-white-1:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 244, 244, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-white:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-pink-1:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(233, 101, 147, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-pink:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 139, 174, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-red-1:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(231, 6, 31, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-red:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 0, 22, 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-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-50 {
    --tw-ring-opacity: 0.5;
  }

  .xl\:ring-opacity-60 {
    --tw-ring-opacity: 0.6;
  }

  .xl\:ring-opacity-70 {
    --tw-ring-opacity: 0.7;
  }

  .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-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-50:focus-within {
    --tw-ring-opacity: 0.5;
  }

  .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-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-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-50:focus {
    --tw-ring-opacity: 0.5;
  }

  .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-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-1 {
    --tw-text-opacity: 1;
    color: rgba(70, 70, 70, var(--tw-text-opacity));
  }

  .xl\:text-black-2 {
    --tw-text-opacity: 1;
    color: rgba(215, 215, 215, var(--tw-text-opacity));
  }

  .xl\:text-black-3 {
    --tw-text-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-text-opacity));
  }

  .xl\:text-black-4 {
    --tw-text-opacity: 1;
    color: rgba(237, 237, 237, var(--tw-text-opacity));
  }

  .xl\:text-black-5 {
    --tw-text-opacity: 1;
    color: rgba(68, 68, 68, var(--tw-text-opacity));
  }

  .xl\:text-black-6 {
    --tw-text-opacity: 1;
    color: rgba(108, 108, 108, var(--tw-text-opacity));
  }

  .xl\:text-black {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .xl\:text-white-1 {
    --tw-text-opacity: 1;
    color: rgba(244, 244, 244, var(--tw-text-opacity));
  }

  .xl\:text-white {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .xl\:text-pink-1 {
    --tw-text-opacity: 1;
    color: rgba(233, 101, 147, var(--tw-text-opacity));
  }

  .xl\:text-pink {
    --tw-text-opacity: 1;
    color: rgba(238, 139, 174, var(--tw-text-opacity));
  }

  .xl\:text-red-1 {
    --tw-text-opacity: 1;
    color: rgba(231, 6, 31, var(--tw-text-opacity));
  }

  .xl\:text-red {
    --tw-text-opacity: 1;
    color: rgba(239, 0, 22, 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-1 {
    --tw-text-opacity: 1;
    color: rgba(70, 70, 70, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-black-2 {
    --tw-text-opacity: 1;
    color: rgba(215, 215, 215, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-black-3 {
    --tw-text-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-black-4 {
    --tw-text-opacity: 1;
    color: rgba(237, 237, 237, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-black-5 {
    --tw-text-opacity: 1;
    color: rgba(68, 68, 68, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-black-6 {
    --tw-text-opacity: 1;
    color: rgba(108, 108, 108, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-black {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-white-1 {
    --tw-text-opacity: 1;
    color: rgba(244, 244, 244, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-white {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-pink-1 {
    --tw-text-opacity: 1;
    color: rgba(233, 101, 147, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-pink {
    --tw-text-opacity: 1;
    color: rgba(238, 139, 174, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-red-1 {
    --tw-text-opacity: 1;
    color: rgba(231, 6, 31, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-red {
    --tw-text-opacity: 1;
    color: rgba(239, 0, 22, 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-1:focus-within {
    --tw-text-opacity: 1;
    color: rgba(70, 70, 70, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-black-2:focus-within {
    --tw-text-opacity: 1;
    color: rgba(215, 215, 215, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-black-3:focus-within {
    --tw-text-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-black-4:focus-within {
    --tw-text-opacity: 1;
    color: rgba(237, 237, 237, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-black-5:focus-within {
    --tw-text-opacity: 1;
    color: rgba(68, 68, 68, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-black-6:focus-within {
    --tw-text-opacity: 1;
    color: rgba(108, 108, 108, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-black:focus-within {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-white-1:focus-within {
    --tw-text-opacity: 1;
    color: rgba(244, 244, 244, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-white:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-pink-1:focus-within {
    --tw-text-opacity: 1;
    color: rgba(233, 101, 147, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-pink:focus-within {
    --tw-text-opacity: 1;
    color: rgba(238, 139, 174, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-red-1:focus-within {
    --tw-text-opacity: 1;
    color: rgba(231, 6, 31, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-red:focus-within {
    --tw-text-opacity: 1;
    color: rgba(239, 0, 22, var(--tw-text-opacity));
  }

  .xl\:hover\:text-transparent:hover {
    color: transparent;
  }

  .xl\:hover\:text-current:hover {
    color: currentColor;
  }

  .xl\:hover\:text-black-1:hover {
    --tw-text-opacity: 1;
    color: rgba(70, 70, 70, var(--tw-text-opacity));
  }

  .xl\:hover\:text-black-2:hover {
    --tw-text-opacity: 1;
    color: rgba(215, 215, 215, var(--tw-text-opacity));
  }

  .xl\:hover\:text-black-3:hover {
    --tw-text-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-text-opacity));
  }

  .xl\:hover\:text-black-4:hover {
    --tw-text-opacity: 1;
    color: rgba(237, 237, 237, var(--tw-text-opacity));
  }

  .xl\:hover\:text-black-5:hover {
    --tw-text-opacity: 1;
    color: rgba(68, 68, 68, var(--tw-text-opacity));
  }

  .xl\:hover\:text-black-6:hover {
    --tw-text-opacity: 1;
    color: rgba(108, 108, 108, var(--tw-text-opacity));
  }

  .xl\:hover\:text-black:hover {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .xl\:hover\:text-white-1:hover {
    --tw-text-opacity: 1;
    color: rgba(244, 244, 244, var(--tw-text-opacity));
  }

  .xl\:hover\:text-white:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .xl\:hover\:text-pink-1:hover {
    --tw-text-opacity: 1;
    color: rgba(233, 101, 147, var(--tw-text-opacity));
  }

  .xl\:hover\:text-pink:hover {
    --tw-text-opacity: 1;
    color: rgba(238, 139, 174, var(--tw-text-opacity));
  }

  .xl\:hover\:text-red-1:hover {
    --tw-text-opacity: 1;
    color: rgba(231, 6, 31, var(--tw-text-opacity));
  }

  .xl\:hover\:text-red:hover {
    --tw-text-opacity: 1;
    color: rgba(239, 0, 22, var(--tw-text-opacity));
  }

  .xl\:focus\:text-transparent:focus {
    color: transparent;
  }

  .xl\:focus\:text-current:focus {
    color: currentColor;
  }

  .xl\:focus\:text-black-1:focus {
    --tw-text-opacity: 1;
    color: rgba(70, 70, 70, var(--tw-text-opacity));
  }

  .xl\:focus\:text-black-2:focus {
    --tw-text-opacity: 1;
    color: rgba(215, 215, 215, var(--tw-text-opacity));
  }

  .xl\:focus\:text-black-3:focus {
    --tw-text-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-text-opacity));
  }

  .xl\:focus\:text-black-4:focus {
    --tw-text-opacity: 1;
    color: rgba(237, 237, 237, var(--tw-text-opacity));
  }

  .xl\:focus\:text-black-5:focus {
    --tw-text-opacity: 1;
    color: rgba(68, 68, 68, var(--tw-text-opacity));
  }

  .xl\:focus\:text-black-6:focus {
    --tw-text-opacity: 1;
    color: rgba(108, 108, 108, var(--tw-text-opacity));
  }

  .xl\:focus\:text-black:focus {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .xl\:focus\:text-white-1:focus {
    --tw-text-opacity: 1;
    color: rgba(244, 244, 244, var(--tw-text-opacity));
  }

  .xl\:focus\:text-white:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .xl\:focus\:text-pink-1:focus {
    --tw-text-opacity: 1;
    color: rgba(233, 101, 147, var(--tw-text-opacity));
  }

  .xl\:focus\:text-pink:focus {
    --tw-text-opacity: 1;
    color: rgba(238, 139, 174, var(--tw-text-opacity));
  }

  .xl\:focus\:text-red-1:focus {
    --tw-text-opacity: 1;
    color: rgba(231, 6, 31, var(--tw-text-opacity));
  }

  .xl\:focus\:text-red:focus {
    --tw-text-opacity: 1;
    color: rgba(239, 0, 22, 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-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-50 {
    --tw-text-opacity: 0.5;
  }

  .xl\:text-opacity-60 {
    --tw-text-opacity: 0.6;
  }

  .xl\:text-opacity-70 {
    --tw-text-opacity: 0.7;
  }

  .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-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-50 {
    --tw-text-opacity: 0.5;
  }

  .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-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-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-50:focus-within {
    --tw-text-opacity: 0.5;
  }

  .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-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-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-50:hover {
    --tw-text-opacity: 0.5;
  }

  .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-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-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-50:focus {
    --tw-text-opacity: 0.5;
  }

  .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-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\: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-3 {
    width: 3px;
  }

  .xl\:w-5 {
    width: 5px;
  }

  .xl\:w-8 {
    width: 8px;
  }

  .xl\:w-10 {
    width: 10px;
  }

  .xl\:w-12 {
    width: 12px;
  }

  .xl\:w-14 {
    width: 14px;
  }

  .xl\:w-15 {
    width: 15px;
  }

  .xl\:w-16 {
    width: 16px;
  }

  .xl\:w-20 {
    width: 20px;
  }

  .xl\:w-24 {
    width: 24px;
  }

  .xl\:w-28 {
    width: 28px;
  }

  .xl\:w-29 {
    width: 29px;
  }

  .xl\:w-30 {
    width: 30px;
  }

  .xl\:w-32 {
    width: 32px;
  }

  .xl\:w-35 {
    width: 35px;
  }

  .xl\:w-36 {
    width: 36px;
  }

  .xl\:w-37 {
    width: 37px;
  }

  .xl\:w-39 {
    width: 39px;
  }

  .xl\:w-40 {
    width: 40px;
  }

  .xl\:w-47 {
    width: 47px;
  }

  .xl\:w-50 {
    width: 50px;
  }

  .xl\:w-56 {
    width: 56px;
  }

  .xl\:w-64 {
    width: 64px;
  }

  .xl\:w-70 {
    width: 70px;
  }

  .xl\:w-72 {
    width: 72px;
  }

  .xl\:w-75 {
    width: 75px;
  }

  .xl\:w-80 {
    width: 80px;
  }

  .xl\:w-83 {
    width: 83px;
  }

  .xl\:w-100 {
    width: 100px;
  }

  .xl\:w-118 {
    width: 118px;
  }

  .xl\:w-130 {
    width: 130px;
  }

  .xl\:w-150 {
    width: 150px;
  }

  .xl\:w-180 {
    width: 180px;
  }

  .xl\:w-213 {
    width: 213px;
  }

  .xl\:w-225 {
    width: 225px;
  }

  .xl\:w-250 {
    width: 250px;
  }

  .xl\:w-300 {
    width: 300px;
  }

  .xl\:w-320 {
    width: 320px;
  }

  .xl\:w-345 {
    width: 345px;
  }

  .xl\:w-485 {
    width: 485px;
  }

  .xl\:w-auto {
    width: auto;
  }

  .xl\:w-px {
    width: 1px;
  }

  .xl\:-w-135 {
    width: -135px;
  }

  .xl\:w-0p {
    width: 0%;
  }

  .xl\:w-5p {
    width: 5%;
  }

  .xl\:w-10p {
    width: 10%;
  }

  .xl\:w-15p {
    width: 15%;
  }

  .xl\:w-20p {
    width: 20%;
  }

  .xl\:w-25p {
    width: 25%;
  }

  .xl\:w-30p {
    width: 30%;
  }

  .xl\:w-35p {
    width: 35%;
  }

  .xl\:w-40p {
    width: 40%;
  }

  .xl\:w-45p {
    width: 45%;
  }

  .xl\:w-50p {
    width: 50%;
  }

  .xl\:w-55p {
    width: 55%;
  }

  .xl\:w-60p {
    width: 60%;
  }

  .xl\:w-65p {
    width: 65%;
  }

  .xl\:w-70p {
    width: 70%;
  }

  .xl\:w-75p {
    width: 75%;
  }

  .xl\:w-80p {
    width: 80%;
  }

  .xl\:w-85p {
    width: 85%;
  }

  .xl\:w-90p {
    width: 90%;
  }

  .xl\:w-95p {
    width: 95%;
  }

  .xl\:w-100p {
    width: 100%;
  }

  .xl\:w-66\.5p {
    width: 66.5%;
  }

  .xl\:w-67\.5p {
    width: 67.5%;
  }

  .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\:z-0 {
    z-index: 0;
  }

  .xl\:z-10 {
    z-index: 10;
  }

  .xl\:z-20 {
    z-index: 20;
  }

  .xl\:z-30 {
    z-index: 30;
  }

  .xl\:z-40 {
    z-index: 40;
  }

  .xl\:z-50 {
    z-index: 50;
  }

  .xl\:z-auto {
    z-index: auto;
  }

  .xl\:-z-1 {
    z-index: -1;
  }

  .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-auto:focus-within {
    z-index: auto;
  }

  .xl\:focus-within\:-z-1:focus-within {
    z-index: -1;
  }

  .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-auto:focus {
    z-index: auto;
  }

  .xl\:focus\:-z-1:focus {
    z-index: -1;
  }

  .xl\:gap-0 {
    gap: 0px;
  }

  .xl\:gap-3 {
    gap: 3px;
  }

  .xl\:gap-5 {
    gap: 5px;
  }

  .xl\:gap-8 {
    gap: 8px;
  }

  .xl\:gap-10 {
    gap: 10px;
  }

  .xl\:gap-12 {
    gap: 12px;
  }

  .xl\:gap-14 {
    gap: 14px;
  }

  .xl\:gap-15 {
    gap: 15px;
  }

  .xl\:gap-16 {
    gap: 16px;
  }

  .xl\:gap-20 {
    gap: 20px;
  }

  .xl\:gap-24 {
    gap: 24px;
  }

  .xl\:gap-28 {
    gap: 28px;
  }

  .xl\:gap-29 {
    gap: 29px;
  }

  .xl\:gap-30 {
    gap: 30px;
  }

  .xl\:gap-32 {
    gap: 32px;
  }

  .xl\:gap-35 {
    gap: 35px;
  }

  .xl\:gap-36 {
    gap: 36px;
  }

  .xl\:gap-37 {
    gap: 37px;
  }

  .xl\:gap-39 {
    gap: 39px;
  }

  .xl\:gap-40 {
    gap: 40px;
  }

  .xl\:gap-47 {
    gap: 47px;
  }

  .xl\:gap-50 {
    gap: 50px;
  }

  .xl\:gap-56 {
    gap: 56px;
  }

  .xl\:gap-64 {
    gap: 64px;
  }

  .xl\:gap-70 {
    gap: 70px;
  }

  .xl\:gap-72 {
    gap: 72px;
  }

  .xl\:gap-75 {
    gap: 75px;
  }

  .xl\:gap-80 {
    gap: 80px;
  }

  .xl\:gap-83 {
    gap: 83px;
  }

  .xl\:gap-100 {
    gap: 100px;
  }

  .xl\:gap-118 {
    gap: 118px;
  }

  .xl\:gap-130 {
    gap: 130px;
  }

  .xl\:gap-150 {
    gap: 150px;
  }

  .xl\:gap-180 {
    gap: 180px;
  }

  .xl\:gap-213 {
    gap: 213px;
  }

  .xl\:gap-225 {
    gap: 225px;
  }

  .xl\:gap-250 {
    gap: 250px;
  }

  .xl\:gap-300 {
    gap: 300px;
  }

  .xl\:gap-320 {
    gap: 320px;
  }

  .xl\:gap-345 {
    gap: 345px;
  }

  .xl\:gap-485 {
    gap: 485px;
  }

  .xl\:gap-px {
    gap: 1px;
  }

  .xl\:-gap-135 {
    gap: -135px;
  }

  .xl\:gap-0p {
    gap: 0%;
  }

  .xl\:gap-5p {
    gap: 5%;
  }

  .xl\:gap-10p {
    gap: 10%;
  }

  .xl\:gap-15p {
    gap: 15%;
  }

  .xl\:gap-20p {
    gap: 20%;
  }

  .xl\:gap-25p {
    gap: 25%;
  }

  .xl\:gap-30p {
    gap: 30%;
  }

  .xl\:gap-35p {
    gap: 35%;
  }

  .xl\:gap-40p {
    gap: 40%;
  }

  .xl\:gap-45p {
    gap: 45%;
  }

  .xl\:gap-50p {
    gap: 50%;
  }

  .xl\:gap-55p {
    gap: 55%;
  }

  .xl\:gap-60p {
    gap: 60%;
  }

  .xl\:gap-65p {
    gap: 65%;
  }

  .xl\:gap-70p {
    gap: 70%;
  }

  .xl\:gap-75p {
    gap: 75%;
  }

  .xl\:gap-80p {
    gap: 80%;
  }

  .xl\:gap-85p {
    gap: 85%;
  }

  .xl\:gap-90p {
    gap: 90%;
  }

  .xl\:gap-95p {
    gap: 95%;
  }

  .xl\:gap-100p {
    gap: 100%;
  }

  .xl\:gap-66\.5p {
    gap: 66.5%;
  }

  .xl\:gap-67\.5p {
    gap: 67.5%;
  }

  .xl\:gap-x-0 {
    -moz-column-gap: 0px;
         column-gap: 0px;
  }

  .xl\:gap-x-3 {
    -moz-column-gap: 3px;
         column-gap: 3px;
  }

  .xl\:gap-x-5 {
    -moz-column-gap: 5px;
         column-gap: 5px;
  }

  .xl\:gap-x-8 {
    -moz-column-gap: 8px;
         column-gap: 8px;
  }

  .xl\:gap-x-10 {
    -moz-column-gap: 10px;
         column-gap: 10px;
  }

  .xl\:gap-x-12 {
    -moz-column-gap: 12px;
         column-gap: 12px;
  }

  .xl\:gap-x-14 {
    -moz-column-gap: 14px;
         column-gap: 14px;
  }

  .xl\:gap-x-15 {
    -moz-column-gap: 15px;
         column-gap: 15px;
  }

  .xl\:gap-x-16 {
    -moz-column-gap: 16px;
         column-gap: 16px;
  }

  .xl\:gap-x-20 {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }

  .xl\:gap-x-24 {
    -moz-column-gap: 24px;
         column-gap: 24px;
  }

  .xl\:gap-x-28 {
    -moz-column-gap: 28px;
         column-gap: 28px;
  }

  .xl\:gap-x-29 {
    -moz-column-gap: 29px;
         column-gap: 29px;
  }

  .xl\:gap-x-30 {
    -moz-column-gap: 30px;
         column-gap: 30px;
  }

  .xl\:gap-x-32 {
    -moz-column-gap: 32px;
         column-gap: 32px;
  }

  .xl\:gap-x-35 {
    -moz-column-gap: 35px;
         column-gap: 35px;
  }

  .xl\:gap-x-36 {
    -moz-column-gap: 36px;
         column-gap: 36px;
  }

  .xl\:gap-x-37 {
    -moz-column-gap: 37px;
         column-gap: 37px;
  }

  .xl\:gap-x-39 {
    -moz-column-gap: 39px;
         column-gap: 39px;
  }

  .xl\:gap-x-40 {
    -moz-column-gap: 40px;
         column-gap: 40px;
  }

  .xl\:gap-x-47 {
    -moz-column-gap: 47px;
         column-gap: 47px;
  }

  .xl\:gap-x-50 {
    -moz-column-gap: 50px;
         column-gap: 50px;
  }

  .xl\:gap-x-56 {
    -moz-column-gap: 56px;
         column-gap: 56px;
  }

  .xl\:gap-x-64 {
    -moz-column-gap: 64px;
         column-gap: 64px;
  }

  .xl\:gap-x-70 {
    -moz-column-gap: 70px;
         column-gap: 70px;
  }

  .xl\:gap-x-72 {
    -moz-column-gap: 72px;
         column-gap: 72px;
  }

  .xl\:gap-x-75 {
    -moz-column-gap: 75px;
         column-gap: 75px;
  }

  .xl\:gap-x-80 {
    -moz-column-gap: 80px;
         column-gap: 80px;
  }

  .xl\:gap-x-83 {
    -moz-column-gap: 83px;
         column-gap: 83px;
  }

  .xl\:gap-x-100 {
    -moz-column-gap: 100px;
         column-gap: 100px;
  }

  .xl\:gap-x-118 {
    -moz-column-gap: 118px;
         column-gap: 118px;
  }

  .xl\:gap-x-130 {
    -moz-column-gap: 130px;
         column-gap: 130px;
  }

  .xl\:gap-x-150 {
    -moz-column-gap: 150px;
         column-gap: 150px;
  }

  .xl\:gap-x-180 {
    -moz-column-gap: 180px;
         column-gap: 180px;
  }

  .xl\:gap-x-213 {
    -moz-column-gap: 213px;
         column-gap: 213px;
  }

  .xl\:gap-x-225 {
    -moz-column-gap: 225px;
         column-gap: 225px;
  }

  .xl\:gap-x-250 {
    -moz-column-gap: 250px;
         column-gap: 250px;
  }

  .xl\:gap-x-300 {
    -moz-column-gap: 300px;
         column-gap: 300px;
  }

  .xl\:gap-x-320 {
    -moz-column-gap: 320px;
         column-gap: 320px;
  }

  .xl\:gap-x-345 {
    -moz-column-gap: 345px;
         column-gap: 345px;
  }

  .xl\:gap-x-485 {
    -moz-column-gap: 485px;
         column-gap: 485px;
  }

  .xl\:gap-x-px {
    -moz-column-gap: 1px;
         column-gap: 1px;
  }

  .xl\:-gap-x-135 {
    -moz-column-gap: -135px;
         column-gap: -135px;
  }

  .xl\:gap-x-0p {
    -moz-column-gap: 0%;
         column-gap: 0%;
  }

  .xl\:gap-x-5p {
    -moz-column-gap: 5%;
         column-gap: 5%;
  }

  .xl\:gap-x-10p {
    -moz-column-gap: 10%;
         column-gap: 10%;
  }

  .xl\:gap-x-15p {
    -moz-column-gap: 15%;
         column-gap: 15%;
  }

  .xl\:gap-x-20p {
    -moz-column-gap: 20%;
         column-gap: 20%;
  }

  .xl\:gap-x-25p {
    -moz-column-gap: 25%;
         column-gap: 25%;
  }

  .xl\:gap-x-30p {
    -moz-column-gap: 30%;
         column-gap: 30%;
  }

  .xl\:gap-x-35p {
    -moz-column-gap: 35%;
         column-gap: 35%;
  }

  .xl\:gap-x-40p {
    -moz-column-gap: 40%;
         column-gap: 40%;
  }

  .xl\:gap-x-45p {
    -moz-column-gap: 45%;
         column-gap: 45%;
  }

  .xl\:gap-x-50p {
    -moz-column-gap: 50%;
         column-gap: 50%;
  }

  .xl\:gap-x-55p {
    -moz-column-gap: 55%;
         column-gap: 55%;
  }

  .xl\:gap-x-60p {
    -moz-column-gap: 60%;
         column-gap: 60%;
  }

  .xl\:gap-x-65p {
    -moz-column-gap: 65%;
         column-gap: 65%;
  }

  .xl\:gap-x-70p {
    -moz-column-gap: 70%;
         column-gap: 70%;
  }

  .xl\:gap-x-75p {
    -moz-column-gap: 75%;
         column-gap: 75%;
  }

  .xl\:gap-x-80p {
    -moz-column-gap: 80%;
         column-gap: 80%;
  }

  .xl\:gap-x-85p {
    -moz-column-gap: 85%;
         column-gap: 85%;
  }

  .xl\:gap-x-90p {
    -moz-column-gap: 90%;
         column-gap: 90%;
  }

  .xl\:gap-x-95p {
    -moz-column-gap: 95%;
         column-gap: 95%;
  }

  .xl\:gap-x-100p {
    -moz-column-gap: 100%;
         column-gap: 100%;
  }

  .xl\:gap-x-66\.5p {
    -moz-column-gap: 66.5%;
         column-gap: 66.5%;
  }

  .xl\:gap-x-67\.5p {
    -moz-column-gap: 67.5%;
         column-gap: 67.5%;
  }

  .xl\:gap-y-0 {
    row-gap: 0px;
  }

  .xl\:gap-y-3 {
    row-gap: 3px;
  }

  .xl\:gap-y-5 {
    row-gap: 5px;
  }

  .xl\:gap-y-8 {
    row-gap: 8px;
  }

  .xl\:gap-y-10 {
    row-gap: 10px;
  }

  .xl\:gap-y-12 {
    row-gap: 12px;
  }

  .xl\:gap-y-14 {
    row-gap: 14px;
  }

  .xl\:gap-y-15 {
    row-gap: 15px;
  }

  .xl\:gap-y-16 {
    row-gap: 16px;
  }

  .xl\:gap-y-20 {
    row-gap: 20px;
  }

  .xl\:gap-y-24 {
    row-gap: 24px;
  }

  .xl\:gap-y-28 {
    row-gap: 28px;
  }

  .xl\:gap-y-29 {
    row-gap: 29px;
  }

  .xl\:gap-y-30 {
    row-gap: 30px;
  }

  .xl\:gap-y-32 {
    row-gap: 32px;
  }

  .xl\:gap-y-35 {
    row-gap: 35px;
  }

  .xl\:gap-y-36 {
    row-gap: 36px;
  }

  .xl\:gap-y-37 {
    row-gap: 37px;
  }

  .xl\:gap-y-39 {
    row-gap: 39px;
  }

  .xl\:gap-y-40 {
    row-gap: 40px;
  }

  .xl\:gap-y-47 {
    row-gap: 47px;
  }

  .xl\:gap-y-50 {
    row-gap: 50px;
  }

  .xl\:gap-y-56 {
    row-gap: 56px;
  }

  .xl\:gap-y-64 {
    row-gap: 64px;
  }

  .xl\:gap-y-70 {
    row-gap: 70px;
  }

  .xl\:gap-y-72 {
    row-gap: 72px;
  }

  .xl\:gap-y-75 {
    row-gap: 75px;
  }

  .xl\:gap-y-80 {
    row-gap: 80px;
  }

  .xl\:gap-y-83 {
    row-gap: 83px;
  }

  .xl\:gap-y-100 {
    row-gap: 100px;
  }

  .xl\:gap-y-118 {
    row-gap: 118px;
  }

  .xl\:gap-y-130 {
    row-gap: 130px;
  }

  .xl\:gap-y-150 {
    row-gap: 150px;
  }

  .xl\:gap-y-180 {
    row-gap: 180px;
  }

  .xl\:gap-y-213 {
    row-gap: 213px;
  }

  .xl\:gap-y-225 {
    row-gap: 225px;
  }

  .xl\:gap-y-250 {
    row-gap: 250px;
  }

  .xl\:gap-y-300 {
    row-gap: 300px;
  }

  .xl\:gap-y-320 {
    row-gap: 320px;
  }

  .xl\:gap-y-345 {
    row-gap: 345px;
  }

  .xl\:gap-y-485 {
    row-gap: 485px;
  }

  .xl\:gap-y-px {
    row-gap: 1px;
  }

  .xl\:-gap-y-135 {
    row-gap: -135px;
  }

  .xl\:gap-y-0p {
    row-gap: 0%;
  }

  .xl\:gap-y-5p {
    row-gap: 5%;
  }

  .xl\:gap-y-10p {
    row-gap: 10%;
  }

  .xl\:gap-y-15p {
    row-gap: 15%;
  }

  .xl\:gap-y-20p {
    row-gap: 20%;
  }

  .xl\:gap-y-25p {
    row-gap: 25%;
  }

  .xl\:gap-y-30p {
    row-gap: 30%;
  }

  .xl\:gap-y-35p {
    row-gap: 35%;
  }

  .xl\:gap-y-40p {
    row-gap: 40%;
  }

  .xl\:gap-y-45p {
    row-gap: 45%;
  }

  .xl\:gap-y-50p {
    row-gap: 50%;
  }

  .xl\:gap-y-55p {
    row-gap: 55%;
  }

  .xl\:gap-y-60p {
    row-gap: 60%;
  }

  .xl\:gap-y-65p {
    row-gap: 65%;
  }

  .xl\:gap-y-70p {
    row-gap: 70%;
  }

  .xl\:gap-y-75p {
    row-gap: 75%;
  }

  .xl\:gap-y-80p {
    row-gap: 80%;
  }

  .xl\:gap-y-85p {
    row-gap: 85%;
  }

  .xl\:gap-y-90p {
    row-gap: 90%;
  }

  .xl\:gap-y-95p {
    row-gap: 95%;
  }

  .xl\:gap-y-100p {
    row-gap: 100%;
  }

  .xl\:gap-y-66\.5p {
    row-gap: 66.5%;
  }

  .xl\:gap-y-67\.5p {
    row-gap: 67.5%;
  }

  .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;
  }

  .group:hover .xl\:group-hover\:scale-0 {
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .group:hover .xl\:group-hover\:scale-50 {
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .group:hover .xl\:group-hover\:scale-75 {
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .group:hover .xl\:group-hover\:scale-90 {
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .group:hover .xl\:group-hover\:scale-95 {
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .group:hover .xl\:group-hover\:scale-100 {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .group:hover .xl\:group-hover\:scale-105 {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .group:hover .xl\:group-hover\:scale-110 {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .group:hover .xl\:group-hover\:scale-125 {
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .group:hover .xl\:group-hover\:scale-150 {
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .group:hover .xl\:group-hover\:scale-x-0 {
    --tw-scale-x: 0;
  }

  .group:hover .xl\:group-hover\:scale-x-50 {
    --tw-scale-x: .5;
  }

  .group:hover .xl\:group-hover\:scale-x-75 {
    --tw-scale-x: .75;
  }

  .group:hover .xl\:group-hover\:scale-x-90 {
    --tw-scale-x: .9;
  }

  .group:hover .xl\:group-hover\:scale-x-95 {
    --tw-scale-x: .95;
  }

  .group:hover .xl\:group-hover\:scale-x-100 {
    --tw-scale-x: 1;
  }

  .group:hover .xl\:group-hover\:scale-x-105 {
    --tw-scale-x: 1.05;
  }

  .group:hover .xl\:group-hover\:scale-x-110 {
    --tw-scale-x: 1.1;
  }

  .group:hover .xl\:group-hover\:scale-x-125 {
    --tw-scale-x: 1.25;
  }

  .group:hover .xl\:group-hover\:scale-x-150 {
    --tw-scale-x: 1.5;
  }

  .group:hover .xl\:group-hover\:scale-y-0 {
    --tw-scale-y: 0;
  }

  .group:hover .xl\:group-hover\:scale-y-50 {
    --tw-scale-y: .5;
  }

  .group:hover .xl\:group-hover\:scale-y-75 {
    --tw-scale-y: .75;
  }

  .group:hover .xl\:group-hover\:scale-y-90 {
    --tw-scale-y: .9;
  }

  .group:hover .xl\:group-hover\:scale-y-95 {
    --tw-scale-y: .95;
  }

  .group:hover .xl\:group-hover\:scale-y-100 {
    --tw-scale-y: 1;
  }

  .group:hover .xl\:group-hover\:scale-y-105 {
    --tw-scale-y: 1.05;
  }

  .group:hover .xl\:group-hover\:scale-y-110 {
    --tw-scale-y: 1.1;
  }

  .group:hover .xl\:group-hover\:scale-y-125 {
    --tw-scale-y: 1.25;
  }

  .group:hover .xl\:group-hover\:scale-y-150 {
    --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-3 {
    --tw-translate-x: 3px;
  }

  .xl\:translate-x-5 {
    --tw-translate-x: 5px;
  }

  .xl\:translate-x-8 {
    --tw-translate-x: 8px;
  }

  .xl\:translate-x-10 {
    --tw-translate-x: 10px;
  }

  .xl\:translate-x-12 {
    --tw-translate-x: 12px;
  }

  .xl\:translate-x-14 {
    --tw-translate-x: 14px;
  }

  .xl\:translate-x-15 {
    --tw-translate-x: 15px;
  }

  .xl\:translate-x-16 {
    --tw-translate-x: 16px;
  }

  .xl\:translate-x-20 {
    --tw-translate-x: 20px;
  }

  .xl\:translate-x-24 {
    --tw-translate-x: 24px;
  }

  .xl\:translate-x-28 {
    --tw-translate-x: 28px;
  }

  .xl\:translate-x-29 {
    --tw-translate-x: 29px;
  }

  .xl\:translate-x-30 {
    --tw-translate-x: 30px;
  }

  .xl\:translate-x-32 {
    --tw-translate-x: 32px;
  }

  .xl\:translate-x-35 {
    --tw-translate-x: 35px;
  }

  .xl\:translate-x-36 {
    --tw-translate-x: 36px;
  }

  .xl\:translate-x-37 {
    --tw-translate-x: 37px;
  }

  .xl\:translate-x-39 {
    --tw-translate-x: 39px;
  }

  .xl\:translate-x-40 {
    --tw-translate-x: 40px;
  }

  .xl\:translate-x-47 {
    --tw-translate-x: 47px;
  }

  .xl\:translate-x-50 {
    --tw-translate-x: 50px;
  }

  .xl\:translate-x-56 {
    --tw-translate-x: 56px;
  }

  .xl\:translate-x-64 {
    --tw-translate-x: 64px;
  }

  .xl\:translate-x-70 {
    --tw-translate-x: 70px;
  }

  .xl\:translate-x-72 {
    --tw-translate-x: 72px;
  }

  .xl\:translate-x-75 {
    --tw-translate-x: 75px;
  }

  .xl\:translate-x-80 {
    --tw-translate-x: 80px;
  }

  .xl\:translate-x-83 {
    --tw-translate-x: 83px;
  }

  .xl\:translate-x-100 {
    --tw-translate-x: 100px;
  }

  .xl\:translate-x-118 {
    --tw-translate-x: 118px;
  }

  .xl\:translate-x-130 {
    --tw-translate-x: 130px;
  }

  .xl\:translate-x-150 {
    --tw-translate-x: 150px;
  }

  .xl\:translate-x-180 {
    --tw-translate-x: 180px;
  }

  .xl\:translate-x-213 {
    --tw-translate-x: 213px;
  }

  .xl\:translate-x-225 {
    --tw-translate-x: 225px;
  }

  .xl\:translate-x-250 {
    --tw-translate-x: 250px;
  }

  .xl\:translate-x-300 {
    --tw-translate-x: 300px;
  }

  .xl\:translate-x-320 {
    --tw-translate-x: 320px;
  }

  .xl\:translate-x-345 {
    --tw-translate-x: 345px;
  }

  .xl\:translate-x-485 {
    --tw-translate-x: 485px;
  }

  .xl\:translate-x-px {
    --tw-translate-x: 1px;
  }

  .xl\:-translate-x-135 {
    --tw-translate-x: -135px;
  }

  .xl\:translate-x-0p {
    --tw-translate-x: 0%;
  }

  .xl\:translate-x-5p {
    --tw-translate-x: 5%;
  }

  .xl\:translate-x-10p {
    --tw-translate-x: 10%;
  }

  .xl\:translate-x-15p {
    --tw-translate-x: 15%;
  }

  .xl\:translate-x-20p {
    --tw-translate-x: 20%;
  }

  .xl\:translate-x-25p {
    --tw-translate-x: 25%;
  }

  .xl\:translate-x-30p {
    --tw-translate-x: 30%;
  }

  .xl\:translate-x-35p {
    --tw-translate-x: 35%;
  }

  .xl\:translate-x-40p {
    --tw-translate-x: 40%;
  }

  .xl\:translate-x-45p {
    --tw-translate-x: 45%;
  }

  .xl\:translate-x-50p {
    --tw-translate-x: 50%;
  }

  .xl\:translate-x-55p {
    --tw-translate-x: 55%;
  }

  .xl\:translate-x-60p {
    --tw-translate-x: 60%;
  }

  .xl\:translate-x-65p {
    --tw-translate-x: 65%;
  }

  .xl\:translate-x-70p {
    --tw-translate-x: 70%;
  }

  .xl\:translate-x-75p {
    --tw-translate-x: 75%;
  }

  .xl\:translate-x-80p {
    --tw-translate-x: 80%;
  }

  .xl\:translate-x-85p {
    --tw-translate-x: 85%;
  }

  .xl\:translate-x-90p {
    --tw-translate-x: 90%;
  }

  .xl\:translate-x-95p {
    --tw-translate-x: 95%;
  }

  .xl\:translate-x-100p {
    --tw-translate-x: 100%;
  }

  .xl\:translate-x-66\.5p {
    --tw-translate-x: 66.5%;
  }

  .xl\:translate-x-67\.5p {
    --tw-translate-x: 67.5%;
  }

  .xl\:-translate-x-0 {
    --tw-translate-x: 0px;
  }

  .xl\:-translate-x-3 {
    --tw-translate-x: -3px;
  }

  .xl\:-translate-x-5 {
    --tw-translate-x: -5px;
  }

  .xl\:-translate-x-8 {
    --tw-translate-x: -8px;
  }

  .xl\:-translate-x-10 {
    --tw-translate-x: -10px;
  }

  .xl\:-translate-x-12 {
    --tw-translate-x: -12px;
  }

  .xl\:-translate-x-14 {
    --tw-translate-x: -14px;
  }

  .xl\:-translate-x-15 {
    --tw-translate-x: -15px;
  }

  .xl\:-translate-x-16 {
    --tw-translate-x: -16px;
  }

  .xl\:-translate-x-20 {
    --tw-translate-x: -20px;
  }

  .xl\:-translate-x-24 {
    --tw-translate-x: -24px;
  }

  .xl\:-translate-x-28 {
    --tw-translate-x: -28px;
  }

  .xl\:-translate-x-29 {
    --tw-translate-x: -29px;
  }

  .xl\:-translate-x-30 {
    --tw-translate-x: -30px;
  }

  .xl\:-translate-x-32 {
    --tw-translate-x: -32px;
  }

  .xl\:-translate-x-35 {
    --tw-translate-x: -35px;
  }

  .xl\:-translate-x-36 {
    --tw-translate-x: -36px;
  }

  .xl\:-translate-x-37 {
    --tw-translate-x: -37px;
  }

  .xl\:-translate-x-39 {
    --tw-translate-x: -39px;
  }

  .xl\:-translate-x-40 {
    --tw-translate-x: -40px;
  }

  .xl\:-translate-x-47 {
    --tw-translate-x: -47px;
  }

  .xl\:-translate-x-50 {
    --tw-translate-x: -50px;
  }

  .xl\:-translate-x-56 {
    --tw-translate-x: -56px;
  }

  .xl\:-translate-x-64 {
    --tw-translate-x: -64px;
  }

  .xl\:-translate-x-70 {
    --tw-translate-x: -70px;
  }

  .xl\:-translate-x-72 {
    --tw-translate-x: -72px;
  }

  .xl\:-translate-x-75 {
    --tw-translate-x: -75px;
  }

  .xl\:-translate-x-80 {
    --tw-translate-x: -80px;
  }

  .xl\:-translate-x-83 {
    --tw-translate-x: -83px;
  }

  .xl\:-translate-x-100 {
    --tw-translate-x: -100px;
  }

  .xl\:-translate-x-118 {
    --tw-translate-x: -118px;
  }

  .xl\:-translate-x-130 {
    --tw-translate-x: -130px;
  }

  .xl\:-translate-x-150 {
    --tw-translate-x: -150px;
  }

  .xl\:-translate-x-180 {
    --tw-translate-x: -180px;
  }

  .xl\:-translate-x-213 {
    --tw-translate-x: -213px;
  }

  .xl\:-translate-x-225 {
    --tw-translate-x: -225px;
  }

  .xl\:-translate-x-250 {
    --tw-translate-x: -250px;
  }

  .xl\:-translate-x-300 {
    --tw-translate-x: -300px;
  }

  .xl\:-translate-x-320 {
    --tw-translate-x: -320px;
  }

  .xl\:-translate-x-345 {
    --tw-translate-x: -345px;
  }

  .xl\:-translate-x-485 {
    --tw-translate-x: -485px;
  }

  .xl\:-translate-x-px {
    --tw-translate-x: -1px;
  }

  .xl\:-translate-x--135 {
    --tw-translate-x: 135px;
  }

  .xl\:-translate-x-0p {
    --tw-translate-x: 0%;
  }

  .xl\:-translate-x-5p {
    --tw-translate-x: -5%;
  }

  .xl\:-translate-x-10p {
    --tw-translate-x: -10%;
  }

  .xl\:-translate-x-15p {
    --tw-translate-x: -15%;
  }

  .xl\:-translate-x-20p {
    --tw-translate-x: -20%;
  }

  .xl\:-translate-x-25p {
    --tw-translate-x: -25%;
  }

  .xl\:-translate-x-30p {
    --tw-translate-x: -30%;
  }

  .xl\:-translate-x-35p {
    --tw-translate-x: -35%;
  }

  .xl\:-translate-x-40p {
    --tw-translate-x: -40%;
  }

  .xl\:-translate-x-45p {
    --tw-translate-x: -45%;
  }

  .xl\:-translate-x-50p {
    --tw-translate-x: -50%;
  }

  .xl\:-translate-x-55p {
    --tw-translate-x: -55%;
  }

  .xl\:-translate-x-60p {
    --tw-translate-x: -60%;
  }

  .xl\:-translate-x-65p {
    --tw-translate-x: -65%;
  }

  .xl\:-translate-x-70p {
    --tw-translate-x: -70%;
  }

  .xl\:-translate-x-75p {
    --tw-translate-x: -75%;
  }

  .xl\:-translate-x-80p {
    --tw-translate-x: -80%;
  }

  .xl\:-translate-x-85p {
    --tw-translate-x: -85%;
  }

  .xl\:-translate-x-90p {
    --tw-translate-x: -90%;
  }

  .xl\:-translate-x-95p {
    --tw-translate-x: -95%;
  }

  .xl\:-translate-x-100p {
    --tw-translate-x: -100%;
  }

  .xl\:-translate-x-66\.5p {
    --tw-translate-x: -66.5%;
  }

  .xl\:-translate-x-67\.5p {
    --tw-translate-x: -67.5%;
  }

  .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-3 {
    --tw-translate-y: 3px;
  }

  .xl\:translate-y-5 {
    --tw-translate-y: 5px;
  }

  .xl\:translate-y-8 {
    --tw-translate-y: 8px;
  }

  .xl\:translate-y-10 {
    --tw-translate-y: 10px;
  }

  .xl\:translate-y-12 {
    --tw-translate-y: 12px;
  }

  .xl\:translate-y-14 {
    --tw-translate-y: 14px;
  }

  .xl\:translate-y-15 {
    --tw-translate-y: 15px;
  }

  .xl\:translate-y-16 {
    --tw-translate-y: 16px;
  }

  .xl\:translate-y-20 {
    --tw-translate-y: 20px;
  }

  .xl\:translate-y-24 {
    --tw-translate-y: 24px;
  }

  .xl\:translate-y-28 {
    --tw-translate-y: 28px;
  }

  .xl\:translate-y-29 {
    --tw-translate-y: 29px;
  }

  .xl\:translate-y-30 {
    --tw-translate-y: 30px;
  }

  .xl\:translate-y-32 {
    --tw-translate-y: 32px;
  }

  .xl\:translate-y-35 {
    --tw-translate-y: 35px;
  }

  .xl\:translate-y-36 {
    --tw-translate-y: 36px;
  }

  .xl\:translate-y-37 {
    --tw-translate-y: 37px;
  }

  .xl\:translate-y-39 {
    --tw-translate-y: 39px;
  }

  .xl\:translate-y-40 {
    --tw-translate-y: 40px;
  }

  .xl\:translate-y-47 {
    --tw-translate-y: 47px;
  }

  .xl\:translate-y-50 {
    --tw-translate-y: 50px;
  }

  .xl\:translate-y-56 {
    --tw-translate-y: 56px;
  }

  .xl\:translate-y-64 {
    --tw-translate-y: 64px;
  }

  .xl\:translate-y-70 {
    --tw-translate-y: 70px;
  }

  .xl\:translate-y-72 {
    --tw-translate-y: 72px;
  }

  .xl\:translate-y-75 {
    --tw-translate-y: 75px;
  }

  .xl\:translate-y-80 {
    --tw-translate-y: 80px;
  }

  .xl\:translate-y-83 {
    --tw-translate-y: 83px;
  }

  .xl\:translate-y-100 {
    --tw-translate-y: 100px;
  }

  .xl\:translate-y-118 {
    --tw-translate-y: 118px;
  }

  .xl\:translate-y-130 {
    --tw-translate-y: 130px;
  }

  .xl\:translate-y-150 {
    --tw-translate-y: 150px;
  }

  .xl\:translate-y-180 {
    --tw-translate-y: 180px;
  }

  .xl\:translate-y-213 {
    --tw-translate-y: 213px;
  }

  .xl\:translate-y-225 {
    --tw-translate-y: 225px;
  }

  .xl\:translate-y-250 {
    --tw-translate-y: 250px;
  }

  .xl\:translate-y-300 {
    --tw-translate-y: 300px;
  }

  .xl\:translate-y-320 {
    --tw-translate-y: 320px;
  }

  .xl\:translate-y-345 {
    --tw-translate-y: 345px;
  }

  .xl\:translate-y-485 {
    --tw-translate-y: 485px;
  }

  .xl\:translate-y-px {
    --tw-translate-y: 1px;
  }

  .xl\:-translate-y-135 {
    --tw-translate-y: -135px;
  }

  .xl\:translate-y-0p {
    --tw-translate-y: 0%;
  }

  .xl\:translate-y-5p {
    --tw-translate-y: 5%;
  }

  .xl\:translate-y-10p {
    --tw-translate-y: 10%;
  }

  .xl\:translate-y-15p {
    --tw-translate-y: 15%;
  }

  .xl\:translate-y-20p {
    --tw-translate-y: 20%;
  }

  .xl\:translate-y-25p {
    --tw-translate-y: 25%;
  }

  .xl\:translate-y-30p {
    --tw-translate-y: 30%;
  }

  .xl\:translate-y-35p {
    --tw-translate-y: 35%;
  }

  .xl\:translate-y-40p {
    --tw-translate-y: 40%;
  }

  .xl\:translate-y-45p {
    --tw-translate-y: 45%;
  }

  .xl\:translate-y-50p {
    --tw-translate-y: 50%;
  }

  .xl\:translate-y-55p {
    --tw-translate-y: 55%;
  }

  .xl\:translate-y-60p {
    --tw-translate-y: 60%;
  }

  .xl\:translate-y-65p {
    --tw-translate-y: 65%;
  }

  .xl\:translate-y-70p {
    --tw-translate-y: 70%;
  }

  .xl\:translate-y-75p {
    --tw-translate-y: 75%;
  }

  .xl\:translate-y-80p {
    --tw-translate-y: 80%;
  }

  .xl\:translate-y-85p {
    --tw-translate-y: 85%;
  }

  .xl\:translate-y-90p {
    --tw-translate-y: 90%;
  }

  .xl\:translate-y-95p {
    --tw-translate-y: 95%;
  }

  .xl\:translate-y-100p {
    --tw-translate-y: 100%;
  }

  .xl\:translate-y-66\.5p {
    --tw-translate-y: 66.5%;
  }

  .xl\:translate-y-67\.5p {
    --tw-translate-y: 67.5%;
  }

  .xl\:-translate-y-0 {
    --tw-translate-y: 0px;
  }

  .xl\:-translate-y-3 {
    --tw-translate-y: -3px;
  }

  .xl\:-translate-y-5 {
    --tw-translate-y: -5px;
  }

  .xl\:-translate-y-8 {
    --tw-translate-y: -8px;
  }

  .xl\:-translate-y-10 {
    --tw-translate-y: -10px;
  }

  .xl\:-translate-y-12 {
    --tw-translate-y: -12px;
  }

  .xl\:-translate-y-14 {
    --tw-translate-y: -14px;
  }

  .xl\:-translate-y-15 {
    --tw-translate-y: -15px;
  }

  .xl\:-translate-y-16 {
    --tw-translate-y: -16px;
  }

  .xl\:-translate-y-20 {
    --tw-translate-y: -20px;
  }

  .xl\:-translate-y-24 {
    --tw-translate-y: -24px;
  }

  .xl\:-translate-y-28 {
    --tw-translate-y: -28px;
  }

  .xl\:-translate-y-29 {
    --tw-translate-y: -29px;
  }

  .xl\:-translate-y-30 {
    --tw-translate-y: -30px;
  }

  .xl\:-translate-y-32 {
    --tw-translate-y: -32px;
  }

  .xl\:-translate-y-35 {
    --tw-translate-y: -35px;
  }

  .xl\:-translate-y-36 {
    --tw-translate-y: -36px;
  }

  .xl\:-translate-y-37 {
    --tw-translate-y: -37px;
  }

  .xl\:-translate-y-39 {
    --tw-translate-y: -39px;
  }

  .xl\:-translate-y-40 {
    --tw-translate-y: -40px;
  }

  .xl\:-translate-y-47 {
    --tw-translate-y: -47px;
  }

  .xl\:-translate-y-50 {
    --tw-translate-y: -50px;
  }

  .xl\:-translate-y-56 {
    --tw-translate-y: -56px;
  }

  .xl\:-translate-y-64 {
    --tw-translate-y: -64px;
  }

  .xl\:-translate-y-70 {
    --tw-translate-y: -70px;
  }

  .xl\:-translate-y-72 {
    --tw-translate-y: -72px;
  }

  .xl\:-translate-y-75 {
    --tw-translate-y: -75px;
  }

  .xl\:-translate-y-80 {
    --tw-translate-y: -80px;
  }

  .xl\:-translate-y-83 {
    --tw-translate-y: -83px;
  }

  .xl\:-translate-y-100 {
    --tw-translate-y: -100px;
  }

  .xl\:-translate-y-118 {
    --tw-translate-y: -118px;
  }

  .xl\:-translate-y-130 {
    --tw-translate-y: -130px;
  }

  .xl\:-translate-y-150 {
    --tw-translate-y: -150px;
  }

  .xl\:-translate-y-180 {
    --tw-translate-y: -180px;
  }

  .xl\:-translate-y-213 {
    --tw-translate-y: -213px;
  }

  .xl\:-translate-y-225 {
    --tw-translate-y: -225px;
  }

  .xl\:-translate-y-250 {
    --tw-translate-y: -250px;
  }

  .xl\:-translate-y-300 {
    --tw-translate-y: -300px;
  }

  .xl\:-translate-y-320 {
    --tw-translate-y: -320px;
  }

  .xl\:-translate-y-345 {
    --tw-translate-y: -345px;
  }

  .xl\:-translate-y-485 {
    --tw-translate-y: -485px;
  }

  .xl\:-translate-y-px {
    --tw-translate-y: -1px;
  }

  .xl\:-translate-y--135 {
    --tw-translate-y: 135px;
  }

  .xl\:-translate-y-0p {
    --tw-translate-y: 0%;
  }

  .xl\:-translate-y-5p {
    --tw-translate-y: -5%;
  }

  .xl\:-translate-y-10p {
    --tw-translate-y: -10%;
  }

  .xl\:-translate-y-15p {
    --tw-translate-y: -15%;
  }

  .xl\:-translate-y-20p {
    --tw-translate-y: -20%;
  }

  .xl\:-translate-y-25p {
    --tw-translate-y: -25%;
  }

  .xl\:-translate-y-30p {
    --tw-translate-y: -30%;
  }

  .xl\:-translate-y-35p {
    --tw-translate-y: -35%;
  }

  .xl\:-translate-y-40p {
    --tw-translate-y: -40%;
  }

  .xl\:-translate-y-45p {
    --tw-translate-y: -45%;
  }

  .xl\:-translate-y-50p {
    --tw-translate-y: -50%;
  }

  .xl\:-translate-y-55p {
    --tw-translate-y: -55%;
  }

  .xl\:-translate-y-60p {
    --tw-translate-y: -60%;
  }

  .xl\:-translate-y-65p {
    --tw-translate-y: -65%;
  }

  .xl\:-translate-y-70p {
    --tw-translate-y: -70%;
  }

  .xl\:-translate-y-75p {
    --tw-translate-y: -75%;
  }

  .xl\:-translate-y-80p {
    --tw-translate-y: -80%;
  }

  .xl\:-translate-y-85p {
    --tw-translate-y: -85%;
  }

  .xl\:-translate-y-90p {
    --tw-translate-y: -90%;
  }

  .xl\:-translate-y-95p {
    --tw-translate-y: -95%;
  }

  .xl\:-translate-y-100p {
    --tw-translate-y: -100%;
  }

  .xl\:-translate-y-66\.5p {
    --tw-translate-y: -66.5%;
  }

  .xl\:-translate-y-67\.5p {
    --tw-translate-y: -67.5%;
  }

  .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-3:hover {
    --tw-translate-x: 3px;
  }

  .xl\:hover\:translate-x-5:hover {
    --tw-translate-x: 5px;
  }

  .xl\:hover\:translate-x-8:hover {
    --tw-translate-x: 8px;
  }

  .xl\:hover\:translate-x-10:hover {
    --tw-translate-x: 10px;
  }

  .xl\:hover\:translate-x-12:hover {
    --tw-translate-x: 12px;
  }

  .xl\:hover\:translate-x-14:hover {
    --tw-translate-x: 14px;
  }

  .xl\:hover\:translate-x-15:hover {
    --tw-translate-x: 15px;
  }

  .xl\:hover\:translate-x-16:hover {
    --tw-translate-x: 16px;
  }

  .xl\:hover\:translate-x-20:hover {
    --tw-translate-x: 20px;
  }

  .xl\:hover\:translate-x-24:hover {
    --tw-translate-x: 24px;
  }

  .xl\:hover\:translate-x-28:hover {
    --tw-translate-x: 28px;
  }

  .xl\:hover\:translate-x-29:hover {
    --tw-translate-x: 29px;
  }

  .xl\:hover\:translate-x-30:hover {
    --tw-translate-x: 30px;
  }

  .xl\:hover\:translate-x-32:hover {
    --tw-translate-x: 32px;
  }

  .xl\:hover\:translate-x-35:hover {
    --tw-translate-x: 35px;
  }

  .xl\:hover\:translate-x-36:hover {
    --tw-translate-x: 36px;
  }

  .xl\:hover\:translate-x-37:hover {
    --tw-translate-x: 37px;
  }

  .xl\:hover\:translate-x-39:hover {
    --tw-translate-x: 39px;
  }

  .xl\:hover\:translate-x-40:hover {
    --tw-translate-x: 40px;
  }

  .xl\:hover\:translate-x-47:hover {
    --tw-translate-x: 47px;
  }

  .xl\:hover\:translate-x-50:hover {
    --tw-translate-x: 50px;
  }

  .xl\:hover\:translate-x-56:hover {
    --tw-translate-x: 56px;
  }

  .xl\:hover\:translate-x-64:hover {
    --tw-translate-x: 64px;
  }

  .xl\:hover\:translate-x-70:hover {
    --tw-translate-x: 70px;
  }

  .xl\:hover\:translate-x-72:hover {
    --tw-translate-x: 72px;
  }

  .xl\:hover\:translate-x-75:hover {
    --tw-translate-x: 75px;
  }

  .xl\:hover\:translate-x-80:hover {
    --tw-translate-x: 80px;
  }

  .xl\:hover\:translate-x-83:hover {
    --tw-translate-x: 83px;
  }

  .xl\:hover\:translate-x-100:hover {
    --tw-translate-x: 100px;
  }

  .xl\:hover\:translate-x-118:hover {
    --tw-translate-x: 118px;
  }

  .xl\:hover\:translate-x-130:hover {
    --tw-translate-x: 130px;
  }

  .xl\:hover\:translate-x-150:hover {
    --tw-translate-x: 150px;
  }

  .xl\:hover\:translate-x-180:hover {
    --tw-translate-x: 180px;
  }

  .xl\:hover\:translate-x-213:hover {
    --tw-translate-x: 213px;
  }

  .xl\:hover\:translate-x-225:hover {
    --tw-translate-x: 225px;
  }

  .xl\:hover\:translate-x-250:hover {
    --tw-translate-x: 250px;
  }

  .xl\:hover\:translate-x-300:hover {
    --tw-translate-x: 300px;
  }

  .xl\:hover\:translate-x-320:hover {
    --tw-translate-x: 320px;
  }

  .xl\:hover\:translate-x-345:hover {
    --tw-translate-x: 345px;
  }

  .xl\:hover\:translate-x-485:hover {
    --tw-translate-x: 485px;
  }

  .xl\:hover\:translate-x-px:hover {
    --tw-translate-x: 1px;
  }

  .xl\:hover\:-translate-x-135:hover {
    --tw-translate-x: -135px;
  }

  .xl\:hover\:translate-x-0p:hover {
    --tw-translate-x: 0%;
  }

  .xl\:hover\:translate-x-5p:hover {
    --tw-translate-x: 5%;
  }

  .xl\:hover\:translate-x-10p:hover {
    --tw-translate-x: 10%;
  }

  .xl\:hover\:translate-x-15p:hover {
    --tw-translate-x: 15%;
  }

  .xl\:hover\:translate-x-20p:hover {
    --tw-translate-x: 20%;
  }

  .xl\:hover\:translate-x-25p:hover {
    --tw-translate-x: 25%;
  }

  .xl\:hover\:translate-x-30p:hover {
    --tw-translate-x: 30%;
  }

  .xl\:hover\:translate-x-35p:hover {
    --tw-translate-x: 35%;
  }

  .xl\:hover\:translate-x-40p:hover {
    --tw-translate-x: 40%;
  }

  .xl\:hover\:translate-x-45p:hover {
    --tw-translate-x: 45%;
  }

  .xl\:hover\:translate-x-50p:hover {
    --tw-translate-x: 50%;
  }

  .xl\:hover\:translate-x-55p:hover {
    --tw-translate-x: 55%;
  }

  .xl\:hover\:translate-x-60p:hover {
    --tw-translate-x: 60%;
  }

  .xl\:hover\:translate-x-65p:hover {
    --tw-translate-x: 65%;
  }

  .xl\:hover\:translate-x-70p:hover {
    --tw-translate-x: 70%;
  }

  .xl\:hover\:translate-x-75p:hover {
    --tw-translate-x: 75%;
  }

  .xl\:hover\:translate-x-80p:hover {
    --tw-translate-x: 80%;
  }

  .xl\:hover\:translate-x-85p:hover {
    --tw-translate-x: 85%;
  }

  .xl\:hover\:translate-x-90p:hover {
    --tw-translate-x: 90%;
  }

  .xl\:hover\:translate-x-95p:hover {
    --tw-translate-x: 95%;
  }

  .xl\:hover\:translate-x-100p:hover {
    --tw-translate-x: 100%;
  }

  .xl\:hover\:translate-x-66\.5p:hover {
    --tw-translate-x: 66.5%;
  }

  .xl\:hover\:translate-x-67\.5p:hover {
    --tw-translate-x: 67.5%;
  }

  .xl\:hover\:-translate-x-0:hover {
    --tw-translate-x: 0px;
  }

  .xl\:hover\:-translate-x-3:hover {
    --tw-translate-x: -3px;
  }

  .xl\:hover\:-translate-x-5:hover {
    --tw-translate-x: -5px;
  }

  .xl\:hover\:-translate-x-8:hover {
    --tw-translate-x: -8px;
  }

  .xl\:hover\:-translate-x-10:hover {
    --tw-translate-x: -10px;
  }

  .xl\:hover\:-translate-x-12:hover {
    --tw-translate-x: -12px;
  }

  .xl\:hover\:-translate-x-14:hover {
    --tw-translate-x: -14px;
  }

  .xl\:hover\:-translate-x-15:hover {
    --tw-translate-x: -15px;
  }

  .xl\:hover\:-translate-x-16:hover {
    --tw-translate-x: -16px;
  }

  .xl\:hover\:-translate-x-20:hover {
    --tw-translate-x: -20px;
  }

  .xl\:hover\:-translate-x-24:hover {
    --tw-translate-x: -24px;
  }

  .xl\:hover\:-translate-x-28:hover {
    --tw-translate-x: -28px;
  }

  .xl\:hover\:-translate-x-29:hover {
    --tw-translate-x: -29px;
  }

  .xl\:hover\:-translate-x-30:hover {
    --tw-translate-x: -30px;
  }

  .xl\:hover\:-translate-x-32:hover {
    --tw-translate-x: -32px;
  }

  .xl\:hover\:-translate-x-35:hover {
    --tw-translate-x: -35px;
  }

  .xl\:hover\:-translate-x-36:hover {
    --tw-translate-x: -36px;
  }

  .xl\:hover\:-translate-x-37:hover {
    --tw-translate-x: -37px;
  }

  .xl\:hover\:-translate-x-39:hover {
    --tw-translate-x: -39px;
  }

  .xl\:hover\:-translate-x-40:hover {
    --tw-translate-x: -40px;
  }

  .xl\:hover\:-translate-x-47:hover {
    --tw-translate-x: -47px;
  }

  .xl\:hover\:-translate-x-50:hover {
    --tw-translate-x: -50px;
  }

  .xl\:hover\:-translate-x-56:hover {
    --tw-translate-x: -56px;
  }

  .xl\:hover\:-translate-x-64:hover {
    --tw-translate-x: -64px;
  }

  .xl\:hover\:-translate-x-70:hover {
    --tw-translate-x: -70px;
  }

  .xl\:hover\:-translate-x-72:hover {
    --tw-translate-x: -72px;
  }

  .xl\:hover\:-translate-x-75:hover {
    --tw-translate-x: -75px;
  }

  .xl\:hover\:-translate-x-80:hover {
    --tw-translate-x: -80px;
  }

  .xl\:hover\:-translate-x-83:hover {
    --tw-translate-x: -83px;
  }

  .xl\:hover\:-translate-x-100:hover {
    --tw-translate-x: -100px;
  }

  .xl\:hover\:-translate-x-118:hover {
    --tw-translate-x: -118px;
  }

  .xl\:hover\:-translate-x-130:hover {
    --tw-translate-x: -130px;
  }

  .xl\:hover\:-translate-x-150:hover {
    --tw-translate-x: -150px;
  }

  .xl\:hover\:-translate-x-180:hover {
    --tw-translate-x: -180px;
  }

  .xl\:hover\:-translate-x-213:hover {
    --tw-translate-x: -213px;
  }

  .xl\:hover\:-translate-x-225:hover {
    --tw-translate-x: -225px;
  }

  .xl\:hover\:-translate-x-250:hover {
    --tw-translate-x: -250px;
  }

  .xl\:hover\:-translate-x-300:hover {
    --tw-translate-x: -300px;
  }

  .xl\:hover\:-translate-x-320:hover {
    --tw-translate-x: -320px;
  }

  .xl\:hover\:-translate-x-345:hover {
    --tw-translate-x: -345px;
  }

  .xl\:hover\:-translate-x-485:hover {
    --tw-translate-x: -485px;
  }

  .xl\:hover\:-translate-x-px:hover {
    --tw-translate-x: -1px;
  }

  .xl\:hover\:-translate-x--135:hover {
    --tw-translate-x: 135px;
  }

  .xl\:hover\:-translate-x-0p:hover {
    --tw-translate-x: 0%;
  }

  .xl\:hover\:-translate-x-5p:hover {
    --tw-translate-x: -5%;
  }

  .xl\:hover\:-translate-x-10p:hover {
    --tw-translate-x: -10%;
  }

  .xl\:hover\:-translate-x-15p:hover {
    --tw-translate-x: -15%;
  }

  .xl\:hover\:-translate-x-20p:hover {
    --tw-translate-x: -20%;
  }

  .xl\:hover\:-translate-x-25p:hover {
    --tw-translate-x: -25%;
  }

  .xl\:hover\:-translate-x-30p:hover {
    --tw-translate-x: -30%;
  }

  .xl\:hover\:-translate-x-35p:hover {
    --tw-translate-x: -35%;
  }

  .xl\:hover\:-translate-x-40p:hover {
    --tw-translate-x: -40%;
  }

  .xl\:hover\:-translate-x-45p:hover {
    --tw-translate-x: -45%;
  }

  .xl\:hover\:-translate-x-50p:hover {
    --tw-translate-x: -50%;
  }

  .xl\:hover\:-translate-x-55p:hover {
    --tw-translate-x: -55%;
  }

  .xl\:hover\:-translate-x-60p:hover {
    --tw-translate-x: -60%;
  }

  .xl\:hover\:-translate-x-65p:hover {
    --tw-translate-x: -65%;
  }

  .xl\:hover\:-translate-x-70p:hover {
    --tw-translate-x: -70%;
  }

  .xl\:hover\:-translate-x-75p:hover {
    --tw-translate-x: -75%;
  }

  .xl\:hover\:-translate-x-80p:hover {
    --tw-translate-x: -80%;
  }

  .xl\:hover\:-translate-x-85p:hover {
    --tw-translate-x: -85%;
  }

  .xl\:hover\:-translate-x-90p:hover {
    --tw-translate-x: -90%;
  }

  .xl\:hover\:-translate-x-95p:hover {
    --tw-translate-x: -95%;
  }

  .xl\:hover\:-translate-x-100p:hover {
    --tw-translate-x: -100%;
  }

  .xl\:hover\:-translate-x-66\.5p:hover {
    --tw-translate-x: -66.5%;
  }

  .xl\:hover\:-translate-x-67\.5p:hover {
    --tw-translate-x: -67.5%;
  }

  .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-3:hover {
    --tw-translate-y: 3px;
  }

  .xl\:hover\:translate-y-5:hover {
    --tw-translate-y: 5px;
  }

  .xl\:hover\:translate-y-8:hover {
    --tw-translate-y: 8px;
  }

  .xl\:hover\:translate-y-10:hover {
    --tw-translate-y: 10px;
  }

  .xl\:hover\:translate-y-12:hover {
    --tw-translate-y: 12px;
  }

  .xl\:hover\:translate-y-14:hover {
    --tw-translate-y: 14px;
  }

  .xl\:hover\:translate-y-15:hover {
    --tw-translate-y: 15px;
  }

  .xl\:hover\:translate-y-16:hover {
    --tw-translate-y: 16px;
  }

  .xl\:hover\:translate-y-20:hover {
    --tw-translate-y: 20px;
  }

  .xl\:hover\:translate-y-24:hover {
    --tw-translate-y: 24px;
  }

  .xl\:hover\:translate-y-28:hover {
    --tw-translate-y: 28px;
  }

  .xl\:hover\:translate-y-29:hover {
    --tw-translate-y: 29px;
  }

  .xl\:hover\:translate-y-30:hover {
    --tw-translate-y: 30px;
  }

  .xl\:hover\:translate-y-32:hover {
    --tw-translate-y: 32px;
  }

  .xl\:hover\:translate-y-35:hover {
    --tw-translate-y: 35px;
  }

  .xl\:hover\:translate-y-36:hover {
    --tw-translate-y: 36px;
  }

  .xl\:hover\:translate-y-37:hover {
    --tw-translate-y: 37px;
  }

  .xl\:hover\:translate-y-39:hover {
    --tw-translate-y: 39px;
  }

  .xl\:hover\:translate-y-40:hover {
    --tw-translate-y: 40px;
  }

  .xl\:hover\:translate-y-47:hover {
    --tw-translate-y: 47px;
  }

  .xl\:hover\:translate-y-50:hover {
    --tw-translate-y: 50px;
  }

  .xl\:hover\:translate-y-56:hover {
    --tw-translate-y: 56px;
  }

  .xl\:hover\:translate-y-64:hover {
    --tw-translate-y: 64px;
  }

  .xl\:hover\:translate-y-70:hover {
    --tw-translate-y: 70px;
  }

  .xl\:hover\:translate-y-72:hover {
    --tw-translate-y: 72px;
  }

  .xl\:hover\:translate-y-75:hover {
    --tw-translate-y: 75px;
  }

  .xl\:hover\:translate-y-80:hover {
    --tw-translate-y: 80px;
  }

  .xl\:hover\:translate-y-83:hover {
    --tw-translate-y: 83px;
  }

  .xl\:hover\:translate-y-100:hover {
    --tw-translate-y: 100px;
  }

  .xl\:hover\:translate-y-118:hover {
    --tw-translate-y: 118px;
  }

  .xl\:hover\:translate-y-130:hover {
    --tw-translate-y: 130px;
  }

  .xl\:hover\:translate-y-150:hover {
    --tw-translate-y: 150px;
  }

  .xl\:hover\:translate-y-180:hover {
    --tw-translate-y: 180px;
  }

  .xl\:hover\:translate-y-213:hover {
    --tw-translate-y: 213px;
  }

  .xl\:hover\:translate-y-225:hover {
    --tw-translate-y: 225px;
  }

  .xl\:hover\:translate-y-250:hover {
    --tw-translate-y: 250px;
  }

  .xl\:hover\:translate-y-300:hover {
    --tw-translate-y: 300px;
  }

  .xl\:hover\:translate-y-320:hover {
    --tw-translate-y: 320px;
  }

  .xl\:hover\:translate-y-345:hover {
    --tw-translate-y: 345px;
  }

  .xl\:hover\:translate-y-485:hover {
    --tw-translate-y: 485px;
  }

  .xl\:hover\:translate-y-px:hover {
    --tw-translate-y: 1px;
  }

  .xl\:hover\:-translate-y-135:hover {
    --tw-translate-y: -135px;
  }

  .xl\:hover\:translate-y-0p:hover {
    --tw-translate-y: 0%;
  }

  .xl\:hover\:translate-y-5p:hover {
    --tw-translate-y: 5%;
  }

  .xl\:hover\:translate-y-10p:hover {
    --tw-translate-y: 10%;
  }

  .xl\:hover\:translate-y-15p:hover {
    --tw-translate-y: 15%;
  }

  .xl\:hover\:translate-y-20p:hover {
    --tw-translate-y: 20%;
  }

  .xl\:hover\:translate-y-25p:hover {
    --tw-translate-y: 25%;
  }

  .xl\:hover\:translate-y-30p:hover {
    --tw-translate-y: 30%;
  }

  .xl\:hover\:translate-y-35p:hover {
    --tw-translate-y: 35%;
  }

  .xl\:hover\:translate-y-40p:hover {
    --tw-translate-y: 40%;
  }

  .xl\:hover\:translate-y-45p:hover {
    --tw-translate-y: 45%;
  }

  .xl\:hover\:translate-y-50p:hover {
    --tw-translate-y: 50%;
  }

  .xl\:hover\:translate-y-55p:hover {
    --tw-translate-y: 55%;
  }

  .xl\:hover\:translate-y-60p:hover {
    --tw-translate-y: 60%;
  }

  .xl\:hover\:translate-y-65p:hover {
    --tw-translate-y: 65%;
  }

  .xl\:hover\:translate-y-70p:hover {
    --tw-translate-y: 70%;
  }

  .xl\:hover\:translate-y-75p:hover {
    --tw-translate-y: 75%;
  }

  .xl\:hover\:translate-y-80p:hover {
    --tw-translate-y: 80%;
  }

  .xl\:hover\:translate-y-85p:hover {
    --tw-translate-y: 85%;
  }

  .xl\:hover\:translate-y-90p:hover {
    --tw-translate-y: 90%;
  }

  .xl\:hover\:translate-y-95p:hover {
    --tw-translate-y: 95%;
  }

  .xl\:hover\:translate-y-100p:hover {
    --tw-translate-y: 100%;
  }

  .xl\:hover\:translate-y-66\.5p:hover {
    --tw-translate-y: 66.5%;
  }

  .xl\:hover\:translate-y-67\.5p:hover {
    --tw-translate-y: 67.5%;
  }

  .xl\:hover\:-translate-y-0:hover {
    --tw-translate-y: 0px;
  }

  .xl\:hover\:-translate-y-3:hover {
    --tw-translate-y: -3px;
  }

  .xl\:hover\:-translate-y-5:hover {
    --tw-translate-y: -5px;
  }

  .xl\:hover\:-translate-y-8:hover {
    --tw-translate-y: -8px;
  }

  .xl\:hover\:-translate-y-10:hover {
    --tw-translate-y: -10px;
  }

  .xl\:hover\:-translate-y-12:hover {
    --tw-translate-y: -12px;
  }

  .xl\:hover\:-translate-y-14:hover {
    --tw-translate-y: -14px;
  }

  .xl\:hover\:-translate-y-15:hover {
    --tw-translate-y: -15px;
  }

  .xl\:hover\:-translate-y-16:hover {
    --tw-translate-y: -16px;
  }

  .xl\:hover\:-translate-y-20:hover {
    --tw-translate-y: -20px;
  }

  .xl\:hover\:-translate-y-24:hover {
    --tw-translate-y: -24px;
  }

  .xl\:hover\:-translate-y-28:hover {
    --tw-translate-y: -28px;
  }

  .xl\:hover\:-translate-y-29:hover {
    --tw-translate-y: -29px;
  }

  .xl\:hover\:-translate-y-30:hover {
    --tw-translate-y: -30px;
  }

  .xl\:hover\:-translate-y-32:hover {
    --tw-translate-y: -32px;
  }

  .xl\:hover\:-translate-y-35:hover {
    --tw-translate-y: -35px;
  }

  .xl\:hover\:-translate-y-36:hover {
    --tw-translate-y: -36px;
  }

  .xl\:hover\:-translate-y-37:hover {
    --tw-translate-y: -37px;
  }

  .xl\:hover\:-translate-y-39:hover {
    --tw-translate-y: -39px;
  }

  .xl\:hover\:-translate-y-40:hover {
    --tw-translate-y: -40px;
  }

  .xl\:hover\:-translate-y-47:hover {
    --tw-translate-y: -47px;
  }

  .xl\:hover\:-translate-y-50:hover {
    --tw-translate-y: -50px;
  }

  .xl\:hover\:-translate-y-56:hover {
    --tw-translate-y: -56px;
  }

  .xl\:hover\:-translate-y-64:hover {
    --tw-translate-y: -64px;
  }

  .xl\:hover\:-translate-y-70:hover {
    --tw-translate-y: -70px;
  }

  .xl\:hover\:-translate-y-72:hover {
    --tw-translate-y: -72px;
  }

  .xl\:hover\:-translate-y-75:hover {
    --tw-translate-y: -75px;
  }

  .xl\:hover\:-translate-y-80:hover {
    --tw-translate-y: -80px;
  }

  .xl\:hover\:-translate-y-83:hover {
    --tw-translate-y: -83px;
  }

  .xl\:hover\:-translate-y-100:hover {
    --tw-translate-y: -100px;
  }

  .xl\:hover\:-translate-y-118:hover {
    --tw-translate-y: -118px;
  }

  .xl\:hover\:-translate-y-130:hover {
    --tw-translate-y: -130px;
  }

  .xl\:hover\:-translate-y-150:hover {
    --tw-translate-y: -150px;
  }

  .xl\:hover\:-translate-y-180:hover {
    --tw-translate-y: -180px;
  }

  .xl\:hover\:-translate-y-213:hover {
    --tw-translate-y: -213px;
  }

  .xl\:hover\:-translate-y-225:hover {
    --tw-translate-y: -225px;
  }

  .xl\:hover\:-translate-y-250:hover {
    --tw-translate-y: -250px;
  }

  .xl\:hover\:-translate-y-300:hover {
    --tw-translate-y: -300px;
  }

  .xl\:hover\:-translate-y-320:hover {
    --tw-translate-y: -320px;
  }

  .xl\:hover\:-translate-y-345:hover {
    --tw-translate-y: -345px;
  }

  .xl\:hover\:-translate-y-485:hover {
    --tw-translate-y: -485px;
  }

  .xl\:hover\:-translate-y-px:hover {
    --tw-translate-y: -1px;
  }

  .xl\:hover\:-translate-y--135:hover {
    --tw-translate-y: 135px;
  }

  .xl\:hover\:-translate-y-0p:hover {
    --tw-translate-y: 0%;
  }

  .xl\:hover\:-translate-y-5p:hover {
    --tw-translate-y: -5%;
  }

  .xl\:hover\:-translate-y-10p:hover {
    --tw-translate-y: -10%;
  }

  .xl\:hover\:-translate-y-15p:hover {
    --tw-translate-y: -15%;
  }

  .xl\:hover\:-translate-y-20p:hover {
    --tw-translate-y: -20%;
  }

  .xl\:hover\:-translate-y-25p:hover {
    --tw-translate-y: -25%;
  }

  .xl\:hover\:-translate-y-30p:hover {
    --tw-translate-y: -30%;
  }

  .xl\:hover\:-translate-y-35p:hover {
    --tw-translate-y: -35%;
  }

  .xl\:hover\:-translate-y-40p:hover {
    --tw-translate-y: -40%;
  }

  .xl\:hover\:-translate-y-45p:hover {
    --tw-translate-y: -45%;
  }

  .xl\:hover\:-translate-y-50p:hover {
    --tw-translate-y: -50%;
  }

  .xl\:hover\:-translate-y-55p:hover {
    --tw-translate-y: -55%;
  }

  .xl\:hover\:-translate-y-60p:hover {
    --tw-translate-y: -60%;
  }

  .xl\:hover\:-translate-y-65p:hover {
    --tw-translate-y: -65%;
  }

  .xl\:hover\:-translate-y-70p:hover {
    --tw-translate-y: -70%;
  }

  .xl\:hover\:-translate-y-75p:hover {
    --tw-translate-y: -75%;
  }

  .xl\:hover\:-translate-y-80p:hover {
    --tw-translate-y: -80%;
  }

  .xl\:hover\:-translate-y-85p:hover {
    --tw-translate-y: -85%;
  }

  .xl\:hover\:-translate-y-90p:hover {
    --tw-translate-y: -90%;
  }

  .xl\:hover\:-translate-y-95p:hover {
    --tw-translate-y: -95%;
  }

  .xl\:hover\:-translate-y-100p:hover {
    --tw-translate-y: -100%;
  }

  .xl\:hover\:-translate-y-66\.5p:hover {
    --tw-translate-y: -66.5%;
  }

  .xl\:hover\:-translate-y-67\.5p:hover {
    --tw-translate-y: -67.5%;
  }

  .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-3:focus {
    --tw-translate-x: 3px;
  }

  .xl\:focus\:translate-x-5:focus {
    --tw-translate-x: 5px;
  }

  .xl\:focus\:translate-x-8:focus {
    --tw-translate-x: 8px;
  }

  .xl\:focus\:translate-x-10:focus {
    --tw-translate-x: 10px;
  }

  .xl\:focus\:translate-x-12:focus {
    --tw-translate-x: 12px;
  }

  .xl\:focus\:translate-x-14:focus {
    --tw-translate-x: 14px;
  }

  .xl\:focus\:translate-x-15:focus {
    --tw-translate-x: 15px;
  }

  .xl\:focus\:translate-x-16:focus {
    --tw-translate-x: 16px;
  }

  .xl\:focus\:translate-x-20:focus {
    --tw-translate-x: 20px;
  }

  .xl\:focus\:translate-x-24:focus {
    --tw-translate-x: 24px;
  }

  .xl\:focus\:translate-x-28:focus {
    --tw-translate-x: 28px;
  }

  .xl\:focus\:translate-x-29:focus {
    --tw-translate-x: 29px;
  }

  .xl\:focus\:translate-x-30:focus {
    --tw-translate-x: 30px;
  }

  .xl\:focus\:translate-x-32:focus {
    --tw-translate-x: 32px;
  }

  .xl\:focus\:translate-x-35:focus {
    --tw-translate-x: 35px;
  }

  .xl\:focus\:translate-x-36:focus {
    --tw-translate-x: 36px;
  }

  .xl\:focus\:translate-x-37:focus {
    --tw-translate-x: 37px;
  }

  .xl\:focus\:translate-x-39:focus {
    --tw-translate-x: 39px;
  }

  .xl\:focus\:translate-x-40:focus {
    --tw-translate-x: 40px;
  }

  .xl\:focus\:translate-x-47:focus {
    --tw-translate-x: 47px;
  }

  .xl\:focus\:translate-x-50:focus {
    --tw-translate-x: 50px;
  }

  .xl\:focus\:translate-x-56:focus {
    --tw-translate-x: 56px;
  }

  .xl\:focus\:translate-x-64:focus {
    --tw-translate-x: 64px;
  }

  .xl\:focus\:translate-x-70:focus {
    --tw-translate-x: 70px;
  }

  .xl\:focus\:translate-x-72:focus {
    --tw-translate-x: 72px;
  }

  .xl\:focus\:translate-x-75:focus {
    --tw-translate-x: 75px;
  }

  .xl\:focus\:translate-x-80:focus {
    --tw-translate-x: 80px;
  }

  .xl\:focus\:translate-x-83:focus {
    --tw-translate-x: 83px;
  }

  .xl\:focus\:translate-x-100:focus {
    --tw-translate-x: 100px;
  }

  .xl\:focus\:translate-x-118:focus {
    --tw-translate-x: 118px;
  }

  .xl\:focus\:translate-x-130:focus {
    --tw-translate-x: 130px;
  }

  .xl\:focus\:translate-x-150:focus {
    --tw-translate-x: 150px;
  }

  .xl\:focus\:translate-x-180:focus {
    --tw-translate-x: 180px;
  }

  .xl\:focus\:translate-x-213:focus {
    --tw-translate-x: 213px;
  }

  .xl\:focus\:translate-x-225:focus {
    --tw-translate-x: 225px;
  }

  .xl\:focus\:translate-x-250:focus {
    --tw-translate-x: 250px;
  }

  .xl\:focus\:translate-x-300:focus {
    --tw-translate-x: 300px;
  }

  .xl\:focus\:translate-x-320:focus {
    --tw-translate-x: 320px;
  }

  .xl\:focus\:translate-x-345:focus {
    --tw-translate-x: 345px;
  }

  .xl\:focus\:translate-x-485:focus {
    --tw-translate-x: 485px;
  }

  .xl\:focus\:translate-x-px:focus {
    --tw-translate-x: 1px;
  }

  .xl\:focus\:-translate-x-135:focus {
    --tw-translate-x: -135px;
  }

  .xl\:focus\:translate-x-0p:focus {
    --tw-translate-x: 0%;
  }

  .xl\:focus\:translate-x-5p:focus {
    --tw-translate-x: 5%;
  }

  .xl\:focus\:translate-x-10p:focus {
    --tw-translate-x: 10%;
  }

  .xl\:focus\:translate-x-15p:focus {
    --tw-translate-x: 15%;
  }

  .xl\:focus\:translate-x-20p:focus {
    --tw-translate-x: 20%;
  }

  .xl\:focus\:translate-x-25p:focus {
    --tw-translate-x: 25%;
  }

  .xl\:focus\:translate-x-30p:focus {
    --tw-translate-x: 30%;
  }

  .xl\:focus\:translate-x-35p:focus {
    --tw-translate-x: 35%;
  }

  .xl\:focus\:translate-x-40p:focus {
    --tw-translate-x: 40%;
  }

  .xl\:focus\:translate-x-45p:focus {
    --tw-translate-x: 45%;
  }

  .xl\:focus\:translate-x-50p:focus {
    --tw-translate-x: 50%;
  }

  .xl\:focus\:translate-x-55p:focus {
    --tw-translate-x: 55%;
  }

  .xl\:focus\:translate-x-60p:focus {
    --tw-translate-x: 60%;
  }

  .xl\:focus\:translate-x-65p:focus {
    --tw-translate-x: 65%;
  }

  .xl\:focus\:translate-x-70p:focus {
    --tw-translate-x: 70%;
  }

  .xl\:focus\:translate-x-75p:focus {
    --tw-translate-x: 75%;
  }

  .xl\:focus\:translate-x-80p:focus {
    --tw-translate-x: 80%;
  }

  .xl\:focus\:translate-x-85p:focus {
    --tw-translate-x: 85%;
  }

  .xl\:focus\:translate-x-90p:focus {
    --tw-translate-x: 90%;
  }

  .xl\:focus\:translate-x-95p:focus {
    --tw-translate-x: 95%;
  }

  .xl\:focus\:translate-x-100p:focus {
    --tw-translate-x: 100%;
  }

  .xl\:focus\:translate-x-66\.5p:focus {
    --tw-translate-x: 66.5%;
  }

  .xl\:focus\:translate-x-67\.5p:focus {
    --tw-translate-x: 67.5%;
  }

  .xl\:focus\:-translate-x-0:focus {
    --tw-translate-x: 0px;
  }

  .xl\:focus\:-translate-x-3:focus {
    --tw-translate-x: -3px;
  }

  .xl\:focus\:-translate-x-5:focus {
    --tw-translate-x: -5px;
  }

  .xl\:focus\:-translate-x-8:focus {
    --tw-translate-x: -8px;
  }

  .xl\:focus\:-translate-x-10:focus {
    --tw-translate-x: -10px;
  }

  .xl\:focus\:-translate-x-12:focus {
    --tw-translate-x: -12px;
  }

  .xl\:focus\:-translate-x-14:focus {
    --tw-translate-x: -14px;
  }

  .xl\:focus\:-translate-x-15:focus {
    --tw-translate-x: -15px;
  }

  .xl\:focus\:-translate-x-16:focus {
    --tw-translate-x: -16px;
  }

  .xl\:focus\:-translate-x-20:focus {
    --tw-translate-x: -20px;
  }

  .xl\:focus\:-translate-x-24:focus {
    --tw-translate-x: -24px;
  }

  .xl\:focus\:-translate-x-28:focus {
    --tw-translate-x: -28px;
  }

  .xl\:focus\:-translate-x-29:focus {
    --tw-translate-x: -29px;
  }

  .xl\:focus\:-translate-x-30:focus {
    --tw-translate-x: -30px;
  }

  .xl\:focus\:-translate-x-32:focus {
    --tw-translate-x: -32px;
  }

  .xl\:focus\:-translate-x-35:focus {
    --tw-translate-x: -35px;
  }

  .xl\:focus\:-translate-x-36:focus {
    --tw-translate-x: -36px;
  }

  .xl\:focus\:-translate-x-37:focus {
    --tw-translate-x: -37px;
  }

  .xl\:focus\:-translate-x-39:focus {
    --tw-translate-x: -39px;
  }

  .xl\:focus\:-translate-x-40:focus {
    --tw-translate-x: -40px;
  }

  .xl\:focus\:-translate-x-47:focus {
    --tw-translate-x: -47px;
  }

  .xl\:focus\:-translate-x-50:focus {
    --tw-translate-x: -50px;
  }

  .xl\:focus\:-translate-x-56:focus {
    --tw-translate-x: -56px;
  }

  .xl\:focus\:-translate-x-64:focus {
    --tw-translate-x: -64px;
  }

  .xl\:focus\:-translate-x-70:focus {
    --tw-translate-x: -70px;
  }

  .xl\:focus\:-translate-x-72:focus {
    --tw-translate-x: -72px;
  }

  .xl\:focus\:-translate-x-75:focus {
    --tw-translate-x: -75px;
  }

  .xl\:focus\:-translate-x-80:focus {
    --tw-translate-x: -80px;
  }

  .xl\:focus\:-translate-x-83:focus {
    --tw-translate-x: -83px;
  }

  .xl\:focus\:-translate-x-100:focus {
    --tw-translate-x: -100px;
  }

  .xl\:focus\:-translate-x-118:focus {
    --tw-translate-x: -118px;
  }

  .xl\:focus\:-translate-x-130:focus {
    --tw-translate-x: -130px;
  }

  .xl\:focus\:-translate-x-150:focus {
    --tw-translate-x: -150px;
  }

  .xl\:focus\:-translate-x-180:focus {
    --tw-translate-x: -180px;
  }

  .xl\:focus\:-translate-x-213:focus {
    --tw-translate-x: -213px;
  }

  .xl\:focus\:-translate-x-225:focus {
    --tw-translate-x: -225px;
  }

  .xl\:focus\:-translate-x-250:focus {
    --tw-translate-x: -250px;
  }

  .xl\:focus\:-translate-x-300:focus {
    --tw-translate-x: -300px;
  }

  .xl\:focus\:-translate-x-320:focus {
    --tw-translate-x: -320px;
  }

  .xl\:focus\:-translate-x-345:focus {
    --tw-translate-x: -345px;
  }

  .xl\:focus\:-translate-x-485:focus {
    --tw-translate-x: -485px;
  }

  .xl\:focus\:-translate-x-px:focus {
    --tw-translate-x: -1px;
  }

  .xl\:focus\:-translate-x--135:focus {
    --tw-translate-x: 135px;
  }

  .xl\:focus\:-translate-x-0p:focus {
    --tw-translate-x: 0%;
  }

  .xl\:focus\:-translate-x-5p:focus {
    --tw-translate-x: -5%;
  }

  .xl\:focus\:-translate-x-10p:focus {
    --tw-translate-x: -10%;
  }

  .xl\:focus\:-translate-x-15p:focus {
    --tw-translate-x: -15%;
  }

  .xl\:focus\:-translate-x-20p:focus {
    --tw-translate-x: -20%;
  }

  .xl\:focus\:-translate-x-25p:focus {
    --tw-translate-x: -25%;
  }

  .xl\:focus\:-translate-x-30p:focus {
    --tw-translate-x: -30%;
  }

  .xl\:focus\:-translate-x-35p:focus {
    --tw-translate-x: -35%;
  }

  .xl\:focus\:-translate-x-40p:focus {
    --tw-translate-x: -40%;
  }

  .xl\:focus\:-translate-x-45p:focus {
    --tw-translate-x: -45%;
  }

  .xl\:focus\:-translate-x-50p:focus {
    --tw-translate-x: -50%;
  }

  .xl\:focus\:-translate-x-55p:focus {
    --tw-translate-x: -55%;
  }

  .xl\:focus\:-translate-x-60p:focus {
    --tw-translate-x: -60%;
  }

  .xl\:focus\:-translate-x-65p:focus {
    --tw-translate-x: -65%;
  }

  .xl\:focus\:-translate-x-70p:focus {
    --tw-translate-x: -70%;
  }

  .xl\:focus\:-translate-x-75p:focus {
    --tw-translate-x: -75%;
  }

  .xl\:focus\:-translate-x-80p:focus {
    --tw-translate-x: -80%;
  }

  .xl\:focus\:-translate-x-85p:focus {
    --tw-translate-x: -85%;
  }

  .xl\:focus\:-translate-x-90p:focus {
    --tw-translate-x: -90%;
  }

  .xl\:focus\:-translate-x-95p:focus {
    --tw-translate-x: -95%;
  }

  .xl\:focus\:-translate-x-100p:focus {
    --tw-translate-x: -100%;
  }

  .xl\:focus\:-translate-x-66\.5p:focus {
    --tw-translate-x: -66.5%;
  }

  .xl\:focus\:-translate-x-67\.5p:focus {
    --tw-translate-x: -67.5%;
  }

  .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-3:focus {
    --tw-translate-y: 3px;
  }

  .xl\:focus\:translate-y-5:focus {
    --tw-translate-y: 5px;
  }

  .xl\:focus\:translate-y-8:focus {
    --tw-translate-y: 8px;
  }

  .xl\:focus\:translate-y-10:focus {
    --tw-translate-y: 10px;
  }

  .xl\:focus\:translate-y-12:focus {
    --tw-translate-y: 12px;
  }

  .xl\:focus\:translate-y-14:focus {
    --tw-translate-y: 14px;
  }

  .xl\:focus\:translate-y-15:focus {
    --tw-translate-y: 15px;
  }

  .xl\:focus\:translate-y-16:focus {
    --tw-translate-y: 16px;
  }

  .xl\:focus\:translate-y-20:focus {
    --tw-translate-y: 20px;
  }

  .xl\:focus\:translate-y-24:focus {
    --tw-translate-y: 24px;
  }

  .xl\:focus\:translate-y-28:focus {
    --tw-translate-y: 28px;
  }

  .xl\:focus\:translate-y-29:focus {
    --tw-translate-y: 29px;
  }

  .xl\:focus\:translate-y-30:focus {
    --tw-translate-y: 30px;
  }

  .xl\:focus\:translate-y-32:focus {
    --tw-translate-y: 32px;
  }

  .xl\:focus\:translate-y-35:focus {
    --tw-translate-y: 35px;
  }

  .xl\:focus\:translate-y-36:focus {
    --tw-translate-y: 36px;
  }

  .xl\:focus\:translate-y-37:focus {
    --tw-translate-y: 37px;
  }

  .xl\:focus\:translate-y-39:focus {
    --tw-translate-y: 39px;
  }

  .xl\:focus\:translate-y-40:focus {
    --tw-translate-y: 40px;
  }

  .xl\:focus\:translate-y-47:focus {
    --tw-translate-y: 47px;
  }

  .xl\:focus\:translate-y-50:focus {
    --tw-translate-y: 50px;
  }

  .xl\:focus\:translate-y-56:focus {
    --tw-translate-y: 56px;
  }

  .xl\:focus\:translate-y-64:focus {
    --tw-translate-y: 64px;
  }

  .xl\:focus\:translate-y-70:focus {
    --tw-translate-y: 70px;
  }

  .xl\:focus\:translate-y-72:focus {
    --tw-translate-y: 72px;
  }

  .xl\:focus\:translate-y-75:focus {
    --tw-translate-y: 75px;
  }

  .xl\:focus\:translate-y-80:focus {
    --tw-translate-y: 80px;
  }

  .xl\:focus\:translate-y-83:focus {
    --tw-translate-y: 83px;
  }

  .xl\:focus\:translate-y-100:focus {
    --tw-translate-y: 100px;
  }

  .xl\:focus\:translate-y-118:focus {
    --tw-translate-y: 118px;
  }

  .xl\:focus\:translate-y-130:focus {
    --tw-translate-y: 130px;
  }

  .xl\:focus\:translate-y-150:focus {
    --tw-translate-y: 150px;
  }

  .xl\:focus\:translate-y-180:focus {
    --tw-translate-y: 180px;
  }

  .xl\:focus\:translate-y-213:focus {
    --tw-translate-y: 213px;
  }

  .xl\:focus\:translate-y-225:focus {
    --tw-translate-y: 225px;
  }

  .xl\:focus\:translate-y-250:focus {
    --tw-translate-y: 250px;
  }

  .xl\:focus\:translate-y-300:focus {
    --tw-translate-y: 300px;
  }

  .xl\:focus\:translate-y-320:focus {
    --tw-translate-y: 320px;
  }

  .xl\:focus\:translate-y-345:focus {
    --tw-translate-y: 345px;
  }

  .xl\:focus\:translate-y-485:focus {
    --tw-translate-y: 485px;
  }

  .xl\:focus\:translate-y-px:focus {
    --tw-translate-y: 1px;
  }

  .xl\:focus\:-translate-y-135:focus {
    --tw-translate-y: -135px;
  }

  .xl\:focus\:translate-y-0p:focus {
    --tw-translate-y: 0%;
  }

  .xl\:focus\:translate-y-5p:focus {
    --tw-translate-y: 5%;
  }

  .xl\:focus\:translate-y-10p:focus {
    --tw-translate-y: 10%;
  }

  .xl\:focus\:translate-y-15p:focus {
    --tw-translate-y: 15%;
  }

  .xl\:focus\:translate-y-20p:focus {
    --tw-translate-y: 20%;
  }

  .xl\:focus\:translate-y-25p:focus {
    --tw-translate-y: 25%;
  }

  .xl\:focus\:translate-y-30p:focus {
    --tw-translate-y: 30%;
  }

  .xl\:focus\:translate-y-35p:focus {
    --tw-translate-y: 35%;
  }

  .xl\:focus\:translate-y-40p:focus {
    --tw-translate-y: 40%;
  }

  .xl\:focus\:translate-y-45p:focus {
    --tw-translate-y: 45%;
  }

  .xl\:focus\:translate-y-50p:focus {
    --tw-translate-y: 50%;
  }

  .xl\:focus\:translate-y-55p:focus {
    --tw-translate-y: 55%;
  }

  .xl\:focus\:translate-y-60p:focus {
    --tw-translate-y: 60%;
  }

  .xl\:focus\:translate-y-65p:focus {
    --tw-translate-y: 65%;
  }

  .xl\:focus\:translate-y-70p:focus {
    --tw-translate-y: 70%;
  }

  .xl\:focus\:translate-y-75p:focus {
    --tw-translate-y: 75%;
  }

  .xl\:focus\:translate-y-80p:focus {
    --tw-translate-y: 80%;
  }

  .xl\:focus\:translate-y-85p:focus {
    --tw-translate-y: 85%;
  }

  .xl\:focus\:translate-y-90p:focus {
    --tw-translate-y: 90%;
  }

  .xl\:focus\:translate-y-95p:focus {
    --tw-translate-y: 95%;
  }

  .xl\:focus\:translate-y-100p:focus {
    --tw-translate-y: 100%;
  }

  .xl\:focus\:translate-y-66\.5p:focus {
    --tw-translate-y: 66.5%;
  }

  .xl\:focus\:translate-y-67\.5p:focus {
    --tw-translate-y: 67.5%;
  }

  .xl\:focus\:-translate-y-0:focus {
    --tw-translate-y: 0px;
  }

  .xl\:focus\:-translate-y-3:focus {
    --tw-translate-y: -3px;
  }

  .xl\:focus\:-translate-y-5:focus {
    --tw-translate-y: -5px;
  }

  .xl\:focus\:-translate-y-8:focus {
    --tw-translate-y: -8px;
  }

  .xl\:focus\:-translate-y-10:focus {
    --tw-translate-y: -10px;
  }

  .xl\:focus\:-translate-y-12:focus {
    --tw-translate-y: -12px;
  }

  .xl\:focus\:-translate-y-14:focus {
    --tw-translate-y: -14px;
  }

  .xl\:focus\:-translate-y-15:focus {
    --tw-translate-y: -15px;
  }

  .xl\:focus\:-translate-y-16:focus {
    --tw-translate-y: -16px;
  }

  .xl\:focus\:-translate-y-20:focus {
    --tw-translate-y: -20px;
  }

  .xl\:focus\:-translate-y-24:focus {
    --tw-translate-y: -24px;
  }

  .xl\:focus\:-translate-y-28:focus {
    --tw-translate-y: -28px;
  }

  .xl\:focus\:-translate-y-29:focus {
    --tw-translate-y: -29px;
  }

  .xl\:focus\:-translate-y-30:focus {
    --tw-translate-y: -30px;
  }

  .xl\:focus\:-translate-y-32:focus {
    --tw-translate-y: -32px;
  }

  .xl\:focus\:-translate-y-35:focus {
    --tw-translate-y: -35px;
  }

  .xl\:focus\:-translate-y-36:focus {
    --tw-translate-y: -36px;
  }

  .xl\:focus\:-translate-y-37:focus {
    --tw-translate-y: -37px;
  }

  .xl\:focus\:-translate-y-39:focus {
    --tw-translate-y: -39px;
  }

  .xl\:focus\:-translate-y-40:focus {
    --tw-translate-y: -40px;
  }

  .xl\:focus\:-translate-y-47:focus {
    --tw-translate-y: -47px;
  }

  .xl\:focus\:-translate-y-50:focus {
    --tw-translate-y: -50px;
  }

  .xl\:focus\:-translate-y-56:focus {
    --tw-translate-y: -56px;
  }

  .xl\:focus\:-translate-y-64:focus {
    --tw-translate-y: -64px;
  }

  .xl\:focus\:-translate-y-70:focus {
    --tw-translate-y: -70px;
  }

  .xl\:focus\:-translate-y-72:focus {
    --tw-translate-y: -72px;
  }

  .xl\:focus\:-translate-y-75:focus {
    --tw-translate-y: -75px;
  }

  .xl\:focus\:-translate-y-80:focus {
    --tw-translate-y: -80px;
  }

  .xl\:focus\:-translate-y-83:focus {
    --tw-translate-y: -83px;
  }

  .xl\:focus\:-translate-y-100:focus {
    --tw-translate-y: -100px;
  }

  .xl\:focus\:-translate-y-118:focus {
    --tw-translate-y: -118px;
  }

  .xl\:focus\:-translate-y-130:focus {
    --tw-translate-y: -130px;
  }

  .xl\:focus\:-translate-y-150:focus {
    --tw-translate-y: -150px;
  }

  .xl\:focus\:-translate-y-180:focus {
    --tw-translate-y: -180px;
  }

  .xl\:focus\:-translate-y-213:focus {
    --tw-translate-y: -213px;
  }

  .xl\:focus\:-translate-y-225:focus {
    --tw-translate-y: -225px;
  }

  .xl\:focus\:-translate-y-250:focus {
    --tw-translate-y: -250px;
  }

  .xl\:focus\:-translate-y-300:focus {
    --tw-translate-y: -300px;
  }

  .xl\:focus\:-translate-y-320:focus {
    --tw-translate-y: -320px;
  }

  .xl\:focus\:-translate-y-345:focus {
    --tw-translate-y: -345px;
  }

  .xl\:focus\:-translate-y-485:focus {
    --tw-translate-y: -485px;
  }

  .xl\:focus\:-translate-y-px:focus {
    --tw-translate-y: -1px;
  }

  .xl\:focus\:-translate-y--135:focus {
    --tw-translate-y: 135px;
  }

  .xl\:focus\:-translate-y-0p:focus {
    --tw-translate-y: 0%;
  }

  .xl\:focus\:-translate-y-5p:focus {
    --tw-translate-y: -5%;
  }

  .xl\:focus\:-translate-y-10p:focus {
    --tw-translate-y: -10%;
  }

  .xl\:focus\:-translate-y-15p:focus {
    --tw-translate-y: -15%;
  }

  .xl\:focus\:-translate-y-20p:focus {
    --tw-translate-y: -20%;
  }

  .xl\:focus\:-translate-y-25p:focus {
    --tw-translate-y: -25%;
  }

  .xl\:focus\:-translate-y-30p:focus {
    --tw-translate-y: -30%;
  }

  .xl\:focus\:-translate-y-35p:focus {
    --tw-translate-y: -35%;
  }

  .xl\:focus\:-translate-y-40p:focus {
    --tw-translate-y: -40%;
  }

  .xl\:focus\:-translate-y-45p:focus {
    --tw-translate-y: -45%;
  }

  .xl\:focus\:-translate-y-50p:focus {
    --tw-translate-y: -50%;
  }

  .xl\:focus\:-translate-y-55p:focus {
    --tw-translate-y: -55%;
  }

  .xl\:focus\:-translate-y-60p:focus {
    --tw-translate-y: -60%;
  }

  .xl\:focus\:-translate-y-65p:focus {
    --tw-translate-y: -65%;
  }

  .xl\:focus\:-translate-y-70p:focus {
    --tw-translate-y: -70%;
  }

  .xl\:focus\:-translate-y-75p:focus {
    --tw-translate-y: -75%;
  }

  .xl\:focus\:-translate-y-80p:focus {
    --tw-translate-y: -80%;
  }

  .xl\:focus\:-translate-y-85p:focus {
    --tw-translate-y: -85%;
  }

  .xl\:focus\:-translate-y-90p:focus {
    --tw-translate-y: -90%;
  }

  .xl\:focus\:-translate-y-95p:focus {
    --tw-translate-y: -95%;
  }

  .xl\:focus\:-translate-y-100p:focus {
    --tw-translate-y: -100%;
  }

  .xl\:focus\:-translate-y-66\.5p:focus {
    --tw-translate-y: -66.5%;
  }

  .xl\:focus\:-translate-y-67\.5p:focus {
    --tw-translate-y: -67.5%;
  }

  .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;
  }

  .xl\:aspect-ratio-none {
    padding-bottom: 0;
  }

  .xl\:aspect-ratio-square {
    padding-bottom: 100%;
  }

  .xl\:aspect-ratio-16\/9 {
    padding-bottom: 56.25%;
  }

  .xl\:aspect-ratio-4\/3 {
    padding-bottom: 75%;
  }

  .xl\:aspect-ratio-21\/9 {
    padding-bottom: 42.857142857142854%;
  }
}

@media (min-width: 2180px) {
  .xxl\:container {
    width: 100%;
  }

  @media (min-width: 640px) {
    .xxl\:container {
      max-width: 640px;
    }
  }

  @media (min-width: 768px) {
    .xxl\:container {
      max-width: 768px;
    }
  }

  @media (min-width: 1024px) {
    .xxl\:container {
      max-width: 1024px;
    }
  }

  @media (min-width: 1280px) {
    .xxl\:container {
      max-width: 1280px;
    }
  }

  @media (min-width: 2180px) {
    .xxl\:container {
      max-width: 2180px;
    }
  }

  .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-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(3px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3px * var(--tw-space-y-reverse));
  }

  .xxl\:space-x-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(3px * var(--tw-space-x-reverse));
    margin-left: calc(3px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxl\:space-y-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(5px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(5px * var(--tw-space-y-reverse));
  }

  .xxl\:space-x-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(5px * var(--tw-space-x-reverse));
    margin-left: calc(5px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxl\:space-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(8px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(8px * var(--tw-space-y-reverse));
  }

  .xxl\:space-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(8px * var(--tw-space-x-reverse));
    margin-left: calc(8px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxl\:space-y-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(10px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(10px * var(--tw-space-y-reverse));
  }

  .xxl\:space-x-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(10px * var(--tw-space-x-reverse));
    margin-left: calc(10px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxl\:space-y-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(12px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(12px * var(--tw-space-y-reverse));
  }

  .xxl\:space-x-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(12px * var(--tw-space-x-reverse));
    margin-left: calc(12px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxl\:space-y-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(14px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(14px * var(--tw-space-y-reverse));
  }

  .xxl\:space-x-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(14px * var(--tw-space-x-reverse));
    margin-left: calc(14px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxl\:space-y-15 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(15px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(15px * var(--tw-space-y-reverse));
  }

  .xxl\:space-x-15 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(15px * var(--tw-space-x-reverse));
    margin-left: calc(15px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxl\:space-y-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(16px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(16px * var(--tw-space-y-reverse));
  }

  .xxl\:space-x-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(16px * var(--tw-space-x-reverse));
    margin-left: calc(16px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxl\:space-y-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(20px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(20px * var(--tw-space-y-reverse));
  }

  .xxl\:space-x-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(20px * var(--tw-space-x-reverse));
    margin-left: calc(20px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxl\:space-y-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(24px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(24px * var(--tw-space-y-reverse));
  }

  .xxl\:space-x-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(24px * var(--tw-space-x-reverse));
    margin-left: calc(24px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxl\:space-y-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(28px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(28px * var(--tw-space-y-reverse));
  }

  .xxl\:space-x-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(28px * var(--tw-space-x-reverse));
    margin-left: calc(28px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxl\:space-y-29 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(29px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(29px * var(--tw-space-y-reverse));
  }

  .xxl\:space-x-29 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(29px * var(--tw-space-x-reverse));
    margin-left: calc(29px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxl\:space-y-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(30px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(30px * var(--tw-space-y-reverse));
  }

  .xxl\:space-x-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(30px * var(--tw-space-x-reverse));
    margin-left: calc(30px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxl\:space-y-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(32px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(32px * var(--tw-space-y-reverse));
  }

  .xxl\:space-x-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(32px * var(--tw-space-x-reverse));
    margin-left: calc(32px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxl\:space-y-35 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(35px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(35px * var(--tw-space-y-reverse));
  }

  .xxl\:space-x-35 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(35px * var(--tw-space-x-reverse));
    margin-left: calc(35px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxl\:space-y-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(36px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(36px * var(--tw-space-y-reverse));
  }

  .xxl\:space-x-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(36px * var(--tw-space-x-reverse));
    margin-left: calc(36px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxl\:space-y-37 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(37px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(37px * var(--tw-space-y-reverse));
  }

  .xxl\:space-x-37 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(37px * var(--tw-space-x-reverse));
    margin-left: calc(37px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxl\:space-y-39 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(39px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(39px * var(--tw-space-y-reverse));
  }

  .xxl\:space-x-39 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(39px * var(--tw-space-x-reverse));
    margin-left: calc(39px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxl\:space-y-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(40px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(40px * var(--tw-space-y-reverse));
  }

  .xxl\:space-x-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(40px * var(--tw-space-x-reverse));
    margin-left: calc(40px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxl\:space-y-47 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(47px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(47px * var(--tw-space-y-reverse));
  }

  .xxl\:space-x-47 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(47px * var(--tw-space-x-reverse));
    margin-left: calc(47px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxl\:space-y-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(50px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(50px * var(--tw-space-y-reverse));
  }

  .xxl\:space-x-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(50px * var(--tw-space-x-reverse));
    margin-left: calc(50px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxl\:space-y-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(56px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(56px * var(--tw-space-y-reverse));
  }

  .xxl\:space-x-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(56px * var(--tw-space-x-reverse));
    margin-left: calc(56px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxl\:space-y-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(64px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(64px * var(--tw-space-y-reverse));
  }

  .xxl\:space-x-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(64px * var(--tw-space-x-reverse));
    margin-left: calc(64px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxl\:space-y-70 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(70px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(70px * var(--tw-space-y-reverse));
  }

  .xxl\:space-x-70 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(70px * var(--tw-space-x-reverse));
    margin-left: calc(70px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxl\:space-y-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(72px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(72px * var(--tw-space-y-reverse));
  }

  .xxl\:space-x-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(72px * var(--tw-space-x-reverse));
    margin-left: calc(72px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxl\:space-y-75 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(75px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(75px * var(--tw-space-y-reverse));
  }

  .xxl\:space-x-75 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(75px * var(--tw-space-x-reverse));
    margin-left: calc(75px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxl\:space-y-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(80px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(80px * var(--tw-space-y-reverse));
  }

  .xxl\:space-x-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(80px * var(--tw-space-x-reverse));
    margin-left: calc(80px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxl\:space-y-83 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(83px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(83px * var(--tw-space-y-reverse));
  }

  .xxl\:space-x-83 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(83px * var(--tw-space-x-reverse));
    margin-left: calc(83px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxl\:space-y-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(100px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(100px * var(--tw-space-y-reverse));
  }

  .xxl\:space-x-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(100px * var(--tw-space-x-reverse));
    margin-left: calc(100px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxl\:space-y-118 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(118px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(118px * var(--tw-space-y-reverse));
  }

  .xxl\:space-x-118 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(118px * var(--tw-space-x-reverse));
    margin-left: calc(118px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxl\:space-y-130 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(130px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(130px * var(--tw-space-y-reverse));
  }

  .xxl\:space-x-130 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(130px * var(--tw-space-x-reverse));
    margin-left: calc(130px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxl\:space-y-150 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(150px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(150px * var(--tw-space-y-reverse));
  }

  .xxl\:space-x-150 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(150px * var(--tw-space-x-reverse));
    margin-left: calc(150px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxl\:space-y-180 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(180px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(180px * var(--tw-space-y-reverse));
  }

  .xxl\:space-x-180 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(180px * var(--tw-space-x-reverse));
    margin-left: calc(180px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxl\:space-y-213 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(213px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(213px * var(--tw-space-y-reverse));
  }

  .xxl\:space-x-213 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(213px * var(--tw-space-x-reverse));
    margin-left: calc(213px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxl\:space-y-225 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(225px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(225px * var(--tw-space-y-reverse));
  }

  .xxl\:space-x-225 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(225px * var(--tw-space-x-reverse));
    margin-left: calc(225px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxl\:space-y-250 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(250px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(250px * var(--tw-space-y-reverse));
  }

  .xxl\:space-x-250 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(250px * var(--tw-space-x-reverse));
    margin-left: calc(250px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxl\:space-y-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(300px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(300px * var(--tw-space-y-reverse));
  }

  .xxl\:space-x-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(300px * var(--tw-space-x-reverse));
    margin-left: calc(300px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxl\:space-y-320 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(320px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(320px * var(--tw-space-y-reverse));
  }

  .xxl\:space-x-320 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(320px * var(--tw-space-x-reverse));
    margin-left: calc(320px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxl\:space-y-345 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(345px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(345px * var(--tw-space-y-reverse));
  }

  .xxl\:space-x-345 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(345px * var(--tw-space-x-reverse));
    margin-left: calc(345px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxl\:space-y-485 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(485px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(485px * var(--tw-space-y-reverse));
  }

  .xxl\:space-x-485 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(485px * var(--tw-space-x-reverse));
    margin-left: calc(485px * 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-135 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-135px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-135px * var(--tw-space-y-reverse));
  }

  .xxl\:-space-x-135 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-135px * var(--tw-space-x-reverse));
    margin-left: calc(-135px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxl\:space-y-0p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0% * var(--tw-space-y-reverse));
  }

  .xxl\:space-x-0p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0% * var(--tw-space-x-reverse));
    margin-left: calc(0% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxl\:space-y-5p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(5% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(5% * var(--tw-space-y-reverse));
  }

  .xxl\:space-x-5p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(5% * var(--tw-space-x-reverse));
    margin-left: calc(5% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxl\:space-y-10p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(10% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(10% * var(--tw-space-y-reverse));
  }

  .xxl\:space-x-10p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(10% * var(--tw-space-x-reverse));
    margin-left: calc(10% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxl\:space-y-15p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(15% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(15% * var(--tw-space-y-reverse));
  }

  .xxl\:space-x-15p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(15% * var(--tw-space-x-reverse));
    margin-left: calc(15% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxl\:space-y-20p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(20% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(20% * var(--tw-space-y-reverse));
  }

  .xxl\:space-x-20p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(20% * var(--tw-space-x-reverse));
    margin-left: calc(20% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxl\:space-y-25p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(25% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(25% * var(--tw-space-y-reverse));
  }

  .xxl\:space-x-25p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(25% * var(--tw-space-x-reverse));
    margin-left: calc(25% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxl\:space-y-30p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(30% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(30% * var(--tw-space-y-reverse));
  }

  .xxl\:space-x-30p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(30% * var(--tw-space-x-reverse));
    margin-left: calc(30% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxl\:space-y-35p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(35% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(35% * var(--tw-space-y-reverse));
  }

  .xxl\:space-x-35p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(35% * var(--tw-space-x-reverse));
    margin-left: calc(35% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxl\:space-y-40p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(40% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(40% * var(--tw-space-y-reverse));
  }

  .xxl\:space-x-40p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(40% * var(--tw-space-x-reverse));
    margin-left: calc(40% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxl\:space-y-45p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(45% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(45% * var(--tw-space-y-reverse));
  }

  .xxl\:space-x-45p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(45% * var(--tw-space-x-reverse));
    margin-left: calc(45% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxl\:space-y-50p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(50% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(50% * var(--tw-space-y-reverse));
  }

  .xxl\:space-x-50p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(50% * var(--tw-space-x-reverse));
    margin-left: calc(50% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxl\:space-y-55p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(55% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(55% * var(--tw-space-y-reverse));
  }

  .xxl\:space-x-55p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(55% * var(--tw-space-x-reverse));
    margin-left: calc(55% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxl\:space-y-60p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(60% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(60% * var(--tw-space-y-reverse));
  }

  .xxl\:space-x-60p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(60% * var(--tw-space-x-reverse));
    margin-left: calc(60% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxl\:space-y-65p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(65% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(65% * var(--tw-space-y-reverse));
  }

  .xxl\:space-x-65p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(65% * var(--tw-space-x-reverse));
    margin-left: calc(65% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxl\:space-y-70p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(70% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(70% * var(--tw-space-y-reverse));
  }

  .xxl\:space-x-70p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(70% * var(--tw-space-x-reverse));
    margin-left: calc(70% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxl\:space-y-75p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(75% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(75% * var(--tw-space-y-reverse));
  }

  .xxl\:space-x-75p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(75% * var(--tw-space-x-reverse));
    margin-left: calc(75% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxl\:space-y-80p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(80% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(80% * var(--tw-space-y-reverse));
  }

  .xxl\:space-x-80p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(80% * var(--tw-space-x-reverse));
    margin-left: calc(80% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxl\:space-y-85p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(85% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(85% * var(--tw-space-y-reverse));
  }

  .xxl\:space-x-85p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(85% * var(--tw-space-x-reverse));
    margin-left: calc(85% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxl\:space-y-90p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(90% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(90% * var(--tw-space-y-reverse));
  }

  .xxl\:space-x-90p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(90% * var(--tw-space-x-reverse));
    margin-left: calc(90% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxl\:space-y-95p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(95% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(95% * var(--tw-space-y-reverse));
  }

  .xxl\:space-x-95p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(95% * var(--tw-space-x-reverse));
    margin-left: calc(95% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxl\:space-y-100p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(100% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(100% * var(--tw-space-y-reverse));
  }

  .xxl\:space-x-100p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(100% * var(--tw-space-x-reverse));
    margin-left: calc(100% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxl\:space-y-66\.5p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(66.5% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(66.5% * var(--tw-space-y-reverse));
  }

  .xxl\:space-x-66\.5p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(66.5% * var(--tw-space-x-reverse));
    margin-left: calc(66.5% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxl\:space-y-67\.5p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(67.5% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(67.5% * var(--tw-space-y-reverse));
  }

  .xxl\:space-x-67\.5p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(67.5% * var(--tw-space-x-reverse));
    margin-left: calc(67.5% * 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-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-3px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3px * var(--tw-space-y-reverse));
  }

  .xxl\:-space-x-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-3px * var(--tw-space-x-reverse));
    margin-left: calc(-3px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxl\:-space-y-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-5px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-5px * var(--tw-space-y-reverse));
  }

  .xxl\:-space-x-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-5px * var(--tw-space-x-reverse));
    margin-left: calc(-5px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxl\:-space-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-8px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-8px * var(--tw-space-y-reverse));
  }

  .xxl\:-space-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-8px * var(--tw-space-x-reverse));
    margin-left: calc(-8px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxl\:-space-y-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-10px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-10px * var(--tw-space-y-reverse));
  }

  .xxl\:-space-x-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-10px * var(--tw-space-x-reverse));
    margin-left: calc(-10px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxl\:-space-y-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-12px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-12px * var(--tw-space-y-reverse));
  }

  .xxl\:-space-x-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-12px * var(--tw-space-x-reverse));
    margin-left: calc(-12px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxl\:-space-y-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-14px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-14px * var(--tw-space-y-reverse));
  }

  .xxl\:-space-x-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-14px * var(--tw-space-x-reverse));
    margin-left: calc(-14px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxl\:-space-y-15 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-15px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-15px * var(--tw-space-y-reverse));
  }

  .xxl\:-space-x-15 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-15px * var(--tw-space-x-reverse));
    margin-left: calc(-15px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxl\:-space-y-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-16px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-16px * var(--tw-space-y-reverse));
  }

  .xxl\:-space-x-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-16px * var(--tw-space-x-reverse));
    margin-left: calc(-16px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxl\:-space-y-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-20px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-20px * var(--tw-space-y-reverse));
  }

  .xxl\:-space-x-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-20px * var(--tw-space-x-reverse));
    margin-left: calc(-20px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxl\:-space-y-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-24px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-24px * var(--tw-space-y-reverse));
  }

  .xxl\:-space-x-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-24px * var(--tw-space-x-reverse));
    margin-left: calc(-24px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxl\:-space-y-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-28px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-28px * var(--tw-space-y-reverse));
  }

  .xxl\:-space-x-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-28px * var(--tw-space-x-reverse));
    margin-left: calc(-28px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxl\:-space-y-29 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-29px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-29px * var(--tw-space-y-reverse));
  }

  .xxl\:-space-x-29 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-29px * var(--tw-space-x-reverse));
    margin-left: calc(-29px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxl\:-space-y-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-30px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-30px * var(--tw-space-y-reverse));
  }

  .xxl\:-space-x-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-30px * var(--tw-space-x-reverse));
    margin-left: calc(-30px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxl\:-space-y-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-32px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-32px * var(--tw-space-y-reverse));
  }

  .xxl\:-space-x-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-32px * var(--tw-space-x-reverse));
    margin-left: calc(-32px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxl\:-space-y-35 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-35px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-35px * var(--tw-space-y-reverse));
  }

  .xxl\:-space-x-35 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-35px * var(--tw-space-x-reverse));
    margin-left: calc(-35px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxl\:-space-y-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-36px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-36px * var(--tw-space-y-reverse));
  }

  .xxl\:-space-x-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-36px * var(--tw-space-x-reverse));
    margin-left: calc(-36px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxl\:-space-y-37 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-37px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-37px * var(--tw-space-y-reverse));
  }

  .xxl\:-space-x-37 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-37px * var(--tw-space-x-reverse));
    margin-left: calc(-37px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxl\:-space-y-39 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-39px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-39px * var(--tw-space-y-reverse));
  }

  .xxl\:-space-x-39 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-39px * var(--tw-space-x-reverse));
    margin-left: calc(-39px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxl\:-space-y-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-40px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-40px * var(--tw-space-y-reverse));
  }

  .xxl\:-space-x-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-40px * var(--tw-space-x-reverse));
    margin-left: calc(-40px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxl\:-space-y-47 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-47px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-47px * var(--tw-space-y-reverse));
  }

  .xxl\:-space-x-47 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-47px * var(--tw-space-x-reverse));
    margin-left: calc(-47px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxl\:-space-y-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-50px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-50px * var(--tw-space-y-reverse));
  }

  .xxl\:-space-x-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-50px * var(--tw-space-x-reverse));
    margin-left: calc(-50px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxl\:-space-y-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-56px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-56px * var(--tw-space-y-reverse));
  }

  .xxl\:-space-x-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-56px * var(--tw-space-x-reverse));
    margin-left: calc(-56px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxl\:-space-y-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-64px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-64px * var(--tw-space-y-reverse));
  }

  .xxl\:-space-x-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-64px * var(--tw-space-x-reverse));
    margin-left: calc(-64px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxl\:-space-y-70 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-70px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-70px * var(--tw-space-y-reverse));
  }

  .xxl\:-space-x-70 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-70px * var(--tw-space-x-reverse));
    margin-left: calc(-70px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxl\:-space-y-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-72px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-72px * var(--tw-space-y-reverse));
  }

  .xxl\:-space-x-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-72px * var(--tw-space-x-reverse));
    margin-left: calc(-72px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxl\:-space-y-75 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-75px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-75px * var(--tw-space-y-reverse));
  }

  .xxl\:-space-x-75 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-75px * var(--tw-space-x-reverse));
    margin-left: calc(-75px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxl\:-space-y-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-80px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-80px * var(--tw-space-y-reverse));
  }

  .xxl\:-space-x-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-80px * var(--tw-space-x-reverse));
    margin-left: calc(-80px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxl\:-space-y-83 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-83px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-83px * var(--tw-space-y-reverse));
  }

  .xxl\:-space-x-83 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-83px * var(--tw-space-x-reverse));
    margin-left: calc(-83px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxl\:-space-y-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-100px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-100px * var(--tw-space-y-reverse));
  }

  .xxl\:-space-x-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-100px * var(--tw-space-x-reverse));
    margin-left: calc(-100px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxl\:-space-y-118 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-118px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-118px * var(--tw-space-y-reverse));
  }

  .xxl\:-space-x-118 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-118px * var(--tw-space-x-reverse));
    margin-left: calc(-118px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxl\:-space-y-130 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-130px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-130px * var(--tw-space-y-reverse));
  }

  .xxl\:-space-x-130 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-130px * var(--tw-space-x-reverse));
    margin-left: calc(-130px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxl\:-space-y-150 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-150px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-150px * var(--tw-space-y-reverse));
  }

  .xxl\:-space-x-150 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-150px * var(--tw-space-x-reverse));
    margin-left: calc(-150px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxl\:-space-y-180 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-180px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-180px * var(--tw-space-y-reverse));
  }

  .xxl\:-space-x-180 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-180px * var(--tw-space-x-reverse));
    margin-left: calc(-180px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxl\:-space-y-213 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-213px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-213px * var(--tw-space-y-reverse));
  }

  .xxl\:-space-x-213 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-213px * var(--tw-space-x-reverse));
    margin-left: calc(-213px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxl\:-space-y-225 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-225px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-225px * var(--tw-space-y-reverse));
  }

  .xxl\:-space-x-225 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-225px * var(--tw-space-x-reverse));
    margin-left: calc(-225px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxl\:-space-y-250 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-250px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-250px * var(--tw-space-y-reverse));
  }

  .xxl\:-space-x-250 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-250px * var(--tw-space-x-reverse));
    margin-left: calc(-250px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxl\:-space-y-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-300px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-300px * var(--tw-space-y-reverse));
  }

  .xxl\:-space-x-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-300px * var(--tw-space-x-reverse));
    margin-left: calc(-300px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxl\:-space-y-320 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-320px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-320px * var(--tw-space-y-reverse));
  }

  .xxl\:-space-x-320 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-320px * var(--tw-space-x-reverse));
    margin-left: calc(-320px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxl\:-space-y-345 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-345px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-345px * var(--tw-space-y-reverse));
  }

  .xxl\:-space-x-345 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-345px * var(--tw-space-x-reverse));
    margin-left: calc(-345px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxl\:-space-y-485 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-485px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-485px * var(--tw-space-y-reverse));
  }

  .xxl\:-space-x-485 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-485px * var(--tw-space-x-reverse));
    margin-left: calc(-485px * 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--135 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(135px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(135px * var(--tw-space-y-reverse));
  }

  .xxl\:-space-x--135 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(135px * var(--tw-space-x-reverse));
    margin-left: calc(135px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxl\:-space-y-0p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0% * var(--tw-space-y-reverse));
  }

  .xxl\:-space-x-0p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0% * var(--tw-space-x-reverse));
    margin-left: calc(0% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxl\:-space-y-5p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-5% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-5% * var(--tw-space-y-reverse));
  }

  .xxl\:-space-x-5p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-5% * var(--tw-space-x-reverse));
    margin-left: calc(-5% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxl\:-space-y-10p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-10% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-10% * var(--tw-space-y-reverse));
  }

  .xxl\:-space-x-10p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-10% * var(--tw-space-x-reverse));
    margin-left: calc(-10% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxl\:-space-y-15p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-15% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-15% * var(--tw-space-y-reverse));
  }

  .xxl\:-space-x-15p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-15% * var(--tw-space-x-reverse));
    margin-left: calc(-15% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxl\:-space-y-20p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-20% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-20% * var(--tw-space-y-reverse));
  }

  .xxl\:-space-x-20p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-20% * var(--tw-space-x-reverse));
    margin-left: calc(-20% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxl\:-space-y-25p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-25% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-25% * var(--tw-space-y-reverse));
  }

  .xxl\:-space-x-25p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-25% * var(--tw-space-x-reverse));
    margin-left: calc(-25% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxl\:-space-y-30p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-30% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-30% * var(--tw-space-y-reverse));
  }

  .xxl\:-space-x-30p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-30% * var(--tw-space-x-reverse));
    margin-left: calc(-30% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxl\:-space-y-35p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-35% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-35% * var(--tw-space-y-reverse));
  }

  .xxl\:-space-x-35p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-35% * var(--tw-space-x-reverse));
    margin-left: calc(-35% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxl\:-space-y-40p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-40% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-40% * var(--tw-space-y-reverse));
  }

  .xxl\:-space-x-40p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-40% * var(--tw-space-x-reverse));
    margin-left: calc(-40% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxl\:-space-y-45p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-45% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-45% * var(--tw-space-y-reverse));
  }

  .xxl\:-space-x-45p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-45% * var(--tw-space-x-reverse));
    margin-left: calc(-45% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxl\:-space-y-50p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-50% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-50% * var(--tw-space-y-reverse));
  }

  .xxl\:-space-x-50p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-50% * var(--tw-space-x-reverse));
    margin-left: calc(-50% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxl\:-space-y-55p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-55% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-55% * var(--tw-space-y-reverse));
  }

  .xxl\:-space-x-55p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-55% * var(--tw-space-x-reverse));
    margin-left: calc(-55% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxl\:-space-y-60p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-60% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-60% * var(--tw-space-y-reverse));
  }

  .xxl\:-space-x-60p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-60% * var(--tw-space-x-reverse));
    margin-left: calc(-60% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxl\:-space-y-65p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-65% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-65% * var(--tw-space-y-reverse));
  }

  .xxl\:-space-x-65p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-65% * var(--tw-space-x-reverse));
    margin-left: calc(-65% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxl\:-space-y-70p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-70% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-70% * var(--tw-space-y-reverse));
  }

  .xxl\:-space-x-70p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-70% * var(--tw-space-x-reverse));
    margin-left: calc(-70% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxl\:-space-y-75p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-75% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-75% * var(--tw-space-y-reverse));
  }

  .xxl\:-space-x-75p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-75% * var(--tw-space-x-reverse));
    margin-left: calc(-75% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxl\:-space-y-80p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-80% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-80% * var(--tw-space-y-reverse));
  }

  .xxl\:-space-x-80p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-80% * var(--tw-space-x-reverse));
    margin-left: calc(-80% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxl\:-space-y-85p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-85% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-85% * var(--tw-space-y-reverse));
  }

  .xxl\:-space-x-85p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-85% * var(--tw-space-x-reverse));
    margin-left: calc(-85% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxl\:-space-y-90p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-90% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-90% * var(--tw-space-y-reverse));
  }

  .xxl\:-space-x-90p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-90% * var(--tw-space-x-reverse));
    margin-left: calc(-90% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxl\:-space-y-95p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-95% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-95% * var(--tw-space-y-reverse));
  }

  .xxl\:-space-x-95p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-95% * var(--tw-space-x-reverse));
    margin-left: calc(-95% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxl\:-space-y-100p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-100% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-100% * var(--tw-space-y-reverse));
  }

  .xxl\:-space-x-100p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-100% * var(--tw-space-x-reverse));
    margin-left: calc(-100% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxl\:-space-y-66\.5p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-66.5% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-66.5% * var(--tw-space-y-reverse));
  }

  .xxl\:-space-x-66\.5p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-66.5% * var(--tw-space-x-reverse));
    margin-left: calc(-66.5% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxl\:-space-y-67\.5p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-67.5% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-67.5% * var(--tw-space-y-reverse));
  }

  .xxl\:-space-x-67\.5p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-67.5% * var(--tw-space-x-reverse));
    margin-left: calc(-67.5% * 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-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-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-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 > :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-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(70, 70, 70, var(--tw-divide-opacity));
  }

  .xxl\:divide-black-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(215, 215, 215, var(--tw-divide-opacity));
  }

  .xxl\:divide-black-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(38, 38, 38, var(--tw-divide-opacity));
  }

  .xxl\:divide-black-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(237, 237, 237, var(--tw-divide-opacity));
  }

  .xxl\:divide-black-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(68, 68, 68, var(--tw-divide-opacity));
  }

  .xxl\:divide-black-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(108, 108, 108, var(--tw-divide-opacity));
  }

  .xxl\:divide-black > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-divide-opacity));
  }

  .xxl\:divide-white-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(244, 244, 244, var(--tw-divide-opacity));
  }

  .xxl\:divide-white > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity));
  }

  .xxl\:divide-pink-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(233, 101, 147, var(--tw-divide-opacity));
  }

  .xxl\:divide-pink > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(238, 139, 174, var(--tw-divide-opacity));
  }

  .xxl\:divide-red-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(231, 6, 31, var(--tw-divide-opacity));
  }

  .xxl\:divide-red > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(239, 0, 22, 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-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-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.5;
  }

  .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-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-1 {
    --tw-bg-opacity: 1;
    background-color: rgba(70, 70, 70, var(--tw-bg-opacity));
  }

  .xxl\:bg-black-2 {
    --tw-bg-opacity: 1;
    background-color: rgba(215, 215, 215, var(--tw-bg-opacity));
  }

  .xxl\:bg-black-3 {
    --tw-bg-opacity: 1;
    background-color: rgba(38, 38, 38, var(--tw-bg-opacity));
  }

  .xxl\:bg-black-4 {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 237, 237, var(--tw-bg-opacity));
  }

  .xxl\:bg-black-5 {
    --tw-bg-opacity: 1;
    background-color: rgba(68, 68, 68, var(--tw-bg-opacity));
  }

  .xxl\:bg-black-6 {
    --tw-bg-opacity: 1;
    background-color: rgba(108, 108, 108, var(--tw-bg-opacity));
  }

  .xxl\:bg-black {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .xxl\:bg-white-1 {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 244, 244, var(--tw-bg-opacity));
  }

  .xxl\:bg-white {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .xxl\:bg-pink-1 {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 101, 147, var(--tw-bg-opacity));
  }

  .xxl\:bg-pink {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 139, 174, var(--tw-bg-opacity));
  }

  .xxl\:bg-red-1 {
    --tw-bg-opacity: 1;
    background-color: rgba(231, 6, 31, var(--tw-bg-opacity));
  }

  .xxl\:bg-red {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 0, 22, 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-1 {
    --tw-bg-opacity: 1;
    background-color: rgba(70, 70, 70, var(--tw-bg-opacity));
  }

  .group:hover .xxl\:group-hover\:bg-black-2 {
    --tw-bg-opacity: 1;
    background-color: rgba(215, 215, 215, var(--tw-bg-opacity));
  }

  .group:hover .xxl\:group-hover\:bg-black-3 {
    --tw-bg-opacity: 1;
    background-color: rgba(38, 38, 38, var(--tw-bg-opacity));
  }

  .group:hover .xxl\:group-hover\:bg-black-4 {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 237, 237, var(--tw-bg-opacity));
  }

  .group:hover .xxl\:group-hover\:bg-black-5 {
    --tw-bg-opacity: 1;
    background-color: rgba(68, 68, 68, var(--tw-bg-opacity));
  }

  .group:hover .xxl\:group-hover\:bg-black-6 {
    --tw-bg-opacity: 1;
    background-color: rgba(108, 108, 108, var(--tw-bg-opacity));
  }

  .group:hover .xxl\:group-hover\:bg-black {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .group:hover .xxl\:group-hover\:bg-white-1 {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 244, 244, var(--tw-bg-opacity));
  }

  .group:hover .xxl\:group-hover\:bg-white {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .group:hover .xxl\:group-hover\:bg-pink-1 {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 101, 147, var(--tw-bg-opacity));
  }

  .group:hover .xxl\:group-hover\:bg-pink {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 139, 174, var(--tw-bg-opacity));
  }

  .group:hover .xxl\:group-hover\:bg-red-1 {
    --tw-bg-opacity: 1;
    background-color: rgba(231, 6, 31, var(--tw-bg-opacity));
  }

  .group:hover .xxl\:group-hover\:bg-red {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 0, 22, 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-1:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(70, 70, 70, var(--tw-bg-opacity));
  }

  .xxl\:focus-within\:bg-black-2:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(215, 215, 215, var(--tw-bg-opacity));
  }

  .xxl\:focus-within\:bg-black-3:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(38, 38, 38, var(--tw-bg-opacity));
  }

  .xxl\:focus-within\:bg-black-4:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 237, 237, var(--tw-bg-opacity));
  }

  .xxl\:focus-within\:bg-black-5:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(68, 68, 68, var(--tw-bg-opacity));
  }

  .xxl\:focus-within\:bg-black-6:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(108, 108, 108, var(--tw-bg-opacity));
  }

  .xxl\:focus-within\:bg-black:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .xxl\:focus-within\:bg-white-1:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 244, 244, var(--tw-bg-opacity));
  }

  .xxl\:focus-within\:bg-white:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .xxl\:focus-within\:bg-pink-1:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 101, 147, var(--tw-bg-opacity));
  }

  .xxl\:focus-within\:bg-pink:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 139, 174, var(--tw-bg-opacity));
  }

  .xxl\:focus-within\:bg-red-1:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(231, 6, 31, var(--tw-bg-opacity));
  }

  .xxl\:focus-within\:bg-red:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 0, 22, var(--tw-bg-opacity));
  }

  .xxl\:hover\:bg-transparent:hover {
    background-color: transparent;
  }

  .xxl\:hover\:bg-current:hover {
    background-color: currentColor;
  }

  .xxl\:hover\:bg-black-1:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(70, 70, 70, var(--tw-bg-opacity));
  }

  .xxl\:hover\:bg-black-2:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(215, 215, 215, var(--tw-bg-opacity));
  }

  .xxl\:hover\:bg-black-3:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(38, 38, 38, var(--tw-bg-opacity));
  }

  .xxl\:hover\:bg-black-4:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 237, 237, var(--tw-bg-opacity));
  }

  .xxl\:hover\:bg-black-5:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(68, 68, 68, var(--tw-bg-opacity));
  }

  .xxl\:hover\:bg-black-6:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(108, 108, 108, var(--tw-bg-opacity));
  }

  .xxl\:hover\:bg-black:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .xxl\:hover\:bg-white-1:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 244, 244, var(--tw-bg-opacity));
  }

  .xxl\:hover\:bg-white:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .xxl\:hover\:bg-pink-1:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 101, 147, var(--tw-bg-opacity));
  }

  .xxl\:hover\:bg-pink:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 139, 174, var(--tw-bg-opacity));
  }

  .xxl\:hover\:bg-red-1:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(231, 6, 31, var(--tw-bg-opacity));
  }

  .xxl\:hover\:bg-red:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 0, 22, var(--tw-bg-opacity));
  }

  .xxl\:focus\:bg-transparent:focus {
    background-color: transparent;
  }

  .xxl\:focus\:bg-current:focus {
    background-color: currentColor;
  }

  .xxl\:focus\:bg-black-1:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(70, 70, 70, var(--tw-bg-opacity));
  }

  .xxl\:focus\:bg-black-2:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(215, 215, 215, var(--tw-bg-opacity));
  }

  .xxl\:focus\:bg-black-3:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(38, 38, 38, var(--tw-bg-opacity));
  }

  .xxl\:focus\:bg-black-4:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 237, 237, var(--tw-bg-opacity));
  }

  .xxl\:focus\:bg-black-5:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(68, 68, 68, var(--tw-bg-opacity));
  }

  .xxl\:focus\:bg-black-6:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(108, 108, 108, var(--tw-bg-opacity));
  }

  .xxl\:focus\:bg-black:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .xxl\:focus\:bg-white-1:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 244, 244, var(--tw-bg-opacity));
  }

  .xxl\:focus\:bg-white:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .xxl\:focus\:bg-pink-1:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 101, 147, var(--tw-bg-opacity));
  }

  .xxl\:focus\:bg-pink:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 139, 174, var(--tw-bg-opacity));
  }

  .xxl\:focus\:bg-red-1:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(231, 6, 31, var(--tw-bg-opacity));
  }

  .xxl\:focus\:bg-red:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 0, 22, 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-gradient-khoa-hoc {
    background-image: linear-gradient(180deg, rgba(31, 22, 65, 0) 0%, rgba(31, 22, 65, 0.9) 72.62%, #1F1641 100%);
  }

  .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-1 {
    --tw-gradient-from: #464646;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(70, 70, 70, 0));
  }

  .xxl\:from-black-2 {
    --tw-gradient-from: #d7d7d7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(215, 215, 215, 0));
  }

  .xxl\:from-black-3 {
    --tw-gradient-from: #262626;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(38, 38, 38, 0));
  }

  .xxl\:from-black-4 {
    --tw-gradient-from: #ededed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 237, 237, 0));
  }

  .xxl\:from-black-5 {
    --tw-gradient-from: #444444;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(68, 68, 68, 0));
  }

  .xxl\:from-black-6 {
    --tw-gradient-from: #6c6c6c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(108, 108, 108, 0));
  }

  .xxl\:from-black {
    --tw-gradient-from: #000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xxl\:from-white-1 {
    --tw-gradient-from: #f4f4f4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 244, 244, 0));
  }

  .xxl\:from-white {
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xxl\:from-pink-1 {
    --tw-gradient-from: #e96593;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 101, 147, 0));
  }

  .xxl\:from-pink {
    --tw-gradient-from: #ee8bae;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 139, 174, 0));
  }

  .xxl\:from-red-1 {
    --tw-gradient-from: #e7061f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(231, 6, 31, 0));
  }

  .xxl\:from-red {
    --tw-gradient-from: #ef0016;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 0, 22, 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-1 {
    --tw-gradient-stops: var(--tw-gradient-from), #464646, var(--tw-gradient-to, rgba(70, 70, 70, 0));
  }

  .xxl\:via-black-2 {
    --tw-gradient-stops: var(--tw-gradient-from), #d7d7d7, var(--tw-gradient-to, rgba(215, 215, 215, 0));
  }

  .xxl\:via-black-3 {
    --tw-gradient-stops: var(--tw-gradient-from), #262626, var(--tw-gradient-to, rgba(38, 38, 38, 0));
  }

  .xxl\:via-black-4 {
    --tw-gradient-stops: var(--tw-gradient-from), #ededed, var(--tw-gradient-to, rgba(237, 237, 237, 0));
  }

  .xxl\:via-black-5 {
    --tw-gradient-stops: var(--tw-gradient-from), #444444, var(--tw-gradient-to, rgba(68, 68, 68, 0));
  }

  .xxl\:via-black-6 {
    --tw-gradient-stops: var(--tw-gradient-from), #6c6c6c, var(--tw-gradient-to, rgba(108, 108, 108, 0));
  }

  .xxl\:via-black {
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xxl\:via-white-1 {
    --tw-gradient-stops: var(--tw-gradient-from), #f4f4f4, var(--tw-gradient-to, rgba(244, 244, 244, 0));
  }

  .xxl\:via-white {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xxl\:via-pink-1 {
    --tw-gradient-stops: var(--tw-gradient-from), #e96593, var(--tw-gradient-to, rgba(233, 101, 147, 0));
  }

  .xxl\:via-pink {
    --tw-gradient-stops: var(--tw-gradient-from), #ee8bae, var(--tw-gradient-to, rgba(238, 139, 174, 0));
  }

  .xxl\:via-red-1 {
    --tw-gradient-stops: var(--tw-gradient-from), #e7061f, var(--tw-gradient-to, rgba(231, 6, 31, 0));
  }

  .xxl\:via-red {
    --tw-gradient-stops: var(--tw-gradient-from), #ef0016, var(--tw-gradient-to, rgba(239, 0, 22, 0));
  }

  .xxl\:to-transparent {
    --tw-gradient-to: transparent;
  }

  .xxl\:to-current {
    --tw-gradient-to: currentColor;
  }

  .xxl\:to-black-1 {
    --tw-gradient-to: #464646;
  }

  .xxl\:to-black-2 {
    --tw-gradient-to: #d7d7d7;
  }

  .xxl\:to-black-3 {
    --tw-gradient-to: #262626;
  }

  .xxl\:to-black-4 {
    --tw-gradient-to: #ededed;
  }

  .xxl\:to-black-5 {
    --tw-gradient-to: #444444;
  }

  .xxl\:to-black-6 {
    --tw-gradient-to: #6c6c6c;
  }

  .xxl\:to-black {
    --tw-gradient-to: #000;
  }

  .xxl\:to-white-1 {
    --tw-gradient-to: #f4f4f4;
  }

  .xxl\:to-white {
    --tw-gradient-to: #fff;
  }

  .xxl\:to-pink-1 {
    --tw-gradient-to: #e96593;
  }

  .xxl\:to-pink {
    --tw-gradient-to: #ee8bae;
  }

  .xxl\:to-red-1 {
    --tw-gradient-to: #e7061f;
  }

  .xxl\:to-red {
    --tw-gradient-to: #ef0016;
  }

  .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-1:hover {
    --tw-gradient-from: #464646;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(70, 70, 70, 0));
  }

  .xxl\:hover\:from-black-2:hover {
    --tw-gradient-from: #d7d7d7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(215, 215, 215, 0));
  }

  .xxl\:hover\:from-black-3:hover {
    --tw-gradient-from: #262626;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(38, 38, 38, 0));
  }

  .xxl\:hover\:from-black-4:hover {
    --tw-gradient-from: #ededed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 237, 237, 0));
  }

  .xxl\:hover\:from-black-5:hover {
    --tw-gradient-from: #444444;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(68, 68, 68, 0));
  }

  .xxl\:hover\:from-black-6:hover {
    --tw-gradient-from: #6c6c6c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(108, 108, 108, 0));
  }

  .xxl\:hover\:from-black:hover {
    --tw-gradient-from: #000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xxl\:hover\:from-white-1:hover {
    --tw-gradient-from: #f4f4f4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 244, 244, 0));
  }

  .xxl\:hover\:from-white:hover {
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xxl\:hover\:from-pink-1:hover {
    --tw-gradient-from: #e96593;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 101, 147, 0));
  }

  .xxl\:hover\:from-pink:hover {
    --tw-gradient-from: #ee8bae;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 139, 174, 0));
  }

  .xxl\:hover\:from-red-1:hover {
    --tw-gradient-from: #e7061f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(231, 6, 31, 0));
  }

  .xxl\:hover\:from-red:hover {
    --tw-gradient-from: #ef0016;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 0, 22, 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-1:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #464646, var(--tw-gradient-to, rgba(70, 70, 70, 0));
  }

  .xxl\:hover\:via-black-2:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d7d7d7, var(--tw-gradient-to, rgba(215, 215, 215, 0));
  }

  .xxl\:hover\:via-black-3:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #262626, var(--tw-gradient-to, rgba(38, 38, 38, 0));
  }

  .xxl\:hover\:via-black-4:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ededed, var(--tw-gradient-to, rgba(237, 237, 237, 0));
  }

  .xxl\:hover\:via-black-5:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #444444, var(--tw-gradient-to, rgba(68, 68, 68, 0));
  }

  .xxl\:hover\:via-black-6:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6c6c6c, var(--tw-gradient-to, rgba(108, 108, 108, 0));
  }

  .xxl\:hover\:via-black:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xxl\:hover\:via-white-1:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f4f4f4, var(--tw-gradient-to, rgba(244, 244, 244, 0));
  }

  .xxl\:hover\:via-white:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xxl\:hover\:via-pink-1:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e96593, var(--tw-gradient-to, rgba(233, 101, 147, 0));
  }

  .xxl\:hover\:via-pink:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ee8bae, var(--tw-gradient-to, rgba(238, 139, 174, 0));
  }

  .xxl\:hover\:via-red-1:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e7061f, var(--tw-gradient-to, rgba(231, 6, 31, 0));
  }

  .xxl\:hover\:via-red:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ef0016, var(--tw-gradient-to, rgba(239, 0, 22, 0));
  }

  .xxl\:hover\:to-transparent:hover {
    --tw-gradient-to: transparent;
  }

  .xxl\:hover\:to-current:hover {
    --tw-gradient-to: currentColor;
  }

  .xxl\:hover\:to-black-1:hover {
    --tw-gradient-to: #464646;
  }

  .xxl\:hover\:to-black-2:hover {
    --tw-gradient-to: #d7d7d7;
  }

  .xxl\:hover\:to-black-3:hover {
    --tw-gradient-to: #262626;
  }

  .xxl\:hover\:to-black-4:hover {
    --tw-gradient-to: #ededed;
  }

  .xxl\:hover\:to-black-5:hover {
    --tw-gradient-to: #444444;
  }

  .xxl\:hover\:to-black-6:hover {
    --tw-gradient-to: #6c6c6c;
  }

  .xxl\:hover\:to-black:hover {
    --tw-gradient-to: #000;
  }

  .xxl\:hover\:to-white-1:hover {
    --tw-gradient-to: #f4f4f4;
  }

  .xxl\:hover\:to-white:hover {
    --tw-gradient-to: #fff;
  }

  .xxl\:hover\:to-pink-1:hover {
    --tw-gradient-to: #e96593;
  }

  .xxl\:hover\:to-pink:hover {
    --tw-gradient-to: #ee8bae;
  }

  .xxl\:hover\:to-red-1:hover {
    --tw-gradient-to: #e7061f;
  }

  .xxl\:hover\:to-red:hover {
    --tw-gradient-to: #ef0016;
  }

  .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-1:focus {
    --tw-gradient-from: #464646;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(70, 70, 70, 0));
  }

  .xxl\:focus\:from-black-2:focus {
    --tw-gradient-from: #d7d7d7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(215, 215, 215, 0));
  }

  .xxl\:focus\:from-black-3:focus {
    --tw-gradient-from: #262626;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(38, 38, 38, 0));
  }

  .xxl\:focus\:from-black-4:focus {
    --tw-gradient-from: #ededed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 237, 237, 0));
  }

  .xxl\:focus\:from-black-5:focus {
    --tw-gradient-from: #444444;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(68, 68, 68, 0));
  }

  .xxl\:focus\:from-black-6:focus {
    --tw-gradient-from: #6c6c6c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(108, 108, 108, 0));
  }

  .xxl\:focus\:from-black:focus {
    --tw-gradient-from: #000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xxl\:focus\:from-white-1:focus {
    --tw-gradient-from: #f4f4f4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 244, 244, 0));
  }

  .xxl\:focus\:from-white:focus {
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xxl\:focus\:from-pink-1:focus {
    --tw-gradient-from: #e96593;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 101, 147, 0));
  }

  .xxl\:focus\:from-pink:focus {
    --tw-gradient-from: #ee8bae;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 139, 174, 0));
  }

  .xxl\:focus\:from-red-1:focus {
    --tw-gradient-from: #e7061f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(231, 6, 31, 0));
  }

  .xxl\:focus\:from-red:focus {
    --tw-gradient-from: #ef0016;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 0, 22, 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-1:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #464646, var(--tw-gradient-to, rgba(70, 70, 70, 0));
  }

  .xxl\:focus\:via-black-2:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d7d7d7, var(--tw-gradient-to, rgba(215, 215, 215, 0));
  }

  .xxl\:focus\:via-black-3:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #262626, var(--tw-gradient-to, rgba(38, 38, 38, 0));
  }

  .xxl\:focus\:via-black-4:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ededed, var(--tw-gradient-to, rgba(237, 237, 237, 0));
  }

  .xxl\:focus\:via-black-5:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #444444, var(--tw-gradient-to, rgba(68, 68, 68, 0));
  }

  .xxl\:focus\:via-black-6:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6c6c6c, var(--tw-gradient-to, rgba(108, 108, 108, 0));
  }

  .xxl\:focus\:via-black:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xxl\:focus\:via-white-1:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f4f4f4, var(--tw-gradient-to, rgba(244, 244, 244, 0));
  }

  .xxl\:focus\:via-white:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xxl\:focus\:via-pink-1:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e96593, var(--tw-gradient-to, rgba(233, 101, 147, 0));
  }

  .xxl\:focus\:via-pink:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ee8bae, var(--tw-gradient-to, rgba(238, 139, 174, 0));
  }

  .xxl\:focus\:via-red-1:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e7061f, var(--tw-gradient-to, rgba(231, 6, 31, 0));
  }

  .xxl\:focus\:via-red:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ef0016, var(--tw-gradient-to, rgba(239, 0, 22, 0));
  }

  .xxl\:focus\:to-transparent:focus {
    --tw-gradient-to: transparent;
  }

  .xxl\:focus\:to-current:focus {
    --tw-gradient-to: currentColor;
  }

  .xxl\:focus\:to-black-1:focus {
    --tw-gradient-to: #464646;
  }

  .xxl\:focus\:to-black-2:focus {
    --tw-gradient-to: #d7d7d7;
  }

  .xxl\:focus\:to-black-3:focus {
    --tw-gradient-to: #262626;
  }

  .xxl\:focus\:to-black-4:focus {
    --tw-gradient-to: #ededed;
  }

  .xxl\:focus\:to-black-5:focus {
    --tw-gradient-to: #444444;
  }

  .xxl\:focus\:to-black-6:focus {
    --tw-gradient-to: #6c6c6c;
  }

  .xxl\:focus\:to-black:focus {
    --tw-gradient-to: #000;
  }

  .xxl\:focus\:to-white-1:focus {
    --tw-gradient-to: #f4f4f4;
  }

  .xxl\:focus\:to-white:focus {
    --tw-gradient-to: #fff;
  }

  .xxl\:focus\:to-pink-1:focus {
    --tw-gradient-to: #e96593;
  }

  .xxl\:focus\:to-pink:focus {
    --tw-gradient-to: #ee8bae;
  }

  .xxl\:focus\:to-red-1:focus {
    --tw-gradient-to: #e7061f;
  }

  .xxl\:focus\:to-red:focus {
    --tw-gradient-to: #ef0016;
  }

  .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-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-50 {
    --tw-bg-opacity: 0.5;
  }

  .xxl\:bg-opacity-60 {
    --tw-bg-opacity: 0.6;
  }

  .xxl\:bg-opacity-70 {
    --tw-bg-opacity: 0.7;
  }

  .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-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-50 {
    --tw-bg-opacity: 0.5;
  }

  .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-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-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-50:focus-within {
    --tw-bg-opacity: 0.5;
  }

  .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-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-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-50:hover {
    --tw-bg-opacity: 0.5;
  }

  .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-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-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-50:focus {
    --tw-bg-opacity: 0.5;
  }

  .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-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-10p-center {
    background-position: 10% center;
  }

  .xxl\:bg-right-15-center {
    background-position: right 15px center;
  }

  .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-24 {
    background-size: 24px 24px;
  }

  .xxl\:bg-auto {
    background-size: auto;
  }

  .xxl\:bg-cover {
    background-size: cover;
  }

  .xxl\:bg-contain {
    background-size: contain;
  }

  .xxl\:bg-w-64p {
    background-size: 64% auto;
  }

  .xxl\:bg-size-78p {
    background-size: 78%;
  }

  .xxl\:bg-size-100p {
    background-size: 100%;
  }

  .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-1 {
    --tw-border-opacity: 1;
    border-color: rgba(70, 70, 70, var(--tw-border-opacity));
  }

  .xxl\:border-black-2 {
    --tw-border-opacity: 1;
    border-color: rgba(215, 215, 215, var(--tw-border-opacity));
  }

  .xxl\:border-black-3 {
    --tw-border-opacity: 1;
    border-color: rgba(38, 38, 38, var(--tw-border-opacity));
  }

  .xxl\:border-black-4 {
    --tw-border-opacity: 1;
    border-color: rgba(237, 237, 237, var(--tw-border-opacity));
  }

  .xxl\:border-black-5 {
    --tw-border-opacity: 1;
    border-color: rgba(68, 68, 68, var(--tw-border-opacity));
  }

  .xxl\:border-black-6 {
    --tw-border-opacity: 1;
    border-color: rgba(108, 108, 108, var(--tw-border-opacity));
  }

  .xxl\:border-black {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .xxl\:border-white-1 {
    --tw-border-opacity: 1;
    border-color: rgba(244, 244, 244, var(--tw-border-opacity));
  }

  .xxl\:border-white {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .xxl\:border-pink-1 {
    --tw-border-opacity: 1;
    border-color: rgba(233, 101, 147, var(--tw-border-opacity));
  }

  .xxl\:border-pink {
    --tw-border-opacity: 1;
    border-color: rgba(238, 139, 174, var(--tw-border-opacity));
  }

  .xxl\:border-red-1 {
    --tw-border-opacity: 1;
    border-color: rgba(231, 6, 31, var(--tw-border-opacity));
  }

  .xxl\:border-red {
    --tw-border-opacity: 1;
    border-color: rgba(239, 0, 22, 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-1 {
    --tw-border-opacity: 1;
    border-color: rgba(70, 70, 70, var(--tw-border-opacity));
  }

  .group:hover .xxl\:group-hover\:border-black-2 {
    --tw-border-opacity: 1;
    border-color: rgba(215, 215, 215, var(--tw-border-opacity));
  }

  .group:hover .xxl\:group-hover\:border-black-3 {
    --tw-border-opacity: 1;
    border-color: rgba(38, 38, 38, var(--tw-border-opacity));
  }

  .group:hover .xxl\:group-hover\:border-black-4 {
    --tw-border-opacity: 1;
    border-color: rgba(237, 237, 237, var(--tw-border-opacity));
  }

  .group:hover .xxl\:group-hover\:border-black-5 {
    --tw-border-opacity: 1;
    border-color: rgba(68, 68, 68, var(--tw-border-opacity));
  }

  .group:hover .xxl\:group-hover\:border-black-6 {
    --tw-border-opacity: 1;
    border-color: rgba(108, 108, 108, var(--tw-border-opacity));
  }

  .group:hover .xxl\:group-hover\:border-black {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .group:hover .xxl\:group-hover\:border-white-1 {
    --tw-border-opacity: 1;
    border-color: rgba(244, 244, 244, var(--tw-border-opacity));
  }

  .group:hover .xxl\:group-hover\:border-white {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .group:hover .xxl\:group-hover\:border-pink-1 {
    --tw-border-opacity: 1;
    border-color: rgba(233, 101, 147, var(--tw-border-opacity));
  }

  .group:hover .xxl\:group-hover\:border-pink {
    --tw-border-opacity: 1;
    border-color: rgba(238, 139, 174, var(--tw-border-opacity));
  }

  .group:hover .xxl\:group-hover\:border-red-1 {
    --tw-border-opacity: 1;
    border-color: rgba(231, 6, 31, var(--tw-border-opacity));
  }

  .group:hover .xxl\:group-hover\:border-red {
    --tw-border-opacity: 1;
    border-color: rgba(239, 0, 22, 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-1:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(70, 70, 70, var(--tw-border-opacity));
  }

  .xxl\:focus-within\:border-black-2:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(215, 215, 215, var(--tw-border-opacity));
  }

  .xxl\:focus-within\:border-black-3:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(38, 38, 38, var(--tw-border-opacity));
  }

  .xxl\:focus-within\:border-black-4:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(237, 237, 237, var(--tw-border-opacity));
  }

  .xxl\:focus-within\:border-black-5:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(68, 68, 68, var(--tw-border-opacity));
  }

  .xxl\:focus-within\:border-black-6:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(108, 108, 108, var(--tw-border-opacity));
  }

  .xxl\:focus-within\:border-black:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .xxl\:focus-within\:border-white-1:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(244, 244, 244, var(--tw-border-opacity));
  }

  .xxl\:focus-within\:border-white:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .xxl\:focus-within\:border-pink-1:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(233, 101, 147, var(--tw-border-opacity));
  }

  .xxl\:focus-within\:border-pink:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(238, 139, 174, var(--tw-border-opacity));
  }

  .xxl\:focus-within\:border-red-1:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(231, 6, 31, var(--tw-border-opacity));
  }

  .xxl\:focus-within\:border-red:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(239, 0, 22, var(--tw-border-opacity));
  }

  .xxl\:hover\:border-transparent:hover {
    border-color: transparent;
  }

  .xxl\:hover\:border-current:hover {
    border-color: currentColor;
  }

  .xxl\:hover\:border-black-1:hover {
    --tw-border-opacity: 1;
    border-color: rgba(70, 70, 70, var(--tw-border-opacity));
  }

  .xxl\:hover\:border-black-2:hover {
    --tw-border-opacity: 1;
    border-color: rgba(215, 215, 215, var(--tw-border-opacity));
  }

  .xxl\:hover\:border-black-3:hover {
    --tw-border-opacity: 1;
    border-color: rgba(38, 38, 38, var(--tw-border-opacity));
  }

  .xxl\:hover\:border-black-4:hover {
    --tw-border-opacity: 1;
    border-color: rgba(237, 237, 237, var(--tw-border-opacity));
  }

  .xxl\:hover\:border-black-5:hover {
    --tw-border-opacity: 1;
    border-color: rgba(68, 68, 68, var(--tw-border-opacity));
  }

  .xxl\:hover\:border-black-6:hover {
    --tw-border-opacity: 1;
    border-color: rgba(108, 108, 108, var(--tw-border-opacity));
  }

  .xxl\:hover\:border-black:hover {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .xxl\:hover\:border-white-1:hover {
    --tw-border-opacity: 1;
    border-color: rgba(244, 244, 244, var(--tw-border-opacity));
  }

  .xxl\:hover\:border-white:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .xxl\:hover\:border-pink-1:hover {
    --tw-border-opacity: 1;
    border-color: rgba(233, 101, 147, var(--tw-border-opacity));
  }

  .xxl\:hover\:border-pink:hover {
    --tw-border-opacity: 1;
    border-color: rgba(238, 139, 174, var(--tw-border-opacity));
  }

  .xxl\:hover\:border-red-1:hover {
    --tw-border-opacity: 1;
    border-color: rgba(231, 6, 31, var(--tw-border-opacity));
  }

  .xxl\:hover\:border-red:hover {
    --tw-border-opacity: 1;
    border-color: rgba(239, 0, 22, var(--tw-border-opacity));
  }

  .xxl\:focus\:border-transparent:focus {
    border-color: transparent;
  }

  .xxl\:focus\:border-current:focus {
    border-color: currentColor;
  }

  .xxl\:focus\:border-black-1:focus {
    --tw-border-opacity: 1;
    border-color: rgba(70, 70, 70, var(--tw-border-opacity));
  }

  .xxl\:focus\:border-black-2:focus {
    --tw-border-opacity: 1;
    border-color: rgba(215, 215, 215, var(--tw-border-opacity));
  }

  .xxl\:focus\:border-black-3:focus {
    --tw-border-opacity: 1;
    border-color: rgba(38, 38, 38, var(--tw-border-opacity));
  }

  .xxl\:focus\:border-black-4:focus {
    --tw-border-opacity: 1;
    border-color: rgba(237, 237, 237, var(--tw-border-opacity));
  }

  .xxl\:focus\:border-black-5:focus {
    --tw-border-opacity: 1;
    border-color: rgba(68, 68, 68, var(--tw-border-opacity));
  }

  .xxl\:focus\:border-black-6:focus {
    --tw-border-opacity: 1;
    border-color: rgba(108, 108, 108, var(--tw-border-opacity));
  }

  .xxl\:focus\:border-black:focus {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .xxl\:focus\:border-white-1:focus {
    --tw-border-opacity: 1;
    border-color: rgba(244, 244, 244, var(--tw-border-opacity));
  }

  .xxl\:focus\:border-white:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .xxl\:focus\:border-pink-1:focus {
    --tw-border-opacity: 1;
    border-color: rgba(233, 101, 147, var(--tw-border-opacity));
  }

  .xxl\:focus\:border-pink:focus {
    --tw-border-opacity: 1;
    border-color: rgba(238, 139, 174, var(--tw-border-opacity));
  }

  .xxl\:focus\:border-red-1:focus {
    --tw-border-opacity: 1;
    border-color: rgba(231, 6, 31, var(--tw-border-opacity));
  }

  .xxl\:focus\:border-red:focus {
    --tw-border-opacity: 1;
    border-color: rgba(239, 0, 22, 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-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-50 {
    --tw-border-opacity: 0.5;
  }

  .xxl\:border-opacity-60 {
    --tw-border-opacity: 0.6;
  }

  .xxl\:border-opacity-70 {
    --tw-border-opacity: 0.7;
  }

  .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-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-50 {
    --tw-border-opacity: 0.5;
  }

  .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-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-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-50:focus-within {
    --tw-border-opacity: 0.5;
  }

  .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-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-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-50:hover {
    --tw-border-opacity: 0.5;
  }

  .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-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-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-50:focus {
    --tw-border-opacity: 0.5;
  }

  .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-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-20 {
    border-radius: 20px;
  }

  .xxl\:rounded-99 {
    border-radius: 99px;
  }

  .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-t-20 {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }

  .xxl\:rounded-r-20 {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
  }

  .xxl\:rounded-b-20 {
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
  }

  .xxl\:rounded-l-20 {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
  }

  .xxl\:rounded-t-99 {
    border-top-left-radius: 99px;
    border-top-right-radius: 99px;
  }

  .xxl\:rounded-r-99 {
    border-top-right-radius: 99px;
    border-bottom-right-radius: 99px;
  }

  .xxl\:rounded-b-99 {
    border-bottom-right-radius: 99px;
    border-bottom-left-radius: 99px;
  }

  .xxl\:rounded-l-99 {
    border-top-left-radius: 99px;
    border-bottom-left-radius: 99px;
  }

  .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-tl-20 {
    border-top-left-radius: 20px;
  }

  .xxl\:rounded-tr-20 {
    border-top-right-radius: 20px;
  }

  .xxl\:rounded-br-20 {
    border-bottom-right-radius: 20px;
  }

  .xxl\:rounded-bl-20 {
    border-bottom-left-radius: 20px;
  }

  .xxl\:rounded-tl-99 {
    border-top-left-radius: 99px;
  }

  .xxl\:rounded-tr-99 {
    border-top-right-radius: 99px;
  }

  .xxl\:rounded-br-99 {
    border-bottom-right-radius: 99px;
  }

  .xxl\:rounded-bl-99 {
    border-bottom-left-radius: 99px;
  }

  .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\: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-2 {
    border-width: 2px;
  }

  .xxl\:border-4 {
    border-width: 4px;
  }

  .xxl\:border-8 {
    border-width: 8px;
  }

  .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-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-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-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 {
    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\:inline-table {
    display: inline-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\:list-item {
    display: list-item;
  }

  .group:hover .xxl\:group-hover\:block {
    display: block;
  }

  .group:hover .xxl\:group-hover\:inline-block {
    display: inline-block;
  }

  .group:hover .xxl\:group-hover\:inline {
    display: inline;
  }

  .group:hover .xxl\:group-hover\:flex {
    display: flex;
  }

  .group:hover .xxl\:group-hover\:inline-flex {
    display: inline-flex;
  }

  .group:hover .xxl\:group-hover\:table {
    display: table;
  }

  .group:hover .xxl\:group-hover\:inline-table {
    display: inline-table;
  }

  .group:hover .xxl\:group-hover\:table-caption {
    display: table-caption;
  }

  .group:hover .xxl\:group-hover\:table-cell {
    display: table-cell;
  }

  .group:hover .xxl\:group-hover\:table-column {
    display: table-column;
  }

  .group:hover .xxl\:group-hover\:table-column-group {
    display: table-column-group;
  }

  .group:hover .xxl\:group-hover\:table-footer-group {
    display: table-footer-group;
  }

  .group:hover .xxl\:group-hover\:table-header-group {
    display: table-header-group;
  }

  .group:hover .xxl\:group-hover\:table-row-group {
    display: table-row-group;
  }

  .group:hover .xxl\:group-hover\:table-row {
    display: table-row;
  }

  .group:hover .xxl\:group-hover\:flow-root {
    display: flow-root;
  }

  .group:hover .xxl\:group-hover\:grid {
    display: grid;
  }

  .group:hover .xxl\:group-hover\:inline-grid {
    display: inline-grid;
  }

  .group:hover .xxl\:group-hover\:contents {
    display: contents;
  }

  .group:hover .xxl\:group-hover\:list-item {
    display: list-item;
  }

  .xxl\:hidden {
    display: none;
  }

  .group:hover .xxl\:group-hover\: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-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-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-heading {
    font-family: Nunito Sans, sans-serif;
  }

  .xxl\:font-body {
    font-family: Nunito Sans, sans-serif;
  }

  .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-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-3 {
    height: 3px;
  }

  .xxl\:h-5 {
    height: 5px;
  }

  .xxl\:h-8 {
    height: 8px;
  }

  .xxl\:h-10 {
    height: 10px;
  }

  .xxl\:h-12 {
    height: 12px;
  }

  .xxl\:h-14 {
    height: 14px;
  }

  .xxl\:h-15 {
    height: 15px;
  }

  .xxl\:h-16 {
    height: 16px;
  }

  .xxl\:h-20 {
    height: 20px;
  }

  .xxl\:h-24 {
    height: 24px;
  }

  .xxl\:h-28 {
    height: 28px;
  }

  .xxl\:h-29 {
    height: 29px;
  }

  .xxl\:h-30 {
    height: 30px;
  }

  .xxl\:h-32 {
    height: 32px;
  }

  .xxl\:h-35 {
    height: 35px;
  }

  .xxl\:h-36 {
    height: 36px;
  }

  .xxl\:h-37 {
    height: 37px;
  }

  .xxl\:h-39 {
    height: 39px;
  }

  .xxl\:h-40 {
    height: 40px;
  }

  .xxl\:h-47 {
    height: 47px;
  }

  .xxl\:h-50 {
    height: 50px;
  }

  .xxl\:h-56 {
    height: 56px;
  }

  .xxl\:h-64 {
    height: 64px;
  }

  .xxl\:h-70 {
    height: 70px;
  }

  .xxl\:h-72 {
    height: 72px;
  }

  .xxl\:h-75 {
    height: 75px;
  }

  .xxl\:h-80 {
    height: 80px;
  }

  .xxl\:h-83 {
    height: 83px;
  }

  .xxl\:h-100 {
    height: 100px;
  }

  .xxl\:h-118 {
    height: 118px;
  }

  .xxl\:h-130 {
    height: 130px;
  }

  .xxl\:h-150 {
    height: 150px;
  }

  .xxl\:h-180 {
    height: 180px;
  }

  .xxl\:h-213 {
    height: 213px;
  }

  .xxl\:h-225 {
    height: 225px;
  }

  .xxl\:h-250 {
    height: 250px;
  }

  .xxl\:h-300 {
    height: 300px;
  }

  .xxl\:h-320 {
    height: 320px;
  }

  .xxl\:h-345 {
    height: 345px;
  }

  .xxl\:h-485 {
    height: 485px;
  }

  .xxl\:h-auto {
    height: auto;
  }

  .xxl\:h-px {
    height: 1px;
  }

  .xxl\:-h-135 {
    height: -135px;
  }

  .xxl\:h-0p {
    height: 0%;
  }

  .xxl\:h-5p {
    height: 5%;
  }

  .xxl\:h-10p {
    height: 10%;
  }

  .xxl\:h-15p {
    height: 15%;
  }

  .xxl\:h-20p {
    height: 20%;
  }

  .xxl\:h-25p {
    height: 25%;
  }

  .xxl\:h-30p {
    height: 30%;
  }

  .xxl\:h-35p {
    height: 35%;
  }

  .xxl\:h-40p {
    height: 40%;
  }

  .xxl\:h-45p {
    height: 45%;
  }

  .xxl\:h-50p {
    height: 50%;
  }

  .xxl\:h-55p {
    height: 55%;
  }

  .xxl\:h-60p {
    height: 60%;
  }

  .xxl\:h-65p {
    height: 65%;
  }

  .xxl\:h-70p {
    height: 70%;
  }

  .xxl\:h-75p {
    height: 75%;
  }

  .xxl\:h-80p {
    height: 80%;
  }

  .xxl\:h-85p {
    height: 85%;
  }

  .xxl\:h-90p {
    height: 90%;
  }

  .xxl\:h-95p {
    height: 95%;
  }

  .xxl\:h-100p {
    height: 100%;
  }

  .xxl\:h-66\.5p {
    height: 66.5%;
  }

  .xxl\:h-67\.5p {
    height: 67.5%;
  }

  .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\:text-12 {
    font-size: 12px;
    line-height: 1.225;
  }

  .xxl\:text-14 {
    font-size: 14px;
    line-height: 1.35;
  }

  .xxl\:text-15 {
    font-size: 15px;
    line-height: 1.35;
  }

  .xxl\:text-16 {
    font-size: 16px;
    line-height: 24px;
  }

  .xxl\:text-18 {
    font-size: 18px;
    line-height: 1.5;
  }

  .xxl\:text-20 {
    font-size: 20px;
    line-height: 1.4;
  }

  .xxl\:text-24 {
    font-size: 24px;
    line-height: 1.3;
  }

  .xxl\:text-25 {
    font-size: 25px;
    line-height: 1.3;
  }

  .xxl\:text-28 {
    font-size: 28px;
    line-height: 1.45;
  }

  .xxl\:text-30 {
    font-size: 30px;
    line-height: 39px;
  }

  .xxl\:text-32 {
    font-size: 32px;
    line-height: 41px;
  }

  .xxl\:text-45 {
    font-size: 45px;
    line-height: 51px;
  }

  .xxl\:text-48 {
    font-size: 48px;
    line-height: 1.4;
  }

  .xxl\:text-50 {
    font-size: 50px;
    line-height: 65px;
  }

  .xxl\:text-60 {
    font-size: 60px;
    line-height: 71px;
  }

  .xxl\:text-72 {
    font-size: 72px;
    line-height: 84px;
  }

  .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-3 {
    margin: 3px;
  }

  .xxl\:m-5 {
    margin: 5px;
  }

  .xxl\:m-8 {
    margin: 8px;
  }

  .xxl\:m-10 {
    margin: 10px;
  }

  .xxl\:m-12 {
    margin: 12px;
  }

  .xxl\:m-14 {
    margin: 14px;
  }

  .xxl\:m-15 {
    margin: 15px;
  }

  .xxl\:m-16 {
    margin: 16px;
  }

  .xxl\:m-20 {
    margin: 20px;
  }

  .xxl\:m-24 {
    margin: 24px;
  }

  .xxl\:m-28 {
    margin: 28px;
  }

  .xxl\:m-29 {
    margin: 29px;
  }

  .xxl\:m-30 {
    margin: 30px;
  }

  .xxl\:m-32 {
    margin: 32px;
  }

  .xxl\:m-35 {
    margin: 35px;
  }

  .xxl\:m-36 {
    margin: 36px;
  }

  .xxl\:m-37 {
    margin: 37px;
  }

  .xxl\:m-39 {
    margin: 39px;
  }

  .xxl\:m-40 {
    margin: 40px;
  }

  .xxl\:m-47 {
    margin: 47px;
  }

  .xxl\:m-50 {
    margin: 50px;
  }

  .xxl\:m-56 {
    margin: 56px;
  }

  .xxl\:m-64 {
    margin: 64px;
  }

  .xxl\:m-70 {
    margin: 70px;
  }

  .xxl\:m-72 {
    margin: 72px;
  }

  .xxl\:m-75 {
    margin: 75px;
  }

  .xxl\:m-80 {
    margin: 80px;
  }

  .xxl\:m-83 {
    margin: 83px;
  }

  .xxl\:m-100 {
    margin: 100px;
  }

  .xxl\:m-118 {
    margin: 118px;
  }

  .xxl\:m-130 {
    margin: 130px;
  }

  .xxl\:m-150 {
    margin: 150px;
  }

  .xxl\:m-180 {
    margin: 180px;
  }

  .xxl\:m-213 {
    margin: 213px;
  }

  .xxl\:m-225 {
    margin: 225px;
  }

  .xxl\:m-250 {
    margin: 250px;
  }

  .xxl\:m-300 {
    margin: 300px;
  }

  .xxl\:m-320 {
    margin: 320px;
  }

  .xxl\:m-345 {
    margin: 345px;
  }

  .xxl\:m-485 {
    margin: 485px;
  }

  .xxl\:m-auto {
    margin: auto;
  }

  .xxl\:m-px {
    margin: 1px;
  }

  .xxl\:-m-135 {
    margin: -135px;
  }

  .xxl\:m-0p {
    margin: 0%;
  }

  .xxl\:m-5p {
    margin: 5%;
  }

  .xxl\:m-10p {
    margin: 10%;
  }

  .xxl\:m-15p {
    margin: 15%;
  }

  .xxl\:m-20p {
    margin: 20%;
  }

  .xxl\:m-25p {
    margin: 25%;
  }

  .xxl\:m-30p {
    margin: 30%;
  }

  .xxl\:m-35p {
    margin: 35%;
  }

  .xxl\:m-40p {
    margin: 40%;
  }

  .xxl\:m-45p {
    margin: 45%;
  }

  .xxl\:m-50p {
    margin: 50%;
  }

  .xxl\:m-55p {
    margin: 55%;
  }

  .xxl\:m-60p {
    margin: 60%;
  }

  .xxl\:m-65p {
    margin: 65%;
  }

  .xxl\:m-70p {
    margin: 70%;
  }

  .xxl\:m-75p {
    margin: 75%;
  }

  .xxl\:m-80p {
    margin: 80%;
  }

  .xxl\:m-85p {
    margin: 85%;
  }

  .xxl\:m-90p {
    margin: 90%;
  }

  .xxl\:m-95p {
    margin: 95%;
  }

  .xxl\:m-100p {
    margin: 100%;
  }

  .xxl\:m-66\.5p {
    margin: 66.5%;
  }

  .xxl\:m-67\.5p {
    margin: 67.5%;
  }

  .xxl\:-m-0 {
    margin: 0px;
  }

  .xxl\:-m-3 {
    margin: -3px;
  }

  .xxl\:-m-5 {
    margin: -5px;
  }

  .xxl\:-m-8 {
    margin: -8px;
  }

  .xxl\:-m-10 {
    margin: -10px;
  }

  .xxl\:-m-12 {
    margin: -12px;
  }

  .xxl\:-m-14 {
    margin: -14px;
  }

  .xxl\:-m-15 {
    margin: -15px;
  }

  .xxl\:-m-16 {
    margin: -16px;
  }

  .xxl\:-m-20 {
    margin: -20px;
  }

  .xxl\:-m-24 {
    margin: -24px;
  }

  .xxl\:-m-28 {
    margin: -28px;
  }

  .xxl\:-m-29 {
    margin: -29px;
  }

  .xxl\:-m-30 {
    margin: -30px;
  }

  .xxl\:-m-32 {
    margin: -32px;
  }

  .xxl\:-m-35 {
    margin: -35px;
  }

  .xxl\:-m-36 {
    margin: -36px;
  }

  .xxl\:-m-37 {
    margin: -37px;
  }

  .xxl\:-m-39 {
    margin: -39px;
  }

  .xxl\:-m-40 {
    margin: -40px;
  }

  .xxl\:-m-47 {
    margin: -47px;
  }

  .xxl\:-m-50 {
    margin: -50px;
  }

  .xxl\:-m-56 {
    margin: -56px;
  }

  .xxl\:-m-64 {
    margin: -64px;
  }

  .xxl\:-m-70 {
    margin: -70px;
  }

  .xxl\:-m-72 {
    margin: -72px;
  }

  .xxl\:-m-75 {
    margin: -75px;
  }

  .xxl\:-m-80 {
    margin: -80px;
  }

  .xxl\:-m-83 {
    margin: -83px;
  }

  .xxl\:-m-100 {
    margin: -100px;
  }

  .xxl\:-m-118 {
    margin: -118px;
  }

  .xxl\:-m-130 {
    margin: -130px;
  }

  .xxl\:-m-150 {
    margin: -150px;
  }

  .xxl\:-m-180 {
    margin: -180px;
  }

  .xxl\:-m-213 {
    margin: -213px;
  }

  .xxl\:-m-225 {
    margin: -225px;
  }

  .xxl\:-m-250 {
    margin: -250px;
  }

  .xxl\:-m-300 {
    margin: -300px;
  }

  .xxl\:-m-320 {
    margin: -320px;
  }

  .xxl\:-m-345 {
    margin: -345px;
  }

  .xxl\:-m-485 {
    margin: -485px;
  }

  .xxl\:-m-px {
    margin: -1px;
  }

  .xxl\:-m--135 {
    margin: 135px;
  }

  .xxl\:-m-0p {
    margin: 0%;
  }

  .xxl\:-m-5p {
    margin: -5%;
  }

  .xxl\:-m-10p {
    margin: -10%;
  }

  .xxl\:-m-15p {
    margin: -15%;
  }

  .xxl\:-m-20p {
    margin: -20%;
  }

  .xxl\:-m-25p {
    margin: -25%;
  }

  .xxl\:-m-30p {
    margin: -30%;
  }

  .xxl\:-m-35p {
    margin: -35%;
  }

  .xxl\:-m-40p {
    margin: -40%;
  }

  .xxl\:-m-45p {
    margin: -45%;
  }

  .xxl\:-m-50p {
    margin: -50%;
  }

  .xxl\:-m-55p {
    margin: -55%;
  }

  .xxl\:-m-60p {
    margin: -60%;
  }

  .xxl\:-m-65p {
    margin: -65%;
  }

  .xxl\:-m-70p {
    margin: -70%;
  }

  .xxl\:-m-75p {
    margin: -75%;
  }

  .xxl\:-m-80p {
    margin: -80%;
  }

  .xxl\:-m-85p {
    margin: -85%;
  }

  .xxl\:-m-90p {
    margin: -90%;
  }

  .xxl\:-m-95p {
    margin: -95%;
  }

  .xxl\:-m-100p {
    margin: -100%;
  }

  .xxl\:-m-66\.5p {
    margin: -66.5%;
  }

  .xxl\:-m-67\.5p {
    margin: -67.5%;
  }

  .xxl\:my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .xxl\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .xxl\:my-3 {
    margin-top: 3px;
    margin-bottom: 3px;
  }

  .xxl\:mx-3 {
    margin-left: 3px;
    margin-right: 3px;
  }

  .xxl\:my-5 {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .xxl\:mx-5 {
    margin-left: 5px;
    margin-right: 5px;
  }

  .xxl\:my-8 {
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .xxl\:mx-8 {
    margin-left: 8px;
    margin-right: 8px;
  }

  .xxl\:my-10 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .xxl\:mx-10 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .xxl\:my-12 {
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .xxl\:mx-12 {
    margin-left: 12px;
    margin-right: 12px;
  }

  .xxl\:my-14 {
    margin-top: 14px;
    margin-bottom: 14px;
  }

  .xxl\:mx-14 {
    margin-left: 14px;
    margin-right: 14px;
  }

  .xxl\:my-15 {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .xxl\:mx-15 {
    margin-left: 15px;
    margin-right: 15px;
  }

  .xxl\:my-16 {
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .xxl\:mx-16 {
    margin-left: 16px;
    margin-right: 16px;
  }

  .xxl\:my-20 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .xxl\:mx-20 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .xxl\:my-24 {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .xxl\:mx-24 {
    margin-left: 24px;
    margin-right: 24px;
  }

  .xxl\:my-28 {
    margin-top: 28px;
    margin-bottom: 28px;
  }

  .xxl\:mx-28 {
    margin-left: 28px;
    margin-right: 28px;
  }

  .xxl\:my-29 {
    margin-top: 29px;
    margin-bottom: 29px;
  }

  .xxl\:mx-29 {
    margin-left: 29px;
    margin-right: 29px;
  }

  .xxl\:my-30 {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .xxl\:mx-30 {
    margin-left: 30px;
    margin-right: 30px;
  }

  .xxl\:my-32 {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .xxl\:mx-32 {
    margin-left: 32px;
    margin-right: 32px;
  }

  .xxl\:my-35 {
    margin-top: 35px;
    margin-bottom: 35px;
  }

  .xxl\:mx-35 {
    margin-left: 35px;
    margin-right: 35px;
  }

  .xxl\:my-36 {
    margin-top: 36px;
    margin-bottom: 36px;
  }

  .xxl\:mx-36 {
    margin-left: 36px;
    margin-right: 36px;
  }

  .xxl\:my-37 {
    margin-top: 37px;
    margin-bottom: 37px;
  }

  .xxl\:mx-37 {
    margin-left: 37px;
    margin-right: 37px;
  }

  .xxl\:my-39 {
    margin-top: 39px;
    margin-bottom: 39px;
  }

  .xxl\:mx-39 {
    margin-left: 39px;
    margin-right: 39px;
  }

  .xxl\:my-40 {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .xxl\:mx-40 {
    margin-left: 40px;
    margin-right: 40px;
  }

  .xxl\:my-47 {
    margin-top: 47px;
    margin-bottom: 47px;
  }

  .xxl\:mx-47 {
    margin-left: 47px;
    margin-right: 47px;
  }

  .xxl\:my-50 {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .xxl\:mx-50 {
    margin-left: 50px;
    margin-right: 50px;
  }

  .xxl\:my-56 {
    margin-top: 56px;
    margin-bottom: 56px;
  }

  .xxl\:mx-56 {
    margin-left: 56px;
    margin-right: 56px;
  }

  .xxl\:my-64 {
    margin-top: 64px;
    margin-bottom: 64px;
  }

  .xxl\:mx-64 {
    margin-left: 64px;
    margin-right: 64px;
  }

  .xxl\:my-70 {
    margin-top: 70px;
    margin-bottom: 70px;
  }

  .xxl\:mx-70 {
    margin-left: 70px;
    margin-right: 70px;
  }

  .xxl\:my-72 {
    margin-top: 72px;
    margin-bottom: 72px;
  }

  .xxl\:mx-72 {
    margin-left: 72px;
    margin-right: 72px;
  }

  .xxl\:my-75 {
    margin-top: 75px;
    margin-bottom: 75px;
  }

  .xxl\:mx-75 {
    margin-left: 75px;
    margin-right: 75px;
  }

  .xxl\:my-80 {
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .xxl\:mx-80 {
    margin-left: 80px;
    margin-right: 80px;
  }

  .xxl\:my-83 {
    margin-top: 83px;
    margin-bottom: 83px;
  }

  .xxl\:mx-83 {
    margin-left: 83px;
    margin-right: 83px;
  }

  .xxl\:my-100 {
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .xxl\:mx-100 {
    margin-left: 100px;
    margin-right: 100px;
  }

  .xxl\:my-118 {
    margin-top: 118px;
    margin-bottom: 118px;
  }

  .xxl\:mx-118 {
    margin-left: 118px;
    margin-right: 118px;
  }

  .xxl\:my-130 {
    margin-top: 130px;
    margin-bottom: 130px;
  }

  .xxl\:mx-130 {
    margin-left: 130px;
    margin-right: 130px;
  }

  .xxl\:my-150 {
    margin-top: 150px;
    margin-bottom: 150px;
  }

  .xxl\:mx-150 {
    margin-left: 150px;
    margin-right: 150px;
  }

  .xxl\:my-180 {
    margin-top: 180px;
    margin-bottom: 180px;
  }

  .xxl\:mx-180 {
    margin-left: 180px;
    margin-right: 180px;
  }

  .xxl\:my-213 {
    margin-top: 213px;
    margin-bottom: 213px;
  }

  .xxl\:mx-213 {
    margin-left: 213px;
    margin-right: 213px;
  }

  .xxl\:my-225 {
    margin-top: 225px;
    margin-bottom: 225px;
  }

  .xxl\:mx-225 {
    margin-left: 225px;
    margin-right: 225px;
  }

  .xxl\:my-250 {
    margin-top: 250px;
    margin-bottom: 250px;
  }

  .xxl\:mx-250 {
    margin-left: 250px;
    margin-right: 250px;
  }

  .xxl\:my-300 {
    margin-top: 300px;
    margin-bottom: 300px;
  }

  .xxl\:mx-300 {
    margin-left: 300px;
    margin-right: 300px;
  }

  .xxl\:my-320 {
    margin-top: 320px;
    margin-bottom: 320px;
  }

  .xxl\:mx-320 {
    margin-left: 320px;
    margin-right: 320px;
  }

  .xxl\:my-345 {
    margin-top: 345px;
    margin-bottom: 345px;
  }

  .xxl\:mx-345 {
    margin-left: 345px;
    margin-right: 345px;
  }

  .xxl\:my-485 {
    margin-top: 485px;
    margin-bottom: 485px;
  }

  .xxl\:mx-485 {
    margin-left: 485px;
    margin-right: 485px;
  }

  .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-135 {
    margin-top: -135px;
    margin-bottom: -135px;
  }

  .xxl\:-mx-135 {
    margin-left: -135px;
    margin-right: -135px;
  }

  .xxl\:my-0p {
    margin-top: 0%;
    margin-bottom: 0%;
  }

  .xxl\:mx-0p {
    margin-left: 0%;
    margin-right: 0%;
  }

  .xxl\:my-5p {
    margin-top: 5%;
    margin-bottom: 5%;
  }

  .xxl\:mx-5p {
    margin-left: 5%;
    margin-right: 5%;
  }

  .xxl\:my-10p {
    margin-top: 10%;
    margin-bottom: 10%;
  }

  .xxl\:mx-10p {
    margin-left: 10%;
    margin-right: 10%;
  }

  .xxl\:my-15p {
    margin-top: 15%;
    margin-bottom: 15%;
  }

  .xxl\:mx-15p {
    margin-left: 15%;
    margin-right: 15%;
  }

  .xxl\:my-20p {
    margin-top: 20%;
    margin-bottom: 20%;
  }

  .xxl\:mx-20p {
    margin-left: 20%;
    margin-right: 20%;
  }

  .xxl\:my-25p {
    margin-top: 25%;
    margin-bottom: 25%;
  }

  .xxl\:mx-25p {
    margin-left: 25%;
    margin-right: 25%;
  }

  .xxl\:my-30p {
    margin-top: 30%;
    margin-bottom: 30%;
  }

  .xxl\:mx-30p {
    margin-left: 30%;
    margin-right: 30%;
  }

  .xxl\:my-35p {
    margin-top: 35%;
    margin-bottom: 35%;
  }

  .xxl\:mx-35p {
    margin-left: 35%;
    margin-right: 35%;
  }

  .xxl\:my-40p {
    margin-top: 40%;
    margin-bottom: 40%;
  }

  .xxl\:mx-40p {
    margin-left: 40%;
    margin-right: 40%;
  }

  .xxl\:my-45p {
    margin-top: 45%;
    margin-bottom: 45%;
  }

  .xxl\:mx-45p {
    margin-left: 45%;
    margin-right: 45%;
  }

  .xxl\:my-50p {
    margin-top: 50%;
    margin-bottom: 50%;
  }

  .xxl\:mx-50p {
    margin-left: 50%;
    margin-right: 50%;
  }

  .xxl\:my-55p {
    margin-top: 55%;
    margin-bottom: 55%;
  }

  .xxl\:mx-55p {
    margin-left: 55%;
    margin-right: 55%;
  }

  .xxl\:my-60p {
    margin-top: 60%;
    margin-bottom: 60%;
  }

  .xxl\:mx-60p {
    margin-left: 60%;
    margin-right: 60%;
  }

  .xxl\:my-65p {
    margin-top: 65%;
    margin-bottom: 65%;
  }

  .xxl\:mx-65p {
    margin-left: 65%;
    margin-right: 65%;
  }

  .xxl\:my-70p {
    margin-top: 70%;
    margin-bottom: 70%;
  }

  .xxl\:mx-70p {
    margin-left: 70%;
    margin-right: 70%;
  }

  .xxl\:my-75p {
    margin-top: 75%;
    margin-bottom: 75%;
  }

  .xxl\:mx-75p {
    margin-left: 75%;
    margin-right: 75%;
  }

  .xxl\:my-80p {
    margin-top: 80%;
    margin-bottom: 80%;
  }

  .xxl\:mx-80p {
    margin-left: 80%;
    margin-right: 80%;
  }

  .xxl\:my-85p {
    margin-top: 85%;
    margin-bottom: 85%;
  }

  .xxl\:mx-85p {
    margin-left: 85%;
    margin-right: 85%;
  }

  .xxl\:my-90p {
    margin-top: 90%;
    margin-bottom: 90%;
  }

  .xxl\:mx-90p {
    margin-left: 90%;
    margin-right: 90%;
  }

  .xxl\:my-95p {
    margin-top: 95%;
    margin-bottom: 95%;
  }

  .xxl\:mx-95p {
    margin-left: 95%;
    margin-right: 95%;
  }

  .xxl\:my-100p {
    margin-top: 100%;
    margin-bottom: 100%;
  }

  .xxl\:mx-100p {
    margin-left: 100%;
    margin-right: 100%;
  }

  .xxl\:my-66\.5p {
    margin-top: 66.5%;
    margin-bottom: 66.5%;
  }

  .xxl\:mx-66\.5p {
    margin-left: 66.5%;
    margin-right: 66.5%;
  }

  .xxl\:my-67\.5p {
    margin-top: 67.5%;
    margin-bottom: 67.5%;
  }

  .xxl\:mx-67\.5p {
    margin-left: 67.5%;
    margin-right: 67.5%;
  }

  .xxl\:-my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .xxl\:-mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .xxl\:-my-3 {
    margin-top: -3px;
    margin-bottom: -3px;
  }

  .xxl\:-mx-3 {
    margin-left: -3px;
    margin-right: -3px;
  }

  .xxl\:-my-5 {
    margin-top: -5px;
    margin-bottom: -5px;
  }

  .xxl\:-mx-5 {
    margin-left: -5px;
    margin-right: -5px;
  }

  .xxl\:-my-8 {
    margin-top: -8px;
    margin-bottom: -8px;
  }

  .xxl\:-mx-8 {
    margin-left: -8px;
    margin-right: -8px;
  }

  .xxl\:-my-10 {
    margin-top: -10px;
    margin-bottom: -10px;
  }

  .xxl\:-mx-10 {
    margin-left: -10px;
    margin-right: -10px;
  }

  .xxl\:-my-12 {
    margin-top: -12px;
    margin-bottom: -12px;
  }

  .xxl\:-mx-12 {
    margin-left: -12px;
    margin-right: -12px;
  }

  .xxl\:-my-14 {
    margin-top: -14px;
    margin-bottom: -14px;
  }

  .xxl\:-mx-14 {
    margin-left: -14px;
    margin-right: -14px;
  }

  .xxl\:-my-15 {
    margin-top: -15px;
    margin-bottom: -15px;
  }

  .xxl\:-mx-15 {
    margin-left: -15px;
    margin-right: -15px;
  }

  .xxl\:-my-16 {
    margin-top: -16px;
    margin-bottom: -16px;
  }

  .xxl\:-mx-16 {
    margin-left: -16px;
    margin-right: -16px;
  }

  .xxl\:-my-20 {
    margin-top: -20px;
    margin-bottom: -20px;
  }

  .xxl\:-mx-20 {
    margin-left: -20px;
    margin-right: -20px;
  }

  .xxl\:-my-24 {
    margin-top: -24px;
    margin-bottom: -24px;
  }

  .xxl\:-mx-24 {
    margin-left: -24px;
    margin-right: -24px;
  }

  .xxl\:-my-28 {
    margin-top: -28px;
    margin-bottom: -28px;
  }

  .xxl\:-mx-28 {
    margin-left: -28px;
    margin-right: -28px;
  }

  .xxl\:-my-29 {
    margin-top: -29px;
    margin-bottom: -29px;
  }

  .xxl\:-mx-29 {
    margin-left: -29px;
    margin-right: -29px;
  }

  .xxl\:-my-30 {
    margin-top: -30px;
    margin-bottom: -30px;
  }

  .xxl\:-mx-30 {
    margin-left: -30px;
    margin-right: -30px;
  }

  .xxl\:-my-32 {
    margin-top: -32px;
    margin-bottom: -32px;
  }

  .xxl\:-mx-32 {
    margin-left: -32px;
    margin-right: -32px;
  }

  .xxl\:-my-35 {
    margin-top: -35px;
    margin-bottom: -35px;
  }

  .xxl\:-mx-35 {
    margin-left: -35px;
    margin-right: -35px;
  }

  .xxl\:-my-36 {
    margin-top: -36px;
    margin-bottom: -36px;
  }

  .xxl\:-mx-36 {
    margin-left: -36px;
    margin-right: -36px;
  }

  .xxl\:-my-37 {
    margin-top: -37px;
    margin-bottom: -37px;
  }

  .xxl\:-mx-37 {
    margin-left: -37px;
    margin-right: -37px;
  }

  .xxl\:-my-39 {
    margin-top: -39px;
    margin-bottom: -39px;
  }

  .xxl\:-mx-39 {
    margin-left: -39px;
    margin-right: -39px;
  }

  .xxl\:-my-40 {
    margin-top: -40px;
    margin-bottom: -40px;
  }

  .xxl\:-mx-40 {
    margin-left: -40px;
    margin-right: -40px;
  }

  .xxl\:-my-47 {
    margin-top: -47px;
    margin-bottom: -47px;
  }

  .xxl\:-mx-47 {
    margin-left: -47px;
    margin-right: -47px;
  }

  .xxl\:-my-50 {
    margin-top: -50px;
    margin-bottom: -50px;
  }

  .xxl\:-mx-50 {
    margin-left: -50px;
    margin-right: -50px;
  }

  .xxl\:-my-56 {
    margin-top: -56px;
    margin-bottom: -56px;
  }

  .xxl\:-mx-56 {
    margin-left: -56px;
    margin-right: -56px;
  }

  .xxl\:-my-64 {
    margin-top: -64px;
    margin-bottom: -64px;
  }

  .xxl\:-mx-64 {
    margin-left: -64px;
    margin-right: -64px;
  }

  .xxl\:-my-70 {
    margin-top: -70px;
    margin-bottom: -70px;
  }

  .xxl\:-mx-70 {
    margin-left: -70px;
    margin-right: -70px;
  }

  .xxl\:-my-72 {
    margin-top: -72px;
    margin-bottom: -72px;
  }

  .xxl\:-mx-72 {
    margin-left: -72px;
    margin-right: -72px;
  }

  .xxl\:-my-75 {
    margin-top: -75px;
    margin-bottom: -75px;
  }

  .xxl\:-mx-75 {
    margin-left: -75px;
    margin-right: -75px;
  }

  .xxl\:-my-80 {
    margin-top: -80px;
    margin-bottom: -80px;
  }

  .xxl\:-mx-80 {
    margin-left: -80px;
    margin-right: -80px;
  }

  .xxl\:-my-83 {
    margin-top: -83px;
    margin-bottom: -83px;
  }

  .xxl\:-mx-83 {
    margin-left: -83px;
    margin-right: -83px;
  }

  .xxl\:-my-100 {
    margin-top: -100px;
    margin-bottom: -100px;
  }

  .xxl\:-mx-100 {
    margin-left: -100px;
    margin-right: -100px;
  }

  .xxl\:-my-118 {
    margin-top: -118px;
    margin-bottom: -118px;
  }

  .xxl\:-mx-118 {
    margin-left: -118px;
    margin-right: -118px;
  }

  .xxl\:-my-130 {
    margin-top: -130px;
    margin-bottom: -130px;
  }

  .xxl\:-mx-130 {
    margin-left: -130px;
    margin-right: -130px;
  }

  .xxl\:-my-150 {
    margin-top: -150px;
    margin-bottom: -150px;
  }

  .xxl\:-mx-150 {
    margin-left: -150px;
    margin-right: -150px;
  }

  .xxl\:-my-180 {
    margin-top: -180px;
    margin-bottom: -180px;
  }

  .xxl\:-mx-180 {
    margin-left: -180px;
    margin-right: -180px;
  }

  .xxl\:-my-213 {
    margin-top: -213px;
    margin-bottom: -213px;
  }

  .xxl\:-mx-213 {
    margin-left: -213px;
    margin-right: -213px;
  }

  .xxl\:-my-225 {
    margin-top: -225px;
    margin-bottom: -225px;
  }

  .xxl\:-mx-225 {
    margin-left: -225px;
    margin-right: -225px;
  }

  .xxl\:-my-250 {
    margin-top: -250px;
    margin-bottom: -250px;
  }

  .xxl\:-mx-250 {
    margin-left: -250px;
    margin-right: -250px;
  }

  .xxl\:-my-300 {
    margin-top: -300px;
    margin-bottom: -300px;
  }

  .xxl\:-mx-300 {
    margin-left: -300px;
    margin-right: -300px;
  }

  .xxl\:-my-320 {
    margin-top: -320px;
    margin-bottom: -320px;
  }

  .xxl\:-mx-320 {
    margin-left: -320px;
    margin-right: -320px;
  }

  .xxl\:-my-345 {
    margin-top: -345px;
    margin-bottom: -345px;
  }

  .xxl\:-mx-345 {
    margin-left: -345px;
    margin-right: -345px;
  }

  .xxl\:-my-485 {
    margin-top: -485px;
    margin-bottom: -485px;
  }

  .xxl\:-mx-485 {
    margin-left: -485px;
    margin-right: -485px;
  }

  .xxl\:-my-px {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .xxl\:-mx-px {
    margin-left: -1px;
    margin-right: -1px;
  }

  .xxl\:-my--135 {
    margin-top: 135px;
    margin-bottom: 135px;
  }

  .xxl\:-mx--135 {
    margin-left: 135px;
    margin-right: 135px;
  }

  .xxl\:-my-0p {
    margin-top: 0%;
    margin-bottom: 0%;
  }

  .xxl\:-mx-0p {
    margin-left: 0%;
    margin-right: 0%;
  }

  .xxl\:-my-5p {
    margin-top: -5%;
    margin-bottom: -5%;
  }

  .xxl\:-mx-5p {
    margin-left: -5%;
    margin-right: -5%;
  }

  .xxl\:-my-10p {
    margin-top: -10%;
    margin-bottom: -10%;
  }

  .xxl\:-mx-10p {
    margin-left: -10%;
    margin-right: -10%;
  }

  .xxl\:-my-15p {
    margin-top: -15%;
    margin-bottom: -15%;
  }

  .xxl\:-mx-15p {
    margin-left: -15%;
    margin-right: -15%;
  }

  .xxl\:-my-20p {
    margin-top: -20%;
    margin-bottom: -20%;
  }

  .xxl\:-mx-20p {
    margin-left: -20%;
    margin-right: -20%;
  }

  .xxl\:-my-25p {
    margin-top: -25%;
    margin-bottom: -25%;
  }

  .xxl\:-mx-25p {
    margin-left: -25%;
    margin-right: -25%;
  }

  .xxl\:-my-30p {
    margin-top: -30%;
    margin-bottom: -30%;
  }

  .xxl\:-mx-30p {
    margin-left: -30%;
    margin-right: -30%;
  }

  .xxl\:-my-35p {
    margin-top: -35%;
    margin-bottom: -35%;
  }

  .xxl\:-mx-35p {
    margin-left: -35%;
    margin-right: -35%;
  }

  .xxl\:-my-40p {
    margin-top: -40%;
    margin-bottom: -40%;
  }

  .xxl\:-mx-40p {
    margin-left: -40%;
    margin-right: -40%;
  }

  .xxl\:-my-45p {
    margin-top: -45%;
    margin-bottom: -45%;
  }

  .xxl\:-mx-45p {
    margin-left: -45%;
    margin-right: -45%;
  }

  .xxl\:-my-50p {
    margin-top: -50%;
    margin-bottom: -50%;
  }

  .xxl\:-mx-50p {
    margin-left: -50%;
    margin-right: -50%;
  }

  .xxl\:-my-55p {
    margin-top: -55%;
    margin-bottom: -55%;
  }

  .xxl\:-mx-55p {
    margin-left: -55%;
    margin-right: -55%;
  }

  .xxl\:-my-60p {
    margin-top: -60%;
    margin-bottom: -60%;
  }

  .xxl\:-mx-60p {
    margin-left: -60%;
    margin-right: -60%;
  }

  .xxl\:-my-65p {
    margin-top: -65%;
    margin-bottom: -65%;
  }

  .xxl\:-mx-65p {
    margin-left: -65%;
    margin-right: -65%;
  }

  .xxl\:-my-70p {
    margin-top: -70%;
    margin-bottom: -70%;
  }

  .xxl\:-mx-70p {
    margin-left: -70%;
    margin-right: -70%;
  }

  .xxl\:-my-75p {
    margin-top: -75%;
    margin-bottom: -75%;
  }

  .xxl\:-mx-75p {
    margin-left: -75%;
    margin-right: -75%;
  }

  .xxl\:-my-80p {
    margin-top: -80%;
    margin-bottom: -80%;
  }

  .xxl\:-mx-80p {
    margin-left: -80%;
    margin-right: -80%;
  }

  .xxl\:-my-85p {
    margin-top: -85%;
    margin-bottom: -85%;
  }

  .xxl\:-mx-85p {
    margin-left: -85%;
    margin-right: -85%;
  }

  .xxl\:-my-90p {
    margin-top: -90%;
    margin-bottom: -90%;
  }

  .xxl\:-mx-90p {
    margin-left: -90%;
    margin-right: -90%;
  }

  .xxl\:-my-95p {
    margin-top: -95%;
    margin-bottom: -95%;
  }

  .xxl\:-mx-95p {
    margin-left: -95%;
    margin-right: -95%;
  }

  .xxl\:-my-100p {
    margin-top: -100%;
    margin-bottom: -100%;
  }

  .xxl\:-mx-100p {
    margin-left: -100%;
    margin-right: -100%;
  }

  .xxl\:-my-66\.5p {
    margin-top: -66.5%;
    margin-bottom: -66.5%;
  }

  .xxl\:-mx-66\.5p {
    margin-left: -66.5%;
    margin-right: -66.5%;
  }

  .xxl\:-my-67\.5p {
    margin-top: -67.5%;
    margin-bottom: -67.5%;
  }

  .xxl\:-mx-67\.5p {
    margin-left: -67.5%;
    margin-right: -67.5%;
  }

  .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-3 {
    margin-top: 3px;
  }

  .xxl\:mr-3 {
    margin-right: 3px;
  }

  .xxl\:mb-3 {
    margin-bottom: 3px;
  }

  .xxl\:ml-3 {
    margin-left: 3px;
  }

  .xxl\:mt-5 {
    margin-top: 5px;
  }

  .xxl\:mr-5 {
    margin-right: 5px;
  }

  .xxl\:mb-5 {
    margin-bottom: 5px;
  }

  .xxl\:ml-5 {
    margin-left: 5px;
  }

  .xxl\:mt-8 {
    margin-top: 8px;
  }

  .xxl\:mr-8 {
    margin-right: 8px;
  }

  .xxl\:mb-8 {
    margin-bottom: 8px;
  }

  .xxl\:ml-8 {
    margin-left: 8px;
  }

  .xxl\:mt-10 {
    margin-top: 10px;
  }

  .xxl\:mr-10 {
    margin-right: 10px;
  }

  .xxl\:mb-10 {
    margin-bottom: 10px;
  }

  .xxl\:ml-10 {
    margin-left: 10px;
  }

  .xxl\:mt-12 {
    margin-top: 12px;
  }

  .xxl\:mr-12 {
    margin-right: 12px;
  }

  .xxl\:mb-12 {
    margin-bottom: 12px;
  }

  .xxl\:ml-12 {
    margin-left: 12px;
  }

  .xxl\:mt-14 {
    margin-top: 14px;
  }

  .xxl\:mr-14 {
    margin-right: 14px;
  }

  .xxl\:mb-14 {
    margin-bottom: 14px;
  }

  .xxl\:ml-14 {
    margin-left: 14px;
  }

  .xxl\:mt-15 {
    margin-top: 15px;
  }

  .xxl\:mr-15 {
    margin-right: 15px;
  }

  .xxl\:mb-15 {
    margin-bottom: 15px;
  }

  .xxl\:ml-15 {
    margin-left: 15px;
  }

  .xxl\:mt-16 {
    margin-top: 16px;
  }

  .xxl\:mr-16 {
    margin-right: 16px;
  }

  .xxl\:mb-16 {
    margin-bottom: 16px;
  }

  .xxl\:ml-16 {
    margin-left: 16px;
  }

  .xxl\:mt-20 {
    margin-top: 20px;
  }

  .xxl\:mr-20 {
    margin-right: 20px;
  }

  .xxl\:mb-20 {
    margin-bottom: 20px;
  }

  .xxl\:ml-20 {
    margin-left: 20px;
  }

  .xxl\:mt-24 {
    margin-top: 24px;
  }

  .xxl\:mr-24 {
    margin-right: 24px;
  }

  .xxl\:mb-24 {
    margin-bottom: 24px;
  }

  .xxl\:ml-24 {
    margin-left: 24px;
  }

  .xxl\:mt-28 {
    margin-top: 28px;
  }

  .xxl\:mr-28 {
    margin-right: 28px;
  }

  .xxl\:mb-28 {
    margin-bottom: 28px;
  }

  .xxl\:ml-28 {
    margin-left: 28px;
  }

  .xxl\:mt-29 {
    margin-top: 29px;
  }

  .xxl\:mr-29 {
    margin-right: 29px;
  }

  .xxl\:mb-29 {
    margin-bottom: 29px;
  }

  .xxl\:ml-29 {
    margin-left: 29px;
  }

  .xxl\:mt-30 {
    margin-top: 30px;
  }

  .xxl\:mr-30 {
    margin-right: 30px;
  }

  .xxl\:mb-30 {
    margin-bottom: 30px;
  }

  .xxl\:ml-30 {
    margin-left: 30px;
  }

  .xxl\:mt-32 {
    margin-top: 32px;
  }

  .xxl\:mr-32 {
    margin-right: 32px;
  }

  .xxl\:mb-32 {
    margin-bottom: 32px;
  }

  .xxl\:ml-32 {
    margin-left: 32px;
  }

  .xxl\:mt-35 {
    margin-top: 35px;
  }

  .xxl\:mr-35 {
    margin-right: 35px;
  }

  .xxl\:mb-35 {
    margin-bottom: 35px;
  }

  .xxl\:ml-35 {
    margin-left: 35px;
  }

  .xxl\:mt-36 {
    margin-top: 36px;
  }

  .xxl\:mr-36 {
    margin-right: 36px;
  }

  .xxl\:mb-36 {
    margin-bottom: 36px;
  }

  .xxl\:ml-36 {
    margin-left: 36px;
  }

  .xxl\:mt-37 {
    margin-top: 37px;
  }

  .xxl\:mr-37 {
    margin-right: 37px;
  }

  .xxl\:mb-37 {
    margin-bottom: 37px;
  }

  .xxl\:ml-37 {
    margin-left: 37px;
  }

  .xxl\:mt-39 {
    margin-top: 39px;
  }

  .xxl\:mr-39 {
    margin-right: 39px;
  }

  .xxl\:mb-39 {
    margin-bottom: 39px;
  }

  .xxl\:ml-39 {
    margin-left: 39px;
  }

  .xxl\:mt-40 {
    margin-top: 40px;
  }

  .xxl\:mr-40 {
    margin-right: 40px;
  }

  .xxl\:mb-40 {
    margin-bottom: 40px;
  }

  .xxl\:ml-40 {
    margin-left: 40px;
  }

  .xxl\:mt-47 {
    margin-top: 47px;
  }

  .xxl\:mr-47 {
    margin-right: 47px;
  }

  .xxl\:mb-47 {
    margin-bottom: 47px;
  }

  .xxl\:ml-47 {
    margin-left: 47px;
  }

  .xxl\:mt-50 {
    margin-top: 50px;
  }

  .xxl\:mr-50 {
    margin-right: 50px;
  }

  .xxl\:mb-50 {
    margin-bottom: 50px;
  }

  .xxl\:ml-50 {
    margin-left: 50px;
  }

  .xxl\:mt-56 {
    margin-top: 56px;
  }

  .xxl\:mr-56 {
    margin-right: 56px;
  }

  .xxl\:mb-56 {
    margin-bottom: 56px;
  }

  .xxl\:ml-56 {
    margin-left: 56px;
  }

  .xxl\:mt-64 {
    margin-top: 64px;
  }

  .xxl\:mr-64 {
    margin-right: 64px;
  }

  .xxl\:mb-64 {
    margin-bottom: 64px;
  }

  .xxl\:ml-64 {
    margin-left: 64px;
  }

  .xxl\:mt-70 {
    margin-top: 70px;
  }

  .xxl\:mr-70 {
    margin-right: 70px;
  }

  .xxl\:mb-70 {
    margin-bottom: 70px;
  }

  .xxl\:ml-70 {
    margin-left: 70px;
  }

  .xxl\:mt-72 {
    margin-top: 72px;
  }

  .xxl\:mr-72 {
    margin-right: 72px;
  }

  .xxl\:mb-72 {
    margin-bottom: 72px;
  }

  .xxl\:ml-72 {
    margin-left: 72px;
  }

  .xxl\:mt-75 {
    margin-top: 75px;
  }

  .xxl\:mr-75 {
    margin-right: 75px;
  }

  .xxl\:mb-75 {
    margin-bottom: 75px;
  }

  .xxl\:ml-75 {
    margin-left: 75px;
  }

  .xxl\:mt-80 {
    margin-top: 80px;
  }

  .xxl\:mr-80 {
    margin-right: 80px;
  }

  .xxl\:mb-80 {
    margin-bottom: 80px;
  }

  .xxl\:ml-80 {
    margin-left: 80px;
  }

  .xxl\:mt-83 {
    margin-top: 83px;
  }

  .xxl\:mr-83 {
    margin-right: 83px;
  }

  .xxl\:mb-83 {
    margin-bottom: 83px;
  }

  .xxl\:ml-83 {
    margin-left: 83px;
  }

  .xxl\:mt-100 {
    margin-top: 100px;
  }

  .xxl\:mr-100 {
    margin-right: 100px;
  }

  .xxl\:mb-100 {
    margin-bottom: 100px;
  }

  .xxl\:ml-100 {
    margin-left: 100px;
  }

  .xxl\:mt-118 {
    margin-top: 118px;
  }

  .xxl\:mr-118 {
    margin-right: 118px;
  }

  .xxl\:mb-118 {
    margin-bottom: 118px;
  }

  .xxl\:ml-118 {
    margin-left: 118px;
  }

  .xxl\:mt-130 {
    margin-top: 130px;
  }

  .xxl\:mr-130 {
    margin-right: 130px;
  }

  .xxl\:mb-130 {
    margin-bottom: 130px;
  }

  .xxl\:ml-130 {
    margin-left: 130px;
  }

  .xxl\:mt-150 {
    margin-top: 150px;
  }

  .xxl\:mr-150 {
    margin-right: 150px;
  }

  .xxl\:mb-150 {
    margin-bottom: 150px;
  }

  .xxl\:ml-150 {
    margin-left: 150px;
  }

  .xxl\:mt-180 {
    margin-top: 180px;
  }

  .xxl\:mr-180 {
    margin-right: 180px;
  }

  .xxl\:mb-180 {
    margin-bottom: 180px;
  }

  .xxl\:ml-180 {
    margin-left: 180px;
  }

  .xxl\:mt-213 {
    margin-top: 213px;
  }

  .xxl\:mr-213 {
    margin-right: 213px;
  }

  .xxl\:mb-213 {
    margin-bottom: 213px;
  }

  .xxl\:ml-213 {
    margin-left: 213px;
  }

  .xxl\:mt-225 {
    margin-top: 225px;
  }

  .xxl\:mr-225 {
    margin-right: 225px;
  }

  .xxl\:mb-225 {
    margin-bottom: 225px;
  }

  .xxl\:ml-225 {
    margin-left: 225px;
  }

  .xxl\:mt-250 {
    margin-top: 250px;
  }

  .xxl\:mr-250 {
    margin-right: 250px;
  }

  .xxl\:mb-250 {
    margin-bottom: 250px;
  }

  .xxl\:ml-250 {
    margin-left: 250px;
  }

  .xxl\:mt-300 {
    margin-top: 300px;
  }

  .xxl\:mr-300 {
    margin-right: 300px;
  }

  .xxl\:mb-300 {
    margin-bottom: 300px;
  }

  .xxl\:ml-300 {
    margin-left: 300px;
  }

  .xxl\:mt-320 {
    margin-top: 320px;
  }

  .xxl\:mr-320 {
    margin-right: 320px;
  }

  .xxl\:mb-320 {
    margin-bottom: 320px;
  }

  .xxl\:ml-320 {
    margin-left: 320px;
  }

  .xxl\:mt-345 {
    margin-top: 345px;
  }

  .xxl\:mr-345 {
    margin-right: 345px;
  }

  .xxl\:mb-345 {
    margin-bottom: 345px;
  }

  .xxl\:ml-345 {
    margin-left: 345px;
  }

  .xxl\:mt-485 {
    margin-top: 485px;
  }

  .xxl\:mr-485 {
    margin-right: 485px;
  }

  .xxl\:mb-485 {
    margin-bottom: 485px;
  }

  .xxl\:ml-485 {
    margin-left: 485px;
  }

  .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-135 {
    margin-top: -135px;
  }

  .xxl\:-mr-135 {
    margin-right: -135px;
  }

  .xxl\:-mb-135 {
    margin-bottom: -135px;
  }

  .xxl\:-ml-135 {
    margin-left: -135px;
  }

  .xxl\:mt-0p {
    margin-top: 0%;
  }

  .xxl\:mr-0p {
    margin-right: 0%;
  }

  .xxl\:mb-0p {
    margin-bottom: 0%;
  }

  .xxl\:ml-0p {
    margin-left: 0%;
  }

  .xxl\:mt-5p {
    margin-top: 5%;
  }

  .xxl\:mr-5p {
    margin-right: 5%;
  }

  .xxl\:mb-5p {
    margin-bottom: 5%;
  }

  .xxl\:ml-5p {
    margin-left: 5%;
  }

  .xxl\:mt-10p {
    margin-top: 10%;
  }

  .xxl\:mr-10p {
    margin-right: 10%;
  }

  .xxl\:mb-10p {
    margin-bottom: 10%;
  }

  .xxl\:ml-10p {
    margin-left: 10%;
  }

  .xxl\:mt-15p {
    margin-top: 15%;
  }

  .xxl\:mr-15p {
    margin-right: 15%;
  }

  .xxl\:mb-15p {
    margin-bottom: 15%;
  }

  .xxl\:ml-15p {
    margin-left: 15%;
  }

  .xxl\:mt-20p {
    margin-top: 20%;
  }

  .xxl\:mr-20p {
    margin-right: 20%;
  }

  .xxl\:mb-20p {
    margin-bottom: 20%;
  }

  .xxl\:ml-20p {
    margin-left: 20%;
  }

  .xxl\:mt-25p {
    margin-top: 25%;
  }

  .xxl\:mr-25p {
    margin-right: 25%;
  }

  .xxl\:mb-25p {
    margin-bottom: 25%;
  }

  .xxl\:ml-25p {
    margin-left: 25%;
  }

  .xxl\:mt-30p {
    margin-top: 30%;
  }

  .xxl\:mr-30p {
    margin-right: 30%;
  }

  .xxl\:mb-30p {
    margin-bottom: 30%;
  }

  .xxl\:ml-30p {
    margin-left: 30%;
  }

  .xxl\:mt-35p {
    margin-top: 35%;
  }

  .xxl\:mr-35p {
    margin-right: 35%;
  }

  .xxl\:mb-35p {
    margin-bottom: 35%;
  }

  .xxl\:ml-35p {
    margin-left: 35%;
  }

  .xxl\:mt-40p {
    margin-top: 40%;
  }

  .xxl\:mr-40p {
    margin-right: 40%;
  }

  .xxl\:mb-40p {
    margin-bottom: 40%;
  }

  .xxl\:ml-40p {
    margin-left: 40%;
  }

  .xxl\:mt-45p {
    margin-top: 45%;
  }

  .xxl\:mr-45p {
    margin-right: 45%;
  }

  .xxl\:mb-45p {
    margin-bottom: 45%;
  }

  .xxl\:ml-45p {
    margin-left: 45%;
  }

  .xxl\:mt-50p {
    margin-top: 50%;
  }

  .xxl\:mr-50p {
    margin-right: 50%;
  }

  .xxl\:mb-50p {
    margin-bottom: 50%;
  }

  .xxl\:ml-50p {
    margin-left: 50%;
  }

  .xxl\:mt-55p {
    margin-top: 55%;
  }

  .xxl\:mr-55p {
    margin-right: 55%;
  }

  .xxl\:mb-55p {
    margin-bottom: 55%;
  }

  .xxl\:ml-55p {
    margin-left: 55%;
  }

  .xxl\:mt-60p {
    margin-top: 60%;
  }

  .xxl\:mr-60p {
    margin-right: 60%;
  }

  .xxl\:mb-60p {
    margin-bottom: 60%;
  }

  .xxl\:ml-60p {
    margin-left: 60%;
  }

  .xxl\:mt-65p {
    margin-top: 65%;
  }

  .xxl\:mr-65p {
    margin-right: 65%;
  }

  .xxl\:mb-65p {
    margin-bottom: 65%;
  }

  .xxl\:ml-65p {
    margin-left: 65%;
  }

  .xxl\:mt-70p {
    margin-top: 70%;
  }

  .xxl\:mr-70p {
    margin-right: 70%;
  }

  .xxl\:mb-70p {
    margin-bottom: 70%;
  }

  .xxl\:ml-70p {
    margin-left: 70%;
  }

  .xxl\:mt-75p {
    margin-top: 75%;
  }

  .xxl\:mr-75p {
    margin-right: 75%;
  }

  .xxl\:mb-75p {
    margin-bottom: 75%;
  }

  .xxl\:ml-75p {
    margin-left: 75%;
  }

  .xxl\:mt-80p {
    margin-top: 80%;
  }

  .xxl\:mr-80p {
    margin-right: 80%;
  }

  .xxl\:mb-80p {
    margin-bottom: 80%;
  }

  .xxl\:ml-80p {
    margin-left: 80%;
  }

  .xxl\:mt-85p {
    margin-top: 85%;
  }

  .xxl\:mr-85p {
    margin-right: 85%;
  }

  .xxl\:mb-85p {
    margin-bottom: 85%;
  }

  .xxl\:ml-85p {
    margin-left: 85%;
  }

  .xxl\:mt-90p {
    margin-top: 90%;
  }

  .xxl\:mr-90p {
    margin-right: 90%;
  }

  .xxl\:mb-90p {
    margin-bottom: 90%;
  }

  .xxl\:ml-90p {
    margin-left: 90%;
  }

  .xxl\:mt-95p {
    margin-top: 95%;
  }

  .xxl\:mr-95p {
    margin-right: 95%;
  }

  .xxl\:mb-95p {
    margin-bottom: 95%;
  }

  .xxl\:ml-95p {
    margin-left: 95%;
  }

  .xxl\:mt-100p {
    margin-top: 100%;
  }

  .xxl\:mr-100p {
    margin-right: 100%;
  }

  .xxl\:mb-100p {
    margin-bottom: 100%;
  }

  .xxl\:ml-100p {
    margin-left: 100%;
  }

  .xxl\:mt-66\.5p {
    margin-top: 66.5%;
  }

  .xxl\:mr-66\.5p {
    margin-right: 66.5%;
  }

  .xxl\:mb-66\.5p {
    margin-bottom: 66.5%;
  }

  .xxl\:ml-66\.5p {
    margin-left: 66.5%;
  }

  .xxl\:mt-67\.5p {
    margin-top: 67.5%;
  }

  .xxl\:mr-67\.5p {
    margin-right: 67.5%;
  }

  .xxl\:mb-67\.5p {
    margin-bottom: 67.5%;
  }

  .xxl\:ml-67\.5p {
    margin-left: 67.5%;
  }

  .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-3 {
    margin-top: -3px;
  }

  .xxl\:-mr-3 {
    margin-right: -3px;
  }

  .xxl\:-mb-3 {
    margin-bottom: -3px;
  }

  .xxl\:-ml-3 {
    margin-left: -3px;
  }

  .xxl\:-mt-5 {
    margin-top: -5px;
  }

  .xxl\:-mr-5 {
    margin-right: -5px;
  }

  .xxl\:-mb-5 {
    margin-bottom: -5px;
  }

  .xxl\:-ml-5 {
    margin-left: -5px;
  }

  .xxl\:-mt-8 {
    margin-top: -8px;
  }

  .xxl\:-mr-8 {
    margin-right: -8px;
  }

  .xxl\:-mb-8 {
    margin-bottom: -8px;
  }

  .xxl\:-ml-8 {
    margin-left: -8px;
  }

  .xxl\:-mt-10 {
    margin-top: -10px;
  }

  .xxl\:-mr-10 {
    margin-right: -10px;
  }

  .xxl\:-mb-10 {
    margin-bottom: -10px;
  }

  .xxl\:-ml-10 {
    margin-left: -10px;
  }

  .xxl\:-mt-12 {
    margin-top: -12px;
  }

  .xxl\:-mr-12 {
    margin-right: -12px;
  }

  .xxl\:-mb-12 {
    margin-bottom: -12px;
  }

  .xxl\:-ml-12 {
    margin-left: -12px;
  }

  .xxl\:-mt-14 {
    margin-top: -14px;
  }

  .xxl\:-mr-14 {
    margin-right: -14px;
  }

  .xxl\:-mb-14 {
    margin-bottom: -14px;
  }

  .xxl\:-ml-14 {
    margin-left: -14px;
  }

  .xxl\:-mt-15 {
    margin-top: -15px;
  }

  .xxl\:-mr-15 {
    margin-right: -15px;
  }

  .xxl\:-mb-15 {
    margin-bottom: -15px;
  }

  .xxl\:-ml-15 {
    margin-left: -15px;
  }

  .xxl\:-mt-16 {
    margin-top: -16px;
  }

  .xxl\:-mr-16 {
    margin-right: -16px;
  }

  .xxl\:-mb-16 {
    margin-bottom: -16px;
  }

  .xxl\:-ml-16 {
    margin-left: -16px;
  }

  .xxl\:-mt-20 {
    margin-top: -20px;
  }

  .xxl\:-mr-20 {
    margin-right: -20px;
  }

  .xxl\:-mb-20 {
    margin-bottom: -20px;
  }

  .xxl\:-ml-20 {
    margin-left: -20px;
  }

  .xxl\:-mt-24 {
    margin-top: -24px;
  }

  .xxl\:-mr-24 {
    margin-right: -24px;
  }

  .xxl\:-mb-24 {
    margin-bottom: -24px;
  }

  .xxl\:-ml-24 {
    margin-left: -24px;
  }

  .xxl\:-mt-28 {
    margin-top: -28px;
  }

  .xxl\:-mr-28 {
    margin-right: -28px;
  }

  .xxl\:-mb-28 {
    margin-bottom: -28px;
  }

  .xxl\:-ml-28 {
    margin-left: -28px;
  }

  .xxl\:-mt-29 {
    margin-top: -29px;
  }

  .xxl\:-mr-29 {
    margin-right: -29px;
  }

  .xxl\:-mb-29 {
    margin-bottom: -29px;
  }

  .xxl\:-ml-29 {
    margin-left: -29px;
  }

  .xxl\:-mt-30 {
    margin-top: -30px;
  }

  .xxl\:-mr-30 {
    margin-right: -30px;
  }

  .xxl\:-mb-30 {
    margin-bottom: -30px;
  }

  .xxl\:-ml-30 {
    margin-left: -30px;
  }

  .xxl\:-mt-32 {
    margin-top: -32px;
  }

  .xxl\:-mr-32 {
    margin-right: -32px;
  }

  .xxl\:-mb-32 {
    margin-bottom: -32px;
  }

  .xxl\:-ml-32 {
    margin-left: -32px;
  }

  .xxl\:-mt-35 {
    margin-top: -35px;
  }

  .xxl\:-mr-35 {
    margin-right: -35px;
  }

  .xxl\:-mb-35 {
    margin-bottom: -35px;
  }

  .xxl\:-ml-35 {
    margin-left: -35px;
  }

  .xxl\:-mt-36 {
    margin-top: -36px;
  }

  .xxl\:-mr-36 {
    margin-right: -36px;
  }

  .xxl\:-mb-36 {
    margin-bottom: -36px;
  }

  .xxl\:-ml-36 {
    margin-left: -36px;
  }

  .xxl\:-mt-37 {
    margin-top: -37px;
  }

  .xxl\:-mr-37 {
    margin-right: -37px;
  }

  .xxl\:-mb-37 {
    margin-bottom: -37px;
  }

  .xxl\:-ml-37 {
    margin-left: -37px;
  }

  .xxl\:-mt-39 {
    margin-top: -39px;
  }

  .xxl\:-mr-39 {
    margin-right: -39px;
  }

  .xxl\:-mb-39 {
    margin-bottom: -39px;
  }

  .xxl\:-ml-39 {
    margin-left: -39px;
  }

  .xxl\:-mt-40 {
    margin-top: -40px;
  }

  .xxl\:-mr-40 {
    margin-right: -40px;
  }

  .xxl\:-mb-40 {
    margin-bottom: -40px;
  }

  .xxl\:-ml-40 {
    margin-left: -40px;
  }

  .xxl\:-mt-47 {
    margin-top: -47px;
  }

  .xxl\:-mr-47 {
    margin-right: -47px;
  }

  .xxl\:-mb-47 {
    margin-bottom: -47px;
  }

  .xxl\:-ml-47 {
    margin-left: -47px;
  }

  .xxl\:-mt-50 {
    margin-top: -50px;
  }

  .xxl\:-mr-50 {
    margin-right: -50px;
  }

  .xxl\:-mb-50 {
    margin-bottom: -50px;
  }

  .xxl\:-ml-50 {
    margin-left: -50px;
  }

  .xxl\:-mt-56 {
    margin-top: -56px;
  }

  .xxl\:-mr-56 {
    margin-right: -56px;
  }

  .xxl\:-mb-56 {
    margin-bottom: -56px;
  }

  .xxl\:-ml-56 {
    margin-left: -56px;
  }

  .xxl\:-mt-64 {
    margin-top: -64px;
  }

  .xxl\:-mr-64 {
    margin-right: -64px;
  }

  .xxl\:-mb-64 {
    margin-bottom: -64px;
  }

  .xxl\:-ml-64 {
    margin-left: -64px;
  }

  .xxl\:-mt-70 {
    margin-top: -70px;
  }

  .xxl\:-mr-70 {
    margin-right: -70px;
  }

  .xxl\:-mb-70 {
    margin-bottom: -70px;
  }

  .xxl\:-ml-70 {
    margin-left: -70px;
  }

  .xxl\:-mt-72 {
    margin-top: -72px;
  }

  .xxl\:-mr-72 {
    margin-right: -72px;
  }

  .xxl\:-mb-72 {
    margin-bottom: -72px;
  }

  .xxl\:-ml-72 {
    margin-left: -72px;
  }

  .xxl\:-mt-75 {
    margin-top: -75px;
  }

  .xxl\:-mr-75 {
    margin-right: -75px;
  }

  .xxl\:-mb-75 {
    margin-bottom: -75px;
  }

  .xxl\:-ml-75 {
    margin-left: -75px;
  }

  .xxl\:-mt-80 {
    margin-top: -80px;
  }

  .xxl\:-mr-80 {
    margin-right: -80px;
  }

  .xxl\:-mb-80 {
    margin-bottom: -80px;
  }

  .xxl\:-ml-80 {
    margin-left: -80px;
  }

  .xxl\:-mt-83 {
    margin-top: -83px;
  }

  .xxl\:-mr-83 {
    margin-right: -83px;
  }

  .xxl\:-mb-83 {
    margin-bottom: -83px;
  }

  .xxl\:-ml-83 {
    margin-left: -83px;
  }

  .xxl\:-mt-100 {
    margin-top: -100px;
  }

  .xxl\:-mr-100 {
    margin-right: -100px;
  }

  .xxl\:-mb-100 {
    margin-bottom: -100px;
  }

  .xxl\:-ml-100 {
    margin-left: -100px;
  }

  .xxl\:-mt-118 {
    margin-top: -118px;
  }

  .xxl\:-mr-118 {
    margin-right: -118px;
  }

  .xxl\:-mb-118 {
    margin-bottom: -118px;
  }

  .xxl\:-ml-118 {
    margin-left: -118px;
  }

  .xxl\:-mt-130 {
    margin-top: -130px;
  }

  .xxl\:-mr-130 {
    margin-right: -130px;
  }

  .xxl\:-mb-130 {
    margin-bottom: -130px;
  }

  .xxl\:-ml-130 {
    margin-left: -130px;
  }

  .xxl\:-mt-150 {
    margin-top: -150px;
  }

  .xxl\:-mr-150 {
    margin-right: -150px;
  }

  .xxl\:-mb-150 {
    margin-bottom: -150px;
  }

  .xxl\:-ml-150 {
    margin-left: -150px;
  }

  .xxl\:-mt-180 {
    margin-top: -180px;
  }

  .xxl\:-mr-180 {
    margin-right: -180px;
  }

  .xxl\:-mb-180 {
    margin-bottom: -180px;
  }

  .xxl\:-ml-180 {
    margin-left: -180px;
  }

  .xxl\:-mt-213 {
    margin-top: -213px;
  }

  .xxl\:-mr-213 {
    margin-right: -213px;
  }

  .xxl\:-mb-213 {
    margin-bottom: -213px;
  }

  .xxl\:-ml-213 {
    margin-left: -213px;
  }

  .xxl\:-mt-225 {
    margin-top: -225px;
  }

  .xxl\:-mr-225 {
    margin-right: -225px;
  }

  .xxl\:-mb-225 {
    margin-bottom: -225px;
  }

  .xxl\:-ml-225 {
    margin-left: -225px;
  }

  .xxl\:-mt-250 {
    margin-top: -250px;
  }

  .xxl\:-mr-250 {
    margin-right: -250px;
  }

  .xxl\:-mb-250 {
    margin-bottom: -250px;
  }

  .xxl\:-ml-250 {
    margin-left: -250px;
  }

  .xxl\:-mt-300 {
    margin-top: -300px;
  }

  .xxl\:-mr-300 {
    margin-right: -300px;
  }

  .xxl\:-mb-300 {
    margin-bottom: -300px;
  }

  .xxl\:-ml-300 {
    margin-left: -300px;
  }

  .xxl\:-mt-320 {
    margin-top: -320px;
  }

  .xxl\:-mr-320 {
    margin-right: -320px;
  }

  .xxl\:-mb-320 {
    margin-bottom: -320px;
  }

  .xxl\:-ml-320 {
    margin-left: -320px;
  }

  .xxl\:-mt-345 {
    margin-top: -345px;
  }

  .xxl\:-mr-345 {
    margin-right: -345px;
  }

  .xxl\:-mb-345 {
    margin-bottom: -345px;
  }

  .xxl\:-ml-345 {
    margin-left: -345px;
  }

  .xxl\:-mt-485 {
    margin-top: -485px;
  }

  .xxl\:-mr-485 {
    margin-right: -485px;
  }

  .xxl\:-mb-485 {
    margin-bottom: -485px;
  }

  .xxl\:-ml-485 {
    margin-left: -485px;
  }

  .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--135 {
    margin-top: 135px;
  }

  .xxl\:-mr--135 {
    margin-right: 135px;
  }

  .xxl\:-mb--135 {
    margin-bottom: 135px;
  }

  .xxl\:-ml--135 {
    margin-left: 135px;
  }

  .xxl\:-mt-0p {
    margin-top: 0%;
  }

  .xxl\:-mr-0p {
    margin-right: 0%;
  }

  .xxl\:-mb-0p {
    margin-bottom: 0%;
  }

  .xxl\:-ml-0p {
    margin-left: 0%;
  }

  .xxl\:-mt-5p {
    margin-top: -5%;
  }

  .xxl\:-mr-5p {
    margin-right: -5%;
  }

  .xxl\:-mb-5p {
    margin-bottom: -5%;
  }

  .xxl\:-ml-5p {
    margin-left: -5%;
  }

  .xxl\:-mt-10p {
    margin-top: -10%;
  }

  .xxl\:-mr-10p {
    margin-right: -10%;
  }

  .xxl\:-mb-10p {
    margin-bottom: -10%;
  }

  .xxl\:-ml-10p {
    margin-left: -10%;
  }

  .xxl\:-mt-15p {
    margin-top: -15%;
  }

  .xxl\:-mr-15p {
    margin-right: -15%;
  }

  .xxl\:-mb-15p {
    margin-bottom: -15%;
  }

  .xxl\:-ml-15p {
    margin-left: -15%;
  }

  .xxl\:-mt-20p {
    margin-top: -20%;
  }

  .xxl\:-mr-20p {
    margin-right: -20%;
  }

  .xxl\:-mb-20p {
    margin-bottom: -20%;
  }

  .xxl\:-ml-20p {
    margin-left: -20%;
  }

  .xxl\:-mt-25p {
    margin-top: -25%;
  }

  .xxl\:-mr-25p {
    margin-right: -25%;
  }

  .xxl\:-mb-25p {
    margin-bottom: -25%;
  }

  .xxl\:-ml-25p {
    margin-left: -25%;
  }

  .xxl\:-mt-30p {
    margin-top: -30%;
  }

  .xxl\:-mr-30p {
    margin-right: -30%;
  }

  .xxl\:-mb-30p {
    margin-bottom: -30%;
  }

  .xxl\:-ml-30p {
    margin-left: -30%;
  }

  .xxl\:-mt-35p {
    margin-top: -35%;
  }

  .xxl\:-mr-35p {
    margin-right: -35%;
  }

  .xxl\:-mb-35p {
    margin-bottom: -35%;
  }

  .xxl\:-ml-35p {
    margin-left: -35%;
  }

  .xxl\:-mt-40p {
    margin-top: -40%;
  }

  .xxl\:-mr-40p {
    margin-right: -40%;
  }

  .xxl\:-mb-40p {
    margin-bottom: -40%;
  }

  .xxl\:-ml-40p {
    margin-left: -40%;
  }

  .xxl\:-mt-45p {
    margin-top: -45%;
  }

  .xxl\:-mr-45p {
    margin-right: -45%;
  }

  .xxl\:-mb-45p {
    margin-bottom: -45%;
  }

  .xxl\:-ml-45p {
    margin-left: -45%;
  }

  .xxl\:-mt-50p {
    margin-top: -50%;
  }

  .xxl\:-mr-50p {
    margin-right: -50%;
  }

  .xxl\:-mb-50p {
    margin-bottom: -50%;
  }

  .xxl\:-ml-50p {
    margin-left: -50%;
  }

  .xxl\:-mt-55p {
    margin-top: -55%;
  }

  .xxl\:-mr-55p {
    margin-right: -55%;
  }

  .xxl\:-mb-55p {
    margin-bottom: -55%;
  }

  .xxl\:-ml-55p {
    margin-left: -55%;
  }

  .xxl\:-mt-60p {
    margin-top: -60%;
  }

  .xxl\:-mr-60p {
    margin-right: -60%;
  }

  .xxl\:-mb-60p {
    margin-bottom: -60%;
  }

  .xxl\:-ml-60p {
    margin-left: -60%;
  }

  .xxl\:-mt-65p {
    margin-top: -65%;
  }

  .xxl\:-mr-65p {
    margin-right: -65%;
  }

  .xxl\:-mb-65p {
    margin-bottom: -65%;
  }

  .xxl\:-ml-65p {
    margin-left: -65%;
  }

  .xxl\:-mt-70p {
    margin-top: -70%;
  }

  .xxl\:-mr-70p {
    margin-right: -70%;
  }

  .xxl\:-mb-70p {
    margin-bottom: -70%;
  }

  .xxl\:-ml-70p {
    margin-left: -70%;
  }

  .xxl\:-mt-75p {
    margin-top: -75%;
  }

  .xxl\:-mr-75p {
    margin-right: -75%;
  }

  .xxl\:-mb-75p {
    margin-bottom: -75%;
  }

  .xxl\:-ml-75p {
    margin-left: -75%;
  }

  .xxl\:-mt-80p {
    margin-top: -80%;
  }

  .xxl\:-mr-80p {
    margin-right: -80%;
  }

  .xxl\:-mb-80p {
    margin-bottom: -80%;
  }

  .xxl\:-ml-80p {
    margin-left: -80%;
  }

  .xxl\:-mt-85p {
    margin-top: -85%;
  }

  .xxl\:-mr-85p {
    margin-right: -85%;
  }

  .xxl\:-mb-85p {
    margin-bottom: -85%;
  }

  .xxl\:-ml-85p {
    margin-left: -85%;
  }

  .xxl\:-mt-90p {
    margin-top: -90%;
  }

  .xxl\:-mr-90p {
    margin-right: -90%;
  }

  .xxl\:-mb-90p {
    margin-bottom: -90%;
  }

  .xxl\:-ml-90p {
    margin-left: -90%;
  }

  .xxl\:-mt-95p {
    margin-top: -95%;
  }

  .xxl\:-mr-95p {
    margin-right: -95%;
  }

  .xxl\:-mb-95p {
    margin-bottom: -95%;
  }

  .xxl\:-ml-95p {
    margin-left: -95%;
  }

  .xxl\:-mt-100p {
    margin-top: -100%;
  }

  .xxl\:-mr-100p {
    margin-right: -100%;
  }

  .xxl\:-mb-100p {
    margin-bottom: -100%;
  }

  .xxl\:-ml-100p {
    margin-left: -100%;
  }

  .xxl\:-mt-66\.5p {
    margin-top: -66.5%;
  }

  .xxl\:-mr-66\.5p {
    margin-right: -66.5%;
  }

  .xxl\:-mb-66\.5p {
    margin-bottom: -66.5%;
  }

  .xxl\:-ml-66\.5p {
    margin-left: -66.5%;
  }

  .xxl\:-mt-67\.5p {
    margin-top: -67.5%;
  }

  .xxl\:-mr-67\.5p {
    margin-right: -67.5%;
  }

  .xxl\:-mb-67\.5p {
    margin-bottom: -67.5%;
  }

  .xxl\:-ml-67\.5p {
    margin-left: -67.5%;
  }

  .xxl\:max-h-0 {
    max-height: 0px;
  }

  .xxl\:max-h-3 {
    max-height: 3px;
  }

  .xxl\:max-h-5 {
    max-height: 5px;
  }

  .xxl\:max-h-8 {
    max-height: 8px;
  }

  .xxl\:max-h-10 {
    max-height: 10px;
  }

  .xxl\:max-h-12 {
    max-height: 12px;
  }

  .xxl\:max-h-14 {
    max-height: 14px;
  }

  .xxl\:max-h-15 {
    max-height: 15px;
  }

  .xxl\:max-h-16 {
    max-height: 16px;
  }

  .xxl\:max-h-20 {
    max-height: 20px;
  }

  .xxl\:max-h-24 {
    max-height: 24px;
  }

  .xxl\:max-h-28 {
    max-height: 28px;
  }

  .xxl\:max-h-29 {
    max-height: 29px;
  }

  .xxl\:max-h-30 {
    max-height: 30px;
  }

  .xxl\:max-h-32 {
    max-height: 32px;
  }

  .xxl\:max-h-35 {
    max-height: 35px;
  }

  .xxl\:max-h-36 {
    max-height: 36px;
  }

  .xxl\:max-h-37 {
    max-height: 37px;
  }

  .xxl\:max-h-39 {
    max-height: 39px;
  }

  .xxl\:max-h-40 {
    max-height: 40px;
  }

  .xxl\:max-h-47 {
    max-height: 47px;
  }

  .xxl\:max-h-50 {
    max-height: 50px;
  }

  .xxl\:max-h-56 {
    max-height: 56px;
  }

  .xxl\:max-h-64 {
    max-height: 64px;
  }

  .xxl\:max-h-70 {
    max-height: 70px;
  }

  .xxl\:max-h-72 {
    max-height: 72px;
  }

  .xxl\:max-h-75 {
    max-height: 75px;
  }

  .xxl\:max-h-80 {
    max-height: 80px;
  }

  .xxl\:max-h-83 {
    max-height: 83px;
  }

  .xxl\:max-h-100 {
    max-height: 100px;
  }

  .xxl\:max-h-118 {
    max-height: 118px;
  }

  .xxl\:max-h-130 {
    max-height: 130px;
  }

  .xxl\:max-h-150 {
    max-height: 150px;
  }

  .xxl\:max-h-180 {
    max-height: 180px;
  }

  .xxl\:max-h-213 {
    max-height: 213px;
  }

  .xxl\:max-h-225 {
    max-height: 225px;
  }

  .xxl\:max-h-250 {
    max-height: 250px;
  }

  .xxl\:max-h-300 {
    max-height: 300px;
  }

  .xxl\:max-h-320 {
    max-height: 320px;
  }

  .xxl\:max-h-345 {
    max-height: 345px;
  }

  .xxl\:max-h-485 {
    max-height: 485px;
  }

  .xxl\:max-h-px {
    max-height: 1px;
  }

  .xxl\:-max-h-135 {
    max-height: -135px;
  }

  .xxl\:max-h-0p {
    max-height: 0%;
  }

  .xxl\:max-h-5p {
    max-height: 5%;
  }

  .xxl\:max-h-10p {
    max-height: 10%;
  }

  .xxl\:max-h-15p {
    max-height: 15%;
  }

  .xxl\:max-h-20p {
    max-height: 20%;
  }

  .xxl\:max-h-25p {
    max-height: 25%;
  }

  .xxl\:max-h-30p {
    max-height: 30%;
  }

  .xxl\:max-h-35p {
    max-height: 35%;
  }

  .xxl\:max-h-40p {
    max-height: 40%;
  }

  .xxl\:max-h-45p {
    max-height: 45%;
  }

  .xxl\:max-h-50p {
    max-height: 50%;
  }

  .xxl\:max-h-55p {
    max-height: 55%;
  }

  .xxl\:max-h-60p {
    max-height: 60%;
  }

  .xxl\:max-h-65p {
    max-height: 65%;
  }

  .xxl\:max-h-70p {
    max-height: 70%;
  }

  .xxl\:max-h-75p {
    max-height: 75%;
  }

  .xxl\:max-h-80p {
    max-height: 80%;
  }

  .xxl\:max-h-85p {
    max-height: 85%;
  }

  .xxl\:max-h-90p {
    max-height: 90%;
  }

  .xxl\:max-h-95p {
    max-height: 95%;
  }

  .xxl\:max-h-100p {
    max-height: 100%;
  }

  .xxl\:max-h-66\.5p {
    max-height: 66.5%;
  }

  .xxl\:max-h-67\.5p {
    max-height: 67.5%;
  }

  .xxl\:max-h-full {
    max-height: 100%;
  }

  .xxl\:max-h-screen {
    max-height: 100vh;
  }

  .xxl\:max-w-0 {
    max-width: 0rem;
  }

  .xxl\:max-w-570 {
    max-width: 570px;
  }

  .xxl\:max-w-670 {
    max-width: 670px;
  }

  .xxl\:max-w-700 {
    max-width: 700px;
  }

  .xxl\:max-w-770 {
    max-width: 770px;
  }

  .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: 640px;
  }

  .xxl\:max-w-screen-md {
    max-width: 768px;
  }

  .xxl\:max-w-screen-lg {
    max-width: 1024px;
  }

  .xxl\:max-w-screen-xl {
    max-width: 1280px;
  }

  .xxl\:max-w-screen-xxl {
    max-width: 2180px;
  }

  .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-600 {
    min-width: 600px;
  }

  .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\: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-20 {
    opacity: 0.2;
  }

  .xxl\:opacity-25 {
    opacity: 0.25;
  }

  .xxl\:opacity-30 {
    opacity: 0.3;
  }

  .xxl\:opacity-40 {
    opacity: 0.4;
  }

  .xxl\:opacity-50 {
    opacity: 0.5;
  }

  .xxl\:opacity-60 {
    opacity: 0.6;
  }

  .xxl\:opacity-70 {
    opacity: 0.7;
  }

  .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-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-50 {
    opacity: 0.5;
  }

  .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-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-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-50:focus-within {
    opacity: 0.5;
  }

  .xxl\:focus-within\:opacity-60:focus-within {
    opacity: 0.6;
  }

  .xxl\:focus-within\:opacity-70:focus-within {
    opacity: 0.7;
  }

  .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-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-50:hover {
    opacity: 0.5;
  }

  .xxl\:hover\:opacity-60:hover {
    opacity: 0.6;
  }

  .xxl\:hover\:opacity-70:hover {
    opacity: 0.7;
  }

  .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-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-50:focus {
    opacity: 0.5;
  }

  .xxl\:focus\:opacity-60:focus {
    opacity: 0.6;
  }

  .xxl\:focus\:opacity-70:focus {
    opacity: 0.7;
  }

  .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-3 {
    padding: 3px;
  }

  .xxl\:p-5 {
    padding: 5px;
  }

  .xxl\:p-8 {
    padding: 8px;
  }

  .xxl\:p-10 {
    padding: 10px;
  }

  .xxl\:p-12 {
    padding: 12px;
  }

  .xxl\:p-14 {
    padding: 14px;
  }

  .xxl\:p-15 {
    padding: 15px;
  }

  .xxl\:p-16 {
    padding: 16px;
  }

  .xxl\:p-20 {
    padding: 20px;
  }

  .xxl\:p-24 {
    padding: 24px;
  }

  .xxl\:p-28 {
    padding: 28px;
  }

  .xxl\:p-29 {
    padding: 29px;
  }

  .xxl\:p-30 {
    padding: 30px;
  }

  .xxl\:p-32 {
    padding: 32px;
  }

  .xxl\:p-35 {
    padding: 35px;
  }

  .xxl\:p-36 {
    padding: 36px;
  }

  .xxl\:p-37 {
    padding: 37px;
  }

  .xxl\:p-39 {
    padding: 39px;
  }

  .xxl\:p-40 {
    padding: 40px;
  }

  .xxl\:p-47 {
    padding: 47px;
  }

  .xxl\:p-50 {
    padding: 50px;
  }

  .xxl\:p-56 {
    padding: 56px;
  }

  .xxl\:p-64 {
    padding: 64px;
  }

  .xxl\:p-70 {
    padding: 70px;
  }

  .xxl\:p-72 {
    padding: 72px;
  }

  .xxl\:p-75 {
    padding: 75px;
  }

  .xxl\:p-80 {
    padding: 80px;
  }

  .xxl\:p-83 {
    padding: 83px;
  }

  .xxl\:p-100 {
    padding: 100px;
  }

  .xxl\:p-118 {
    padding: 118px;
  }

  .xxl\:p-130 {
    padding: 130px;
  }

  .xxl\:p-150 {
    padding: 150px;
  }

  .xxl\:p-180 {
    padding: 180px;
  }

  .xxl\:p-213 {
    padding: 213px;
  }

  .xxl\:p-225 {
    padding: 225px;
  }

  .xxl\:p-250 {
    padding: 250px;
  }

  .xxl\:p-300 {
    padding: 300px;
  }

  .xxl\:p-320 {
    padding: 320px;
  }

  .xxl\:p-345 {
    padding: 345px;
  }

  .xxl\:p-485 {
    padding: 485px;
  }

  .xxl\:p-px {
    padding: 1px;
  }

  .xxl\:-p-135 {
    padding: -135px;
  }

  .xxl\:p-0p {
    padding: 0%;
  }

  .xxl\:p-5p {
    padding: 5%;
  }

  .xxl\:p-10p {
    padding: 10%;
  }

  .xxl\:p-15p {
    padding: 15%;
  }

  .xxl\:p-20p {
    padding: 20%;
  }

  .xxl\:p-25p {
    padding: 25%;
  }

  .xxl\:p-30p {
    padding: 30%;
  }

  .xxl\:p-35p {
    padding: 35%;
  }

  .xxl\:p-40p {
    padding: 40%;
  }

  .xxl\:p-45p {
    padding: 45%;
  }

  .xxl\:p-50p {
    padding: 50%;
  }

  .xxl\:p-55p {
    padding: 55%;
  }

  .xxl\:p-60p {
    padding: 60%;
  }

  .xxl\:p-65p {
    padding: 65%;
  }

  .xxl\:p-70p {
    padding: 70%;
  }

  .xxl\:p-75p {
    padding: 75%;
  }

  .xxl\:p-80p {
    padding: 80%;
  }

  .xxl\:p-85p {
    padding: 85%;
  }

  .xxl\:p-90p {
    padding: 90%;
  }

  .xxl\:p-95p {
    padding: 95%;
  }

  .xxl\:p-100p {
    padding: 100%;
  }

  .xxl\:p-66\.5p {
    padding: 66.5%;
  }

  .xxl\:p-67\.5p {
    padding: 67.5%;
  }

  .xxl\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .xxl\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .xxl\:py-3 {
    padding-top: 3px;
    padding-bottom: 3px;
  }

  .xxl\:px-3 {
    padding-left: 3px;
    padding-right: 3px;
  }

  .xxl\:py-5 {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .xxl\:px-5 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .xxl\:py-8 {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .xxl\:px-8 {
    padding-left: 8px;
    padding-right: 8px;
  }

  .xxl\:py-10 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .xxl\:px-10 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .xxl\:py-12 {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .xxl\:px-12 {
    padding-left: 12px;
    padding-right: 12px;
  }

  .xxl\:py-14 {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .xxl\:px-14 {
    padding-left: 14px;
    padding-right: 14px;
  }

  .xxl\:py-15 {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .xxl\:px-15 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .xxl\:py-16 {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .xxl\:px-16 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .xxl\:py-20 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .xxl\:px-20 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .xxl\:py-24 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .xxl\:px-24 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .xxl\:py-28 {
    padding-top: 28px;
    padding-bottom: 28px;
  }

  .xxl\:px-28 {
    padding-left: 28px;
    padding-right: 28px;
  }

  .xxl\:py-29 {
    padding-top: 29px;
    padding-bottom: 29px;
  }

  .xxl\:px-29 {
    padding-left: 29px;
    padding-right: 29px;
  }

  .xxl\:py-30 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .xxl\:px-30 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .xxl\:py-32 {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .xxl\:px-32 {
    padding-left: 32px;
    padding-right: 32px;
  }

  .xxl\:py-35 {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .xxl\:px-35 {
    padding-left: 35px;
    padding-right: 35px;
  }

  .xxl\:py-36 {
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .xxl\:px-36 {
    padding-left: 36px;
    padding-right: 36px;
  }

  .xxl\:py-37 {
    padding-top: 37px;
    padding-bottom: 37px;
  }

  .xxl\:px-37 {
    padding-left: 37px;
    padding-right: 37px;
  }

  .xxl\:py-39 {
    padding-top: 39px;
    padding-bottom: 39px;
  }

  .xxl\:px-39 {
    padding-left: 39px;
    padding-right: 39px;
  }

  .xxl\:py-40 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .xxl\:px-40 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .xxl\:py-47 {
    padding-top: 47px;
    padding-bottom: 47px;
  }

  .xxl\:px-47 {
    padding-left: 47px;
    padding-right: 47px;
  }

  .xxl\:py-50 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .xxl\:px-50 {
    padding-left: 50px;
    padding-right: 50px;
  }

  .xxl\:py-56 {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .xxl\:px-56 {
    padding-left: 56px;
    padding-right: 56px;
  }

  .xxl\:py-64 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .xxl\:px-64 {
    padding-left: 64px;
    padding-right: 64px;
  }

  .xxl\:py-70 {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .xxl\:px-70 {
    padding-left: 70px;
    padding-right: 70px;
  }

  .xxl\:py-72 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .xxl\:px-72 {
    padding-left: 72px;
    padding-right: 72px;
  }

  .xxl\:py-75 {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .xxl\:px-75 {
    padding-left: 75px;
    padding-right: 75px;
  }

  .xxl\:py-80 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .xxl\:px-80 {
    padding-left: 80px;
    padding-right: 80px;
  }

  .xxl\:py-83 {
    padding-top: 83px;
    padding-bottom: 83px;
  }

  .xxl\:px-83 {
    padding-left: 83px;
    padding-right: 83px;
  }

  .xxl\:py-100 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .xxl\:px-100 {
    padding-left: 100px;
    padding-right: 100px;
  }

  .xxl\:py-118 {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .xxl\:px-118 {
    padding-left: 118px;
    padding-right: 118px;
  }

  .xxl\:py-130 {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .xxl\:px-130 {
    padding-left: 130px;
    padding-right: 130px;
  }

  .xxl\:py-150 {
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .xxl\:px-150 {
    padding-left: 150px;
    padding-right: 150px;
  }

  .xxl\:py-180 {
    padding-top: 180px;
    padding-bottom: 180px;
  }

  .xxl\:px-180 {
    padding-left: 180px;
    padding-right: 180px;
  }

  .xxl\:py-213 {
    padding-top: 213px;
    padding-bottom: 213px;
  }

  .xxl\:px-213 {
    padding-left: 213px;
    padding-right: 213px;
  }

  .xxl\:py-225 {
    padding-top: 225px;
    padding-bottom: 225px;
  }

  .xxl\:px-225 {
    padding-left: 225px;
    padding-right: 225px;
  }

  .xxl\:py-250 {
    padding-top: 250px;
    padding-bottom: 250px;
  }

  .xxl\:px-250 {
    padding-left: 250px;
    padding-right: 250px;
  }

  .xxl\:py-300 {
    padding-top: 300px;
    padding-bottom: 300px;
  }

  .xxl\:px-300 {
    padding-left: 300px;
    padding-right: 300px;
  }

  .xxl\:py-320 {
    padding-top: 320px;
    padding-bottom: 320px;
  }

  .xxl\:px-320 {
    padding-left: 320px;
    padding-right: 320px;
  }

  .xxl\:py-345 {
    padding-top: 345px;
    padding-bottom: 345px;
  }

  .xxl\:px-345 {
    padding-left: 345px;
    padding-right: 345px;
  }

  .xxl\:py-485 {
    padding-top: 485px;
    padding-bottom: 485px;
  }

  .xxl\:px-485 {
    padding-left: 485px;
    padding-right: 485px;
  }

  .xxl\:py-px {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .xxl\:px-px {
    padding-left: 1px;
    padding-right: 1px;
  }

  .xxl\:-py-135 {
    padding-top: -135px;
    padding-bottom: -135px;
  }

  .xxl\:-px-135 {
    padding-left: -135px;
    padding-right: -135px;
  }

  .xxl\:py-0p {
    padding-top: 0%;
    padding-bottom: 0%;
  }

  .xxl\:px-0p {
    padding-left: 0%;
    padding-right: 0%;
  }

  .xxl\:py-5p {
    padding-top: 5%;
    padding-bottom: 5%;
  }

  .xxl\:px-5p {
    padding-left: 5%;
    padding-right: 5%;
  }

  .xxl\:py-10p {
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .xxl\:px-10p {
    padding-left: 10%;
    padding-right: 10%;
  }

  .xxl\:py-15p {
    padding-top: 15%;
    padding-bottom: 15%;
  }

  .xxl\:px-15p {
    padding-left: 15%;
    padding-right: 15%;
  }

  .xxl\:py-20p {
    padding-top: 20%;
    padding-bottom: 20%;
  }

  .xxl\:px-20p {
    padding-left: 20%;
    padding-right: 20%;
  }

  .xxl\:py-25p {
    padding-top: 25%;
    padding-bottom: 25%;
  }

  .xxl\:px-25p {
    padding-left: 25%;
    padding-right: 25%;
  }

  .xxl\:py-30p {
    padding-top: 30%;
    padding-bottom: 30%;
  }

  .xxl\:px-30p {
    padding-left: 30%;
    padding-right: 30%;
  }

  .xxl\:py-35p {
    padding-top: 35%;
    padding-bottom: 35%;
  }

  .xxl\:px-35p {
    padding-left: 35%;
    padding-right: 35%;
  }

  .xxl\:py-40p {
    padding-top: 40%;
    padding-bottom: 40%;
  }

  .xxl\:px-40p {
    padding-left: 40%;
    padding-right: 40%;
  }

  .xxl\:py-45p {
    padding-top: 45%;
    padding-bottom: 45%;
  }

  .xxl\:px-45p {
    padding-left: 45%;
    padding-right: 45%;
  }

  .xxl\:py-50p {
    padding-top: 50%;
    padding-bottom: 50%;
  }

  .xxl\:px-50p {
    padding-left: 50%;
    padding-right: 50%;
  }

  .xxl\:py-55p {
    padding-top: 55%;
    padding-bottom: 55%;
  }

  .xxl\:px-55p {
    padding-left: 55%;
    padding-right: 55%;
  }

  .xxl\:py-60p {
    padding-top: 60%;
    padding-bottom: 60%;
  }

  .xxl\:px-60p {
    padding-left: 60%;
    padding-right: 60%;
  }

  .xxl\:py-65p {
    padding-top: 65%;
    padding-bottom: 65%;
  }

  .xxl\:px-65p {
    padding-left: 65%;
    padding-right: 65%;
  }

  .xxl\:py-70p {
    padding-top: 70%;
    padding-bottom: 70%;
  }

  .xxl\:px-70p {
    padding-left: 70%;
    padding-right: 70%;
  }

  .xxl\:py-75p {
    padding-top: 75%;
    padding-bottom: 75%;
  }

  .xxl\:px-75p {
    padding-left: 75%;
    padding-right: 75%;
  }

  .xxl\:py-80p {
    padding-top: 80%;
    padding-bottom: 80%;
  }

  .xxl\:px-80p {
    padding-left: 80%;
    padding-right: 80%;
  }

  .xxl\:py-85p {
    padding-top: 85%;
    padding-bottom: 85%;
  }

  .xxl\:px-85p {
    padding-left: 85%;
    padding-right: 85%;
  }

  .xxl\:py-90p {
    padding-top: 90%;
    padding-bottom: 90%;
  }

  .xxl\:px-90p {
    padding-left: 90%;
    padding-right: 90%;
  }

  .xxl\:py-95p {
    padding-top: 95%;
    padding-bottom: 95%;
  }

  .xxl\:px-95p {
    padding-left: 95%;
    padding-right: 95%;
  }

  .xxl\:py-100p {
    padding-top: 100%;
    padding-bottom: 100%;
  }

  .xxl\:px-100p {
    padding-left: 100%;
    padding-right: 100%;
  }

  .xxl\:py-66\.5p {
    padding-top: 66.5%;
    padding-bottom: 66.5%;
  }

  .xxl\:px-66\.5p {
    padding-left: 66.5%;
    padding-right: 66.5%;
  }

  .xxl\:py-67\.5p {
    padding-top: 67.5%;
    padding-bottom: 67.5%;
  }

  .xxl\:px-67\.5p {
    padding-left: 67.5%;
    padding-right: 67.5%;
  }

  .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-3 {
    padding-top: 3px;
  }

  .xxl\:pr-3 {
    padding-right: 3px;
  }

  .xxl\:pb-3 {
    padding-bottom: 3px;
  }

  .xxl\:pl-3 {
    padding-left: 3px;
  }

  .xxl\:pt-5 {
    padding-top: 5px;
  }

  .xxl\:pr-5 {
    padding-right: 5px;
  }

  .xxl\:pb-5 {
    padding-bottom: 5px;
  }

  .xxl\:pl-5 {
    padding-left: 5px;
  }

  .xxl\:pt-8 {
    padding-top: 8px;
  }

  .xxl\:pr-8 {
    padding-right: 8px;
  }

  .xxl\:pb-8 {
    padding-bottom: 8px;
  }

  .xxl\:pl-8 {
    padding-left: 8px;
  }

  .xxl\:pt-10 {
    padding-top: 10px;
  }

  .xxl\:pr-10 {
    padding-right: 10px;
  }

  .xxl\:pb-10 {
    padding-bottom: 10px;
  }

  .xxl\:pl-10 {
    padding-left: 10px;
  }

  .xxl\:pt-12 {
    padding-top: 12px;
  }

  .xxl\:pr-12 {
    padding-right: 12px;
  }

  .xxl\:pb-12 {
    padding-bottom: 12px;
  }

  .xxl\:pl-12 {
    padding-left: 12px;
  }

  .xxl\:pt-14 {
    padding-top: 14px;
  }

  .xxl\:pr-14 {
    padding-right: 14px;
  }

  .xxl\:pb-14 {
    padding-bottom: 14px;
  }

  .xxl\:pl-14 {
    padding-left: 14px;
  }

  .xxl\:pt-15 {
    padding-top: 15px;
  }

  .xxl\:pr-15 {
    padding-right: 15px;
  }

  .xxl\:pb-15 {
    padding-bottom: 15px;
  }

  .xxl\:pl-15 {
    padding-left: 15px;
  }

  .xxl\:pt-16 {
    padding-top: 16px;
  }

  .xxl\:pr-16 {
    padding-right: 16px;
  }

  .xxl\:pb-16 {
    padding-bottom: 16px;
  }

  .xxl\:pl-16 {
    padding-left: 16px;
  }

  .xxl\:pt-20 {
    padding-top: 20px;
  }

  .xxl\:pr-20 {
    padding-right: 20px;
  }

  .xxl\:pb-20 {
    padding-bottom: 20px;
  }

  .xxl\:pl-20 {
    padding-left: 20px;
  }

  .xxl\:pt-24 {
    padding-top: 24px;
  }

  .xxl\:pr-24 {
    padding-right: 24px;
  }

  .xxl\:pb-24 {
    padding-bottom: 24px;
  }

  .xxl\:pl-24 {
    padding-left: 24px;
  }

  .xxl\:pt-28 {
    padding-top: 28px;
  }

  .xxl\:pr-28 {
    padding-right: 28px;
  }

  .xxl\:pb-28 {
    padding-bottom: 28px;
  }

  .xxl\:pl-28 {
    padding-left: 28px;
  }

  .xxl\:pt-29 {
    padding-top: 29px;
  }

  .xxl\:pr-29 {
    padding-right: 29px;
  }

  .xxl\:pb-29 {
    padding-bottom: 29px;
  }

  .xxl\:pl-29 {
    padding-left: 29px;
  }

  .xxl\:pt-30 {
    padding-top: 30px;
  }

  .xxl\:pr-30 {
    padding-right: 30px;
  }

  .xxl\:pb-30 {
    padding-bottom: 30px;
  }

  .xxl\:pl-30 {
    padding-left: 30px;
  }

  .xxl\:pt-32 {
    padding-top: 32px;
  }

  .xxl\:pr-32 {
    padding-right: 32px;
  }

  .xxl\:pb-32 {
    padding-bottom: 32px;
  }

  .xxl\:pl-32 {
    padding-left: 32px;
  }

  .xxl\:pt-35 {
    padding-top: 35px;
  }

  .xxl\:pr-35 {
    padding-right: 35px;
  }

  .xxl\:pb-35 {
    padding-bottom: 35px;
  }

  .xxl\:pl-35 {
    padding-left: 35px;
  }

  .xxl\:pt-36 {
    padding-top: 36px;
  }

  .xxl\:pr-36 {
    padding-right: 36px;
  }

  .xxl\:pb-36 {
    padding-bottom: 36px;
  }

  .xxl\:pl-36 {
    padding-left: 36px;
  }

  .xxl\:pt-37 {
    padding-top: 37px;
  }

  .xxl\:pr-37 {
    padding-right: 37px;
  }

  .xxl\:pb-37 {
    padding-bottom: 37px;
  }

  .xxl\:pl-37 {
    padding-left: 37px;
  }

  .xxl\:pt-39 {
    padding-top: 39px;
  }

  .xxl\:pr-39 {
    padding-right: 39px;
  }

  .xxl\:pb-39 {
    padding-bottom: 39px;
  }

  .xxl\:pl-39 {
    padding-left: 39px;
  }

  .xxl\:pt-40 {
    padding-top: 40px;
  }

  .xxl\:pr-40 {
    padding-right: 40px;
  }

  .xxl\:pb-40 {
    padding-bottom: 40px;
  }

  .xxl\:pl-40 {
    padding-left: 40px;
  }

  .xxl\:pt-47 {
    padding-top: 47px;
  }

  .xxl\:pr-47 {
    padding-right: 47px;
  }

  .xxl\:pb-47 {
    padding-bottom: 47px;
  }

  .xxl\:pl-47 {
    padding-left: 47px;
  }

  .xxl\:pt-50 {
    padding-top: 50px;
  }

  .xxl\:pr-50 {
    padding-right: 50px;
  }

  .xxl\:pb-50 {
    padding-bottom: 50px;
  }

  .xxl\:pl-50 {
    padding-left: 50px;
  }

  .xxl\:pt-56 {
    padding-top: 56px;
  }

  .xxl\:pr-56 {
    padding-right: 56px;
  }

  .xxl\:pb-56 {
    padding-bottom: 56px;
  }

  .xxl\:pl-56 {
    padding-left: 56px;
  }

  .xxl\:pt-64 {
    padding-top: 64px;
  }

  .xxl\:pr-64 {
    padding-right: 64px;
  }

  .xxl\:pb-64 {
    padding-bottom: 64px;
  }

  .xxl\:pl-64 {
    padding-left: 64px;
  }

  .xxl\:pt-70 {
    padding-top: 70px;
  }

  .xxl\:pr-70 {
    padding-right: 70px;
  }

  .xxl\:pb-70 {
    padding-bottom: 70px;
  }

  .xxl\:pl-70 {
    padding-left: 70px;
  }

  .xxl\:pt-72 {
    padding-top: 72px;
  }

  .xxl\:pr-72 {
    padding-right: 72px;
  }

  .xxl\:pb-72 {
    padding-bottom: 72px;
  }

  .xxl\:pl-72 {
    padding-left: 72px;
  }

  .xxl\:pt-75 {
    padding-top: 75px;
  }

  .xxl\:pr-75 {
    padding-right: 75px;
  }

  .xxl\:pb-75 {
    padding-bottom: 75px;
  }

  .xxl\:pl-75 {
    padding-left: 75px;
  }

  .xxl\:pt-80 {
    padding-top: 80px;
  }

  .xxl\:pr-80 {
    padding-right: 80px;
  }

  .xxl\:pb-80 {
    padding-bottom: 80px;
  }

  .xxl\:pl-80 {
    padding-left: 80px;
  }

  .xxl\:pt-83 {
    padding-top: 83px;
  }

  .xxl\:pr-83 {
    padding-right: 83px;
  }

  .xxl\:pb-83 {
    padding-bottom: 83px;
  }

  .xxl\:pl-83 {
    padding-left: 83px;
  }

  .xxl\:pt-100 {
    padding-top: 100px;
  }

  .xxl\:pr-100 {
    padding-right: 100px;
  }

  .xxl\:pb-100 {
    padding-bottom: 100px;
  }

  .xxl\:pl-100 {
    padding-left: 100px;
  }

  .xxl\:pt-118 {
    padding-top: 118px;
  }

  .xxl\:pr-118 {
    padding-right: 118px;
  }

  .xxl\:pb-118 {
    padding-bottom: 118px;
  }

  .xxl\:pl-118 {
    padding-left: 118px;
  }

  .xxl\:pt-130 {
    padding-top: 130px;
  }

  .xxl\:pr-130 {
    padding-right: 130px;
  }

  .xxl\:pb-130 {
    padding-bottom: 130px;
  }

  .xxl\:pl-130 {
    padding-left: 130px;
  }

  .xxl\:pt-150 {
    padding-top: 150px;
  }

  .xxl\:pr-150 {
    padding-right: 150px;
  }

  .xxl\:pb-150 {
    padding-bottom: 150px;
  }

  .xxl\:pl-150 {
    padding-left: 150px;
  }

  .xxl\:pt-180 {
    padding-top: 180px;
  }

  .xxl\:pr-180 {
    padding-right: 180px;
  }

  .xxl\:pb-180 {
    padding-bottom: 180px;
  }

  .xxl\:pl-180 {
    padding-left: 180px;
  }

  .xxl\:pt-213 {
    padding-top: 213px;
  }

  .xxl\:pr-213 {
    padding-right: 213px;
  }

  .xxl\:pb-213 {
    padding-bottom: 213px;
  }

  .xxl\:pl-213 {
    padding-left: 213px;
  }

  .xxl\:pt-225 {
    padding-top: 225px;
  }

  .xxl\:pr-225 {
    padding-right: 225px;
  }

  .xxl\:pb-225 {
    padding-bottom: 225px;
  }

  .xxl\:pl-225 {
    padding-left: 225px;
  }

  .xxl\:pt-250 {
    padding-top: 250px;
  }

  .xxl\:pr-250 {
    padding-right: 250px;
  }

  .xxl\:pb-250 {
    padding-bottom: 250px;
  }

  .xxl\:pl-250 {
    padding-left: 250px;
  }

  .xxl\:pt-300 {
    padding-top: 300px;
  }

  .xxl\:pr-300 {
    padding-right: 300px;
  }

  .xxl\:pb-300 {
    padding-bottom: 300px;
  }

  .xxl\:pl-300 {
    padding-left: 300px;
  }

  .xxl\:pt-320 {
    padding-top: 320px;
  }

  .xxl\:pr-320 {
    padding-right: 320px;
  }

  .xxl\:pb-320 {
    padding-bottom: 320px;
  }

  .xxl\:pl-320 {
    padding-left: 320px;
  }

  .xxl\:pt-345 {
    padding-top: 345px;
  }

  .xxl\:pr-345 {
    padding-right: 345px;
  }

  .xxl\:pb-345 {
    padding-bottom: 345px;
  }

  .xxl\:pl-345 {
    padding-left: 345px;
  }

  .xxl\:pt-485 {
    padding-top: 485px;
  }

  .xxl\:pr-485 {
    padding-right: 485px;
  }

  .xxl\:pb-485 {
    padding-bottom: 485px;
  }

  .xxl\:pl-485 {
    padding-left: 485px;
  }

  .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-135 {
    padding-top: -135px;
  }

  .xxl\:-pr-135 {
    padding-right: -135px;
  }

  .xxl\:-pb-135 {
    padding-bottom: -135px;
  }

  .xxl\:-pl-135 {
    padding-left: -135px;
  }

  .xxl\:pt-0p {
    padding-top: 0%;
  }

  .xxl\:pr-0p {
    padding-right: 0%;
  }

  .xxl\:pb-0p {
    padding-bottom: 0%;
  }

  .xxl\:pl-0p {
    padding-left: 0%;
  }

  .xxl\:pt-5p {
    padding-top: 5%;
  }

  .xxl\:pr-5p {
    padding-right: 5%;
  }

  .xxl\:pb-5p {
    padding-bottom: 5%;
  }

  .xxl\:pl-5p {
    padding-left: 5%;
  }

  .xxl\:pt-10p {
    padding-top: 10%;
  }

  .xxl\:pr-10p {
    padding-right: 10%;
  }

  .xxl\:pb-10p {
    padding-bottom: 10%;
  }

  .xxl\:pl-10p {
    padding-left: 10%;
  }

  .xxl\:pt-15p {
    padding-top: 15%;
  }

  .xxl\:pr-15p {
    padding-right: 15%;
  }

  .xxl\:pb-15p {
    padding-bottom: 15%;
  }

  .xxl\:pl-15p {
    padding-left: 15%;
  }

  .xxl\:pt-20p {
    padding-top: 20%;
  }

  .xxl\:pr-20p {
    padding-right: 20%;
  }

  .xxl\:pb-20p {
    padding-bottom: 20%;
  }

  .xxl\:pl-20p {
    padding-left: 20%;
  }

  .xxl\:pt-25p {
    padding-top: 25%;
  }

  .xxl\:pr-25p {
    padding-right: 25%;
  }

  .xxl\:pb-25p {
    padding-bottom: 25%;
  }

  .xxl\:pl-25p {
    padding-left: 25%;
  }

  .xxl\:pt-30p {
    padding-top: 30%;
  }

  .xxl\:pr-30p {
    padding-right: 30%;
  }

  .xxl\:pb-30p {
    padding-bottom: 30%;
  }

  .xxl\:pl-30p {
    padding-left: 30%;
  }

  .xxl\:pt-35p {
    padding-top: 35%;
  }

  .xxl\:pr-35p {
    padding-right: 35%;
  }

  .xxl\:pb-35p {
    padding-bottom: 35%;
  }

  .xxl\:pl-35p {
    padding-left: 35%;
  }

  .xxl\:pt-40p {
    padding-top: 40%;
  }

  .xxl\:pr-40p {
    padding-right: 40%;
  }

  .xxl\:pb-40p {
    padding-bottom: 40%;
  }

  .xxl\:pl-40p {
    padding-left: 40%;
  }

  .xxl\:pt-45p {
    padding-top: 45%;
  }

  .xxl\:pr-45p {
    padding-right: 45%;
  }

  .xxl\:pb-45p {
    padding-bottom: 45%;
  }

  .xxl\:pl-45p {
    padding-left: 45%;
  }

  .xxl\:pt-50p {
    padding-top: 50%;
  }

  .xxl\:pr-50p {
    padding-right: 50%;
  }

  .xxl\:pb-50p {
    padding-bottom: 50%;
  }

  .xxl\:pl-50p {
    padding-left: 50%;
  }

  .xxl\:pt-55p {
    padding-top: 55%;
  }

  .xxl\:pr-55p {
    padding-right: 55%;
  }

  .xxl\:pb-55p {
    padding-bottom: 55%;
  }

  .xxl\:pl-55p {
    padding-left: 55%;
  }

  .xxl\:pt-60p {
    padding-top: 60%;
  }

  .xxl\:pr-60p {
    padding-right: 60%;
  }

  .xxl\:pb-60p {
    padding-bottom: 60%;
  }

  .xxl\:pl-60p {
    padding-left: 60%;
  }

  .xxl\:pt-65p {
    padding-top: 65%;
  }

  .xxl\:pr-65p {
    padding-right: 65%;
  }

  .xxl\:pb-65p {
    padding-bottom: 65%;
  }

  .xxl\:pl-65p {
    padding-left: 65%;
  }

  .xxl\:pt-70p {
    padding-top: 70%;
  }

  .xxl\:pr-70p {
    padding-right: 70%;
  }

  .xxl\:pb-70p {
    padding-bottom: 70%;
  }

  .xxl\:pl-70p {
    padding-left: 70%;
  }

  .xxl\:pt-75p {
    padding-top: 75%;
  }

  .xxl\:pr-75p {
    padding-right: 75%;
  }

  .xxl\:pb-75p {
    padding-bottom: 75%;
  }

  .xxl\:pl-75p {
    padding-left: 75%;
  }

  .xxl\:pt-80p {
    padding-top: 80%;
  }

  .xxl\:pr-80p {
    padding-right: 80%;
  }

  .xxl\:pb-80p {
    padding-bottom: 80%;
  }

  .xxl\:pl-80p {
    padding-left: 80%;
  }

  .xxl\:pt-85p {
    padding-top: 85%;
  }

  .xxl\:pr-85p {
    padding-right: 85%;
  }

  .xxl\:pb-85p {
    padding-bottom: 85%;
  }

  .xxl\:pl-85p {
    padding-left: 85%;
  }

  .xxl\:pt-90p {
    padding-top: 90%;
  }

  .xxl\:pr-90p {
    padding-right: 90%;
  }

  .xxl\:pb-90p {
    padding-bottom: 90%;
  }

  .xxl\:pl-90p {
    padding-left: 90%;
  }

  .xxl\:pt-95p {
    padding-top: 95%;
  }

  .xxl\:pr-95p {
    padding-right: 95%;
  }

  .xxl\:pb-95p {
    padding-bottom: 95%;
  }

  .xxl\:pl-95p {
    padding-left: 95%;
  }

  .xxl\:pt-100p {
    padding-top: 100%;
  }

  .xxl\:pr-100p {
    padding-right: 100%;
  }

  .xxl\:pb-100p {
    padding-bottom: 100%;
  }

  .xxl\:pl-100p {
    padding-left: 100%;
  }

  .xxl\:pt-66\.5p {
    padding-top: 66.5%;
  }

  .xxl\:pr-66\.5p {
    padding-right: 66.5%;
  }

  .xxl\:pb-66\.5p {
    padding-bottom: 66.5%;
  }

  .xxl\:pl-66\.5p {
    padding-left: 66.5%;
  }

  .xxl\:pt-67\.5p {
    padding-top: 67.5%;
  }

  .xxl\:pr-67\.5p {
    padding-right: 67.5%;
  }

  .xxl\:pb-67\.5p {
    padding-bottom: 67.5%;
  }

  .xxl\:pl-67\.5p {
    padding-left: 67.5%;
  }

  .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-1::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(70, 70, 70, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-black-1:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(70, 70, 70, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-black-1::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(70, 70, 70, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-black-2::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(215, 215, 215, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-black-2:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(215, 215, 215, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-black-2::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(215, 215, 215, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-black-3::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-black-3:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-black-3::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-black-4::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 237, 237, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-black-4:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 237, 237, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-black-4::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 237, 237, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-black-5::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(68, 68, 68, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-black-5:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(68, 68, 68, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-black-5::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(68, 68, 68, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-black-6::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(108, 108, 108, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-black-6:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(108, 108, 108, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-black-6::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(108, 108, 108, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-black::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-black:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-black::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-white-1::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 244, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-white-1:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 244, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-white-1::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 244, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-white::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-white:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-white::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-pink-1::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 101, 147, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-pink-1:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 101, 147, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-pink-1::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 101, 147, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-pink::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 139, 174, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-pink:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 139, 174, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-pink::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 139, 174, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-red-1::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(231, 6, 31, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-red-1:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(231, 6, 31, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-red-1::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(231, 6, 31, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-red::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 0, 22, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-red:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 0, 22, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-red::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 0, 22, 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-1:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(70, 70, 70, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-black-1:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(70, 70, 70, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-black-1:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(70, 70, 70, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-black-2:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(215, 215, 215, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-black-2:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(215, 215, 215, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-black-2:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(215, 215, 215, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-black-3:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-black-3:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-black-3:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-black-4:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 237, 237, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-black-4:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 237, 237, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-black-4:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 237, 237, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-black-5:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(68, 68, 68, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-black-5:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(68, 68, 68, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-black-5:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(68, 68, 68, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-black-6:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(108, 108, 108, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-black-6:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(108, 108, 108, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-black-6:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(108, 108, 108, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-black:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-black:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-black:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-white-1:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 244, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-white-1:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 244, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-white-1:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 244, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-white:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-white:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-white:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-pink-1:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 101, 147, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-pink-1:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 101, 147, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-pink-1:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 101, 147, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-pink:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 139, 174, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-pink:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 139, 174, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-pink:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 139, 174, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-red-1:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(231, 6, 31, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-red-1:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(231, 6, 31, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-red-1:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(231, 6, 31, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-red:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 0, 22, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-red:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 0, 22, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-red:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 0, 22, 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-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-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-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-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-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-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-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-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: sticky;
  }

  .xxl\:inset-0 {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }

  .xxl\:inset-3 {
    top: 3px;
    right: 3px;
    bottom: 3px;
    left: 3px;
  }

  .xxl\:inset-5 {
    top: 5px;
    right: 5px;
    bottom: 5px;
    left: 5px;
  }

  .xxl\:inset-8 {
    top: 8px;
    right: 8px;
    bottom: 8px;
    left: 8px;
  }

  .xxl\:inset-10 {
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
  }

  .xxl\:inset-12 {
    top: 12px;
    right: 12px;
    bottom: 12px;
    left: 12px;
  }

  .xxl\:inset-14 {
    top: 14px;
    right: 14px;
    bottom: 14px;
    left: 14px;
  }

  .xxl\:inset-15 {
    top: 15px;
    right: 15px;
    bottom: 15px;
    left: 15px;
  }

  .xxl\:inset-16 {
    top: 16px;
    right: 16px;
    bottom: 16px;
    left: 16px;
  }

  .xxl\:inset-20 {
    top: 20px;
    right: 20px;
    bottom: 20px;
    left: 20px;
  }

  .xxl\:inset-24 {
    top: 24px;
    right: 24px;
    bottom: 24px;
    left: 24px;
  }

  .xxl\:inset-28 {
    top: 28px;
    right: 28px;
    bottom: 28px;
    left: 28px;
  }

  .xxl\:inset-29 {
    top: 29px;
    right: 29px;
    bottom: 29px;
    left: 29px;
  }

  .xxl\:inset-30 {
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
  }

  .xxl\:inset-32 {
    top: 32px;
    right: 32px;
    bottom: 32px;
    left: 32px;
  }

  .xxl\:inset-35 {
    top: 35px;
    right: 35px;
    bottom: 35px;
    left: 35px;
  }

  .xxl\:inset-36 {
    top: 36px;
    right: 36px;
    bottom: 36px;
    left: 36px;
  }

  .xxl\:inset-37 {
    top: 37px;
    right: 37px;
    bottom: 37px;
    left: 37px;
  }

  .xxl\:inset-39 {
    top: 39px;
    right: 39px;
    bottom: 39px;
    left: 39px;
  }

  .xxl\:inset-40 {
    top: 40px;
    right: 40px;
    bottom: 40px;
    left: 40px;
  }

  .xxl\:inset-47 {
    top: 47px;
    right: 47px;
    bottom: 47px;
    left: 47px;
  }

  .xxl\:inset-50 {
    top: 50px;
    right: 50px;
    bottom: 50px;
    left: 50px;
  }

  .xxl\:inset-56 {
    top: 56px;
    right: 56px;
    bottom: 56px;
    left: 56px;
  }

  .xxl\:inset-64 {
    top: 64px;
    right: 64px;
    bottom: 64px;
    left: 64px;
  }

  .xxl\:inset-70 {
    top: 70px;
    right: 70px;
    bottom: 70px;
    left: 70px;
  }

  .xxl\:inset-72 {
    top: 72px;
    right: 72px;
    bottom: 72px;
    left: 72px;
  }

  .xxl\:inset-75 {
    top: 75px;
    right: 75px;
    bottom: 75px;
    left: 75px;
  }

  .xxl\:inset-80 {
    top: 80px;
    right: 80px;
    bottom: 80px;
    left: 80px;
  }

  .xxl\:inset-83 {
    top: 83px;
    right: 83px;
    bottom: 83px;
    left: 83px;
  }

  .xxl\:inset-100 {
    top: 100px;
    right: 100px;
    bottom: 100px;
    left: 100px;
  }

  .xxl\:inset-118 {
    top: 118px;
    right: 118px;
    bottom: 118px;
    left: 118px;
  }

  .xxl\:inset-130 {
    top: 130px;
    right: 130px;
    bottom: 130px;
    left: 130px;
  }

  .xxl\:inset-150 {
    top: 150px;
    right: 150px;
    bottom: 150px;
    left: 150px;
  }

  .xxl\:inset-180 {
    top: 180px;
    right: 180px;
    bottom: 180px;
    left: 180px;
  }

  .xxl\:inset-213 {
    top: 213px;
    right: 213px;
    bottom: 213px;
    left: 213px;
  }

  .xxl\:inset-225 {
    top: 225px;
    right: 225px;
    bottom: 225px;
    left: 225px;
  }

  .xxl\:inset-250 {
    top: 250px;
    right: 250px;
    bottom: 250px;
    left: 250px;
  }

  .xxl\:inset-300 {
    top: 300px;
    right: 300px;
    bottom: 300px;
    left: 300px;
  }

  .xxl\:inset-320 {
    top: 320px;
    right: 320px;
    bottom: 320px;
    left: 320px;
  }

  .xxl\:inset-345 {
    top: 345px;
    right: 345px;
    bottom: 345px;
    left: 345px;
  }

  .xxl\:inset-485 {
    top: 485px;
    right: 485px;
    bottom: 485px;
    left: 485px;
  }

  .xxl\:inset-auto {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .xxl\:inset-px {
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: 1px;
  }

  .xxl\:-inset-135 {
    top: -135px;
    right: -135px;
    bottom: -135px;
    left: -135px;
  }

  .xxl\:inset-0p {
    top: 0%;
    right: 0%;
    bottom: 0%;
    left: 0%;
  }

  .xxl\:inset-5p {
    top: 5%;
    right: 5%;
    bottom: 5%;
    left: 5%;
  }

  .xxl\:inset-10p {
    top: 10%;
    right: 10%;
    bottom: 10%;
    left: 10%;
  }

  .xxl\:inset-15p {
    top: 15%;
    right: 15%;
    bottom: 15%;
    left: 15%;
  }

  .xxl\:inset-20p {
    top: 20%;
    right: 20%;
    bottom: 20%;
    left: 20%;
  }

  .xxl\:inset-25p {
    top: 25%;
    right: 25%;
    bottom: 25%;
    left: 25%;
  }

  .xxl\:inset-30p {
    top: 30%;
    right: 30%;
    bottom: 30%;
    left: 30%;
  }

  .xxl\:inset-35p {
    top: 35%;
    right: 35%;
    bottom: 35%;
    left: 35%;
  }

  .xxl\:inset-40p {
    top: 40%;
    right: 40%;
    bottom: 40%;
    left: 40%;
  }

  .xxl\:inset-45p {
    top: 45%;
    right: 45%;
    bottom: 45%;
    left: 45%;
  }

  .xxl\:inset-50p {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .xxl\:inset-55p {
    top: 55%;
    right: 55%;
    bottom: 55%;
    left: 55%;
  }

  .xxl\:inset-60p {
    top: 60%;
    right: 60%;
    bottom: 60%;
    left: 60%;
  }

  .xxl\:inset-65p {
    top: 65%;
    right: 65%;
    bottom: 65%;
    left: 65%;
  }

  .xxl\:inset-70p {
    top: 70%;
    right: 70%;
    bottom: 70%;
    left: 70%;
  }

  .xxl\:inset-75p {
    top: 75%;
    right: 75%;
    bottom: 75%;
    left: 75%;
  }

  .xxl\:inset-80p {
    top: 80%;
    right: 80%;
    bottom: 80%;
    left: 80%;
  }

  .xxl\:inset-85p {
    top: 85%;
    right: 85%;
    bottom: 85%;
    left: 85%;
  }

  .xxl\:inset-90p {
    top: 90%;
    right: 90%;
    bottom: 90%;
    left: 90%;
  }

  .xxl\:inset-95p {
    top: 95%;
    right: 95%;
    bottom: 95%;
    left: 95%;
  }

  .xxl\:inset-100p {
    top: 100%;
    right: 100%;
    bottom: 100%;
    left: 100%;
  }

  .xxl\:inset-66\.5p {
    top: 66.5%;
    right: 66.5%;
    bottom: 66.5%;
    left: 66.5%;
  }

  .xxl\:inset-67\.5p {
    top: 67.5%;
    right: 67.5%;
    bottom: 67.5%;
    left: 67.5%;
  }

  .xxl\:-inset-0 {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }

  .xxl\:-inset-3 {
    top: -3px;
    right: -3px;
    bottom: -3px;
    left: -3px;
  }

  .xxl\:-inset-5 {
    top: -5px;
    right: -5px;
    bottom: -5px;
    left: -5px;
  }

  .xxl\:-inset-8 {
    top: -8px;
    right: -8px;
    bottom: -8px;
    left: -8px;
  }

  .xxl\:-inset-10 {
    top: -10px;
    right: -10px;
    bottom: -10px;
    left: -10px;
  }

  .xxl\:-inset-12 {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
  }

  .xxl\:-inset-14 {
    top: -14px;
    right: -14px;
    bottom: -14px;
    left: -14px;
  }

  .xxl\:-inset-15 {
    top: -15px;
    right: -15px;
    bottom: -15px;
    left: -15px;
  }

  .xxl\:-inset-16 {
    top: -16px;
    right: -16px;
    bottom: -16px;
    left: -16px;
  }

  .xxl\:-inset-20 {
    top: -20px;
    right: -20px;
    bottom: -20px;
    left: -20px;
  }

  .xxl\:-inset-24 {
    top: -24px;
    right: -24px;
    bottom: -24px;
    left: -24px;
  }

  .xxl\:-inset-28 {
    top: -28px;
    right: -28px;
    bottom: -28px;
    left: -28px;
  }

  .xxl\:-inset-29 {
    top: -29px;
    right: -29px;
    bottom: -29px;
    left: -29px;
  }

  .xxl\:-inset-30 {
    top: -30px;
    right: -30px;
    bottom: -30px;
    left: -30px;
  }

  .xxl\:-inset-32 {
    top: -32px;
    right: -32px;
    bottom: -32px;
    left: -32px;
  }

  .xxl\:-inset-35 {
    top: -35px;
    right: -35px;
    bottom: -35px;
    left: -35px;
  }

  .xxl\:-inset-36 {
    top: -36px;
    right: -36px;
    bottom: -36px;
    left: -36px;
  }

  .xxl\:-inset-37 {
    top: -37px;
    right: -37px;
    bottom: -37px;
    left: -37px;
  }

  .xxl\:-inset-39 {
    top: -39px;
    right: -39px;
    bottom: -39px;
    left: -39px;
  }

  .xxl\:-inset-40 {
    top: -40px;
    right: -40px;
    bottom: -40px;
    left: -40px;
  }

  .xxl\:-inset-47 {
    top: -47px;
    right: -47px;
    bottom: -47px;
    left: -47px;
  }

  .xxl\:-inset-50 {
    top: -50px;
    right: -50px;
    bottom: -50px;
    left: -50px;
  }

  .xxl\:-inset-56 {
    top: -56px;
    right: -56px;
    bottom: -56px;
    left: -56px;
  }

  .xxl\:-inset-64 {
    top: -64px;
    right: -64px;
    bottom: -64px;
    left: -64px;
  }

  .xxl\:-inset-70 {
    top: -70px;
    right: -70px;
    bottom: -70px;
    left: -70px;
  }

  .xxl\:-inset-72 {
    top: -72px;
    right: -72px;
    bottom: -72px;
    left: -72px;
  }

  .xxl\:-inset-75 {
    top: -75px;
    right: -75px;
    bottom: -75px;
    left: -75px;
  }

  .xxl\:-inset-80 {
    top: -80px;
    right: -80px;
    bottom: -80px;
    left: -80px;
  }

  .xxl\:-inset-83 {
    top: -83px;
    right: -83px;
    bottom: -83px;
    left: -83px;
  }

  .xxl\:-inset-100 {
    top: -100px;
    right: -100px;
    bottom: -100px;
    left: -100px;
  }

  .xxl\:-inset-118 {
    top: -118px;
    right: -118px;
    bottom: -118px;
    left: -118px;
  }

  .xxl\:-inset-130 {
    top: -130px;
    right: -130px;
    bottom: -130px;
    left: -130px;
  }

  .xxl\:-inset-150 {
    top: -150px;
    right: -150px;
    bottom: -150px;
    left: -150px;
  }

  .xxl\:-inset-180 {
    top: -180px;
    right: -180px;
    bottom: -180px;
    left: -180px;
  }

  .xxl\:-inset-213 {
    top: -213px;
    right: -213px;
    bottom: -213px;
    left: -213px;
  }

  .xxl\:-inset-225 {
    top: -225px;
    right: -225px;
    bottom: -225px;
    left: -225px;
  }

  .xxl\:-inset-250 {
    top: -250px;
    right: -250px;
    bottom: -250px;
    left: -250px;
  }

  .xxl\:-inset-300 {
    top: -300px;
    right: -300px;
    bottom: -300px;
    left: -300px;
  }

  .xxl\:-inset-320 {
    top: -320px;
    right: -320px;
    bottom: -320px;
    left: -320px;
  }

  .xxl\:-inset-345 {
    top: -345px;
    right: -345px;
    bottom: -345px;
    left: -345px;
  }

  .xxl\:-inset-485 {
    top: -485px;
    right: -485px;
    bottom: -485px;
    left: -485px;
  }

  .xxl\:-inset-px {
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
  }

  .xxl\:-inset--135 {
    top: 135px;
    right: 135px;
    bottom: 135px;
    left: 135px;
  }

  .xxl\:-inset-0p {
    top: 0%;
    right: 0%;
    bottom: 0%;
    left: 0%;
  }

  .xxl\:-inset-5p {
    top: -5%;
    right: -5%;
    bottom: -5%;
    left: -5%;
  }

  .xxl\:-inset-10p {
    top: -10%;
    right: -10%;
    bottom: -10%;
    left: -10%;
  }

  .xxl\:-inset-15p {
    top: -15%;
    right: -15%;
    bottom: -15%;
    left: -15%;
  }

  .xxl\:-inset-20p {
    top: -20%;
    right: -20%;
    bottom: -20%;
    left: -20%;
  }

  .xxl\:-inset-25p {
    top: -25%;
    right: -25%;
    bottom: -25%;
    left: -25%;
  }

  .xxl\:-inset-30p {
    top: -30%;
    right: -30%;
    bottom: -30%;
    left: -30%;
  }

  .xxl\:-inset-35p {
    top: -35%;
    right: -35%;
    bottom: -35%;
    left: -35%;
  }

  .xxl\:-inset-40p {
    top: -40%;
    right: -40%;
    bottom: -40%;
    left: -40%;
  }

  .xxl\:-inset-45p {
    top: -45%;
    right: -45%;
    bottom: -45%;
    left: -45%;
  }

  .xxl\:-inset-50p {
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .xxl\:-inset-55p {
    top: -55%;
    right: -55%;
    bottom: -55%;
    left: -55%;
  }

  .xxl\:-inset-60p {
    top: -60%;
    right: -60%;
    bottom: -60%;
    left: -60%;
  }

  .xxl\:-inset-65p {
    top: -65%;
    right: -65%;
    bottom: -65%;
    left: -65%;
  }

  .xxl\:-inset-70p {
    top: -70%;
    right: -70%;
    bottom: -70%;
    left: -70%;
  }

  .xxl\:-inset-75p {
    top: -75%;
    right: -75%;
    bottom: -75%;
    left: -75%;
  }

  .xxl\:-inset-80p {
    top: -80%;
    right: -80%;
    bottom: -80%;
    left: -80%;
  }

  .xxl\:-inset-85p {
    top: -85%;
    right: -85%;
    bottom: -85%;
    left: -85%;
  }

  .xxl\:-inset-90p {
    top: -90%;
    right: -90%;
    bottom: -90%;
    left: -90%;
  }

  .xxl\:-inset-95p {
    top: -95%;
    right: -95%;
    bottom: -95%;
    left: -95%;
  }

  .xxl\:-inset-100p {
    top: -100%;
    right: -100%;
    bottom: -100%;
    left: -100%;
  }

  .xxl\:-inset-66\.5p {
    top: -66.5%;
    right: -66.5%;
    bottom: -66.5%;
    left: -66.5%;
  }

  .xxl\:-inset-67\.5p {
    top: -67.5%;
    right: -67.5%;
    bottom: -67.5%;
    left: -67.5%;
  }

  .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-3 {
    top: 3px;
    bottom: 3px;
  }

  .xxl\:inset-x-3 {
    right: 3px;
    left: 3px;
  }

  .xxl\:inset-y-5 {
    top: 5px;
    bottom: 5px;
  }

  .xxl\:inset-x-5 {
    right: 5px;
    left: 5px;
  }

  .xxl\:inset-y-8 {
    top: 8px;
    bottom: 8px;
  }

  .xxl\:inset-x-8 {
    right: 8px;
    left: 8px;
  }

  .xxl\:inset-y-10 {
    top: 10px;
    bottom: 10px;
  }

  .xxl\:inset-x-10 {
    right: 10px;
    left: 10px;
  }

  .xxl\:inset-y-12 {
    top: 12px;
    bottom: 12px;
  }

  .xxl\:inset-x-12 {
    right: 12px;
    left: 12px;
  }

  .xxl\:inset-y-14 {
    top: 14px;
    bottom: 14px;
  }

  .xxl\:inset-x-14 {
    right: 14px;
    left: 14px;
  }

  .xxl\:inset-y-15 {
    top: 15px;
    bottom: 15px;
  }

  .xxl\:inset-x-15 {
    right: 15px;
    left: 15px;
  }

  .xxl\:inset-y-16 {
    top: 16px;
    bottom: 16px;
  }

  .xxl\:inset-x-16 {
    right: 16px;
    left: 16px;
  }

  .xxl\:inset-y-20 {
    top: 20px;
    bottom: 20px;
  }

  .xxl\:inset-x-20 {
    right: 20px;
    left: 20px;
  }

  .xxl\:inset-y-24 {
    top: 24px;
    bottom: 24px;
  }

  .xxl\:inset-x-24 {
    right: 24px;
    left: 24px;
  }

  .xxl\:inset-y-28 {
    top: 28px;
    bottom: 28px;
  }

  .xxl\:inset-x-28 {
    right: 28px;
    left: 28px;
  }

  .xxl\:inset-y-29 {
    top: 29px;
    bottom: 29px;
  }

  .xxl\:inset-x-29 {
    right: 29px;
    left: 29px;
  }

  .xxl\:inset-y-30 {
    top: 30px;
    bottom: 30px;
  }

  .xxl\:inset-x-30 {
    right: 30px;
    left: 30px;
  }

  .xxl\:inset-y-32 {
    top: 32px;
    bottom: 32px;
  }

  .xxl\:inset-x-32 {
    right: 32px;
    left: 32px;
  }

  .xxl\:inset-y-35 {
    top: 35px;
    bottom: 35px;
  }

  .xxl\:inset-x-35 {
    right: 35px;
    left: 35px;
  }

  .xxl\:inset-y-36 {
    top: 36px;
    bottom: 36px;
  }

  .xxl\:inset-x-36 {
    right: 36px;
    left: 36px;
  }

  .xxl\:inset-y-37 {
    top: 37px;
    bottom: 37px;
  }

  .xxl\:inset-x-37 {
    right: 37px;
    left: 37px;
  }

  .xxl\:inset-y-39 {
    top: 39px;
    bottom: 39px;
  }

  .xxl\:inset-x-39 {
    right: 39px;
    left: 39px;
  }

  .xxl\:inset-y-40 {
    top: 40px;
    bottom: 40px;
  }

  .xxl\:inset-x-40 {
    right: 40px;
    left: 40px;
  }

  .xxl\:inset-y-47 {
    top: 47px;
    bottom: 47px;
  }

  .xxl\:inset-x-47 {
    right: 47px;
    left: 47px;
  }

  .xxl\:inset-y-50 {
    top: 50px;
    bottom: 50px;
  }

  .xxl\:inset-x-50 {
    right: 50px;
    left: 50px;
  }

  .xxl\:inset-y-56 {
    top: 56px;
    bottom: 56px;
  }

  .xxl\:inset-x-56 {
    right: 56px;
    left: 56px;
  }

  .xxl\:inset-y-64 {
    top: 64px;
    bottom: 64px;
  }

  .xxl\:inset-x-64 {
    right: 64px;
    left: 64px;
  }

  .xxl\:inset-y-70 {
    top: 70px;
    bottom: 70px;
  }

  .xxl\:inset-x-70 {
    right: 70px;
    left: 70px;
  }

  .xxl\:inset-y-72 {
    top: 72px;
    bottom: 72px;
  }

  .xxl\:inset-x-72 {
    right: 72px;
    left: 72px;
  }

  .xxl\:inset-y-75 {
    top: 75px;
    bottom: 75px;
  }

  .xxl\:inset-x-75 {
    right: 75px;
    left: 75px;
  }

  .xxl\:inset-y-80 {
    top: 80px;
    bottom: 80px;
  }

  .xxl\:inset-x-80 {
    right: 80px;
    left: 80px;
  }

  .xxl\:inset-y-83 {
    top: 83px;
    bottom: 83px;
  }

  .xxl\:inset-x-83 {
    right: 83px;
    left: 83px;
  }

  .xxl\:inset-y-100 {
    top: 100px;
    bottom: 100px;
  }

  .xxl\:inset-x-100 {
    right: 100px;
    left: 100px;
  }

  .xxl\:inset-y-118 {
    top: 118px;
    bottom: 118px;
  }

  .xxl\:inset-x-118 {
    right: 118px;
    left: 118px;
  }

  .xxl\:inset-y-130 {
    top: 130px;
    bottom: 130px;
  }

  .xxl\:inset-x-130 {
    right: 130px;
    left: 130px;
  }

  .xxl\:inset-y-150 {
    top: 150px;
    bottom: 150px;
  }

  .xxl\:inset-x-150 {
    right: 150px;
    left: 150px;
  }

  .xxl\:inset-y-180 {
    top: 180px;
    bottom: 180px;
  }

  .xxl\:inset-x-180 {
    right: 180px;
    left: 180px;
  }

  .xxl\:inset-y-213 {
    top: 213px;
    bottom: 213px;
  }

  .xxl\:inset-x-213 {
    right: 213px;
    left: 213px;
  }

  .xxl\:inset-y-225 {
    top: 225px;
    bottom: 225px;
  }

  .xxl\:inset-x-225 {
    right: 225px;
    left: 225px;
  }

  .xxl\:inset-y-250 {
    top: 250px;
    bottom: 250px;
  }

  .xxl\:inset-x-250 {
    right: 250px;
    left: 250px;
  }

  .xxl\:inset-y-300 {
    top: 300px;
    bottom: 300px;
  }

  .xxl\:inset-x-300 {
    right: 300px;
    left: 300px;
  }

  .xxl\:inset-y-320 {
    top: 320px;
    bottom: 320px;
  }

  .xxl\:inset-x-320 {
    right: 320px;
    left: 320px;
  }

  .xxl\:inset-y-345 {
    top: 345px;
    bottom: 345px;
  }

  .xxl\:inset-x-345 {
    right: 345px;
    left: 345px;
  }

  .xxl\:inset-y-485 {
    top: 485px;
    bottom: 485px;
  }

  .xxl\:inset-x-485 {
    right: 485px;
    left: 485px;
  }

  .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-135 {
    top: -135px;
    bottom: -135px;
  }

  .xxl\:-inset-x-135 {
    right: -135px;
    left: -135px;
  }

  .xxl\:inset-y-0p {
    top: 0%;
    bottom: 0%;
  }

  .xxl\:inset-x-0p {
    right: 0%;
    left: 0%;
  }

  .xxl\:inset-y-5p {
    top: 5%;
    bottom: 5%;
  }

  .xxl\:inset-x-5p {
    right: 5%;
    left: 5%;
  }

  .xxl\:inset-y-10p {
    top: 10%;
    bottom: 10%;
  }

  .xxl\:inset-x-10p {
    right: 10%;
    left: 10%;
  }

  .xxl\:inset-y-15p {
    top: 15%;
    bottom: 15%;
  }

  .xxl\:inset-x-15p {
    right: 15%;
    left: 15%;
  }

  .xxl\:inset-y-20p {
    top: 20%;
    bottom: 20%;
  }

  .xxl\:inset-x-20p {
    right: 20%;
    left: 20%;
  }

  .xxl\:inset-y-25p {
    top: 25%;
    bottom: 25%;
  }

  .xxl\:inset-x-25p {
    right: 25%;
    left: 25%;
  }

  .xxl\:inset-y-30p {
    top: 30%;
    bottom: 30%;
  }

  .xxl\:inset-x-30p {
    right: 30%;
    left: 30%;
  }

  .xxl\:inset-y-35p {
    top: 35%;
    bottom: 35%;
  }

  .xxl\:inset-x-35p {
    right: 35%;
    left: 35%;
  }

  .xxl\:inset-y-40p {
    top: 40%;
    bottom: 40%;
  }

  .xxl\:inset-x-40p {
    right: 40%;
    left: 40%;
  }

  .xxl\:inset-y-45p {
    top: 45%;
    bottom: 45%;
  }

  .xxl\:inset-x-45p {
    right: 45%;
    left: 45%;
  }

  .xxl\:inset-y-50p {
    top: 50%;
    bottom: 50%;
  }

  .xxl\:inset-x-50p {
    right: 50%;
    left: 50%;
  }

  .xxl\:inset-y-55p {
    top: 55%;
    bottom: 55%;
  }

  .xxl\:inset-x-55p {
    right: 55%;
    left: 55%;
  }

  .xxl\:inset-y-60p {
    top: 60%;
    bottom: 60%;
  }

  .xxl\:inset-x-60p {
    right: 60%;
    left: 60%;
  }

  .xxl\:inset-y-65p {
    top: 65%;
    bottom: 65%;
  }

  .xxl\:inset-x-65p {
    right: 65%;
    left: 65%;
  }

  .xxl\:inset-y-70p {
    top: 70%;
    bottom: 70%;
  }

  .xxl\:inset-x-70p {
    right: 70%;
    left: 70%;
  }

  .xxl\:inset-y-75p {
    top: 75%;
    bottom: 75%;
  }

  .xxl\:inset-x-75p {
    right: 75%;
    left: 75%;
  }

  .xxl\:inset-y-80p {
    top: 80%;
    bottom: 80%;
  }

  .xxl\:inset-x-80p {
    right: 80%;
    left: 80%;
  }

  .xxl\:inset-y-85p {
    top: 85%;
    bottom: 85%;
  }

  .xxl\:inset-x-85p {
    right: 85%;
    left: 85%;
  }

  .xxl\:inset-y-90p {
    top: 90%;
    bottom: 90%;
  }

  .xxl\:inset-x-90p {
    right: 90%;
    left: 90%;
  }

  .xxl\:inset-y-95p {
    top: 95%;
    bottom: 95%;
  }

  .xxl\:inset-x-95p {
    right: 95%;
    left: 95%;
  }

  .xxl\:inset-y-100p {
    top: 100%;
    bottom: 100%;
  }

  .xxl\:inset-x-100p {
    right: 100%;
    left: 100%;
  }

  .xxl\:inset-y-66\.5p {
    top: 66.5%;
    bottom: 66.5%;
  }

  .xxl\:inset-x-66\.5p {
    right: 66.5%;
    left: 66.5%;
  }

  .xxl\:inset-y-67\.5p {
    top: 67.5%;
    bottom: 67.5%;
  }

  .xxl\:inset-x-67\.5p {
    right: 67.5%;
    left: 67.5%;
  }

  .xxl\:-inset-y-0 {
    top: 0px;
    bottom: 0px;
  }

  .xxl\:-inset-x-0 {
    right: 0px;
    left: 0px;
  }

  .xxl\:-inset-y-3 {
    top: -3px;
    bottom: -3px;
  }

  .xxl\:-inset-x-3 {
    right: -3px;
    left: -3px;
  }

  .xxl\:-inset-y-5 {
    top: -5px;
    bottom: -5px;
  }

  .xxl\:-inset-x-5 {
    right: -5px;
    left: -5px;
  }

  .xxl\:-inset-y-8 {
    top: -8px;
    bottom: -8px;
  }

  .xxl\:-inset-x-8 {
    right: -8px;
    left: -8px;
  }

  .xxl\:-inset-y-10 {
    top: -10px;
    bottom: -10px;
  }

  .xxl\:-inset-x-10 {
    right: -10px;
    left: -10px;
  }

  .xxl\:-inset-y-12 {
    top: -12px;
    bottom: -12px;
  }

  .xxl\:-inset-x-12 {
    right: -12px;
    left: -12px;
  }

  .xxl\:-inset-y-14 {
    top: -14px;
    bottom: -14px;
  }

  .xxl\:-inset-x-14 {
    right: -14px;
    left: -14px;
  }

  .xxl\:-inset-y-15 {
    top: -15px;
    bottom: -15px;
  }

  .xxl\:-inset-x-15 {
    right: -15px;
    left: -15px;
  }

  .xxl\:-inset-y-16 {
    top: -16px;
    bottom: -16px;
  }

  .xxl\:-inset-x-16 {
    right: -16px;
    left: -16px;
  }

  .xxl\:-inset-y-20 {
    top: -20px;
    bottom: -20px;
  }

  .xxl\:-inset-x-20 {
    right: -20px;
    left: -20px;
  }

  .xxl\:-inset-y-24 {
    top: -24px;
    bottom: -24px;
  }

  .xxl\:-inset-x-24 {
    right: -24px;
    left: -24px;
  }

  .xxl\:-inset-y-28 {
    top: -28px;
    bottom: -28px;
  }

  .xxl\:-inset-x-28 {
    right: -28px;
    left: -28px;
  }

  .xxl\:-inset-y-29 {
    top: -29px;
    bottom: -29px;
  }

  .xxl\:-inset-x-29 {
    right: -29px;
    left: -29px;
  }

  .xxl\:-inset-y-30 {
    top: -30px;
    bottom: -30px;
  }

  .xxl\:-inset-x-30 {
    right: -30px;
    left: -30px;
  }

  .xxl\:-inset-y-32 {
    top: -32px;
    bottom: -32px;
  }

  .xxl\:-inset-x-32 {
    right: -32px;
    left: -32px;
  }

  .xxl\:-inset-y-35 {
    top: -35px;
    bottom: -35px;
  }

  .xxl\:-inset-x-35 {
    right: -35px;
    left: -35px;
  }

  .xxl\:-inset-y-36 {
    top: -36px;
    bottom: -36px;
  }

  .xxl\:-inset-x-36 {
    right: -36px;
    left: -36px;
  }

  .xxl\:-inset-y-37 {
    top: -37px;
    bottom: -37px;
  }

  .xxl\:-inset-x-37 {
    right: -37px;
    left: -37px;
  }

  .xxl\:-inset-y-39 {
    top: -39px;
    bottom: -39px;
  }

  .xxl\:-inset-x-39 {
    right: -39px;
    left: -39px;
  }

  .xxl\:-inset-y-40 {
    top: -40px;
    bottom: -40px;
  }

  .xxl\:-inset-x-40 {
    right: -40px;
    left: -40px;
  }

  .xxl\:-inset-y-47 {
    top: -47px;
    bottom: -47px;
  }

  .xxl\:-inset-x-47 {
    right: -47px;
    left: -47px;
  }

  .xxl\:-inset-y-50 {
    top: -50px;
    bottom: -50px;
  }

  .xxl\:-inset-x-50 {
    right: -50px;
    left: -50px;
  }

  .xxl\:-inset-y-56 {
    top: -56px;
    bottom: -56px;
  }

  .xxl\:-inset-x-56 {
    right: -56px;
    left: -56px;
  }

  .xxl\:-inset-y-64 {
    top: -64px;
    bottom: -64px;
  }

  .xxl\:-inset-x-64 {
    right: -64px;
    left: -64px;
  }

  .xxl\:-inset-y-70 {
    top: -70px;
    bottom: -70px;
  }

  .xxl\:-inset-x-70 {
    right: -70px;
    left: -70px;
  }

  .xxl\:-inset-y-72 {
    top: -72px;
    bottom: -72px;
  }

  .xxl\:-inset-x-72 {
    right: -72px;
    left: -72px;
  }

  .xxl\:-inset-y-75 {
    top: -75px;
    bottom: -75px;
  }

  .xxl\:-inset-x-75 {
    right: -75px;
    left: -75px;
  }

  .xxl\:-inset-y-80 {
    top: -80px;
    bottom: -80px;
  }

  .xxl\:-inset-x-80 {
    right: -80px;
    left: -80px;
  }

  .xxl\:-inset-y-83 {
    top: -83px;
    bottom: -83px;
  }

  .xxl\:-inset-x-83 {
    right: -83px;
    left: -83px;
  }

  .xxl\:-inset-y-100 {
    top: -100px;
    bottom: -100px;
  }

  .xxl\:-inset-x-100 {
    right: -100px;
    left: -100px;
  }

  .xxl\:-inset-y-118 {
    top: -118px;
    bottom: -118px;
  }

  .xxl\:-inset-x-118 {
    right: -118px;
    left: -118px;
  }

  .xxl\:-inset-y-130 {
    top: -130px;
    bottom: -130px;
  }

  .xxl\:-inset-x-130 {
    right: -130px;
    left: -130px;
  }

  .xxl\:-inset-y-150 {
    top: -150px;
    bottom: -150px;
  }

  .xxl\:-inset-x-150 {
    right: -150px;
    left: -150px;
  }

  .xxl\:-inset-y-180 {
    top: -180px;
    bottom: -180px;
  }

  .xxl\:-inset-x-180 {
    right: -180px;
    left: -180px;
  }

  .xxl\:-inset-y-213 {
    top: -213px;
    bottom: -213px;
  }

  .xxl\:-inset-x-213 {
    right: -213px;
    left: -213px;
  }

  .xxl\:-inset-y-225 {
    top: -225px;
    bottom: -225px;
  }

  .xxl\:-inset-x-225 {
    right: -225px;
    left: -225px;
  }

  .xxl\:-inset-y-250 {
    top: -250px;
    bottom: -250px;
  }

  .xxl\:-inset-x-250 {
    right: -250px;
    left: -250px;
  }

  .xxl\:-inset-y-300 {
    top: -300px;
    bottom: -300px;
  }

  .xxl\:-inset-x-300 {
    right: -300px;
    left: -300px;
  }

  .xxl\:-inset-y-320 {
    top: -320px;
    bottom: -320px;
  }

  .xxl\:-inset-x-320 {
    right: -320px;
    left: -320px;
  }

  .xxl\:-inset-y-345 {
    top: -345px;
    bottom: -345px;
  }

  .xxl\:-inset-x-345 {
    right: -345px;
    left: -345px;
  }

  .xxl\:-inset-y-485 {
    top: -485px;
    bottom: -485px;
  }

  .xxl\:-inset-x-485 {
    right: -485px;
    left: -485px;
  }

  .xxl\:-inset-y-px {
    top: -1px;
    bottom: -1px;
  }

  .xxl\:-inset-x-px {
    right: -1px;
    left: -1px;
  }

  .xxl\:-inset-y--135 {
    top: 135px;
    bottom: 135px;
  }

  .xxl\:-inset-x--135 {
    right: 135px;
    left: 135px;
  }

  .xxl\:-inset-y-0p {
    top: 0%;
    bottom: 0%;
  }

  .xxl\:-inset-x-0p {
    right: 0%;
    left: 0%;
  }

  .xxl\:-inset-y-5p {
    top: -5%;
    bottom: -5%;
  }

  .xxl\:-inset-x-5p {
    right: -5%;
    left: -5%;
  }

  .xxl\:-inset-y-10p {
    top: -10%;
    bottom: -10%;
  }

  .xxl\:-inset-x-10p {
    right: -10%;
    left: -10%;
  }

  .xxl\:-inset-y-15p {
    top: -15%;
    bottom: -15%;
  }

  .xxl\:-inset-x-15p {
    right: -15%;
    left: -15%;
  }

  .xxl\:-inset-y-20p {
    top: -20%;
    bottom: -20%;
  }

  .xxl\:-inset-x-20p {
    right: -20%;
    left: -20%;
  }

  .xxl\:-inset-y-25p {
    top: -25%;
    bottom: -25%;
  }

  .xxl\:-inset-x-25p {
    right: -25%;
    left: -25%;
  }

  .xxl\:-inset-y-30p {
    top: -30%;
    bottom: -30%;
  }

  .xxl\:-inset-x-30p {
    right: -30%;
    left: -30%;
  }

  .xxl\:-inset-y-35p {
    top: -35%;
    bottom: -35%;
  }

  .xxl\:-inset-x-35p {
    right: -35%;
    left: -35%;
  }

  .xxl\:-inset-y-40p {
    top: -40%;
    bottom: -40%;
  }

  .xxl\:-inset-x-40p {
    right: -40%;
    left: -40%;
  }

  .xxl\:-inset-y-45p {
    top: -45%;
    bottom: -45%;
  }

  .xxl\:-inset-x-45p {
    right: -45%;
    left: -45%;
  }

  .xxl\:-inset-y-50p {
    top: -50%;
    bottom: -50%;
  }

  .xxl\:-inset-x-50p {
    right: -50%;
    left: -50%;
  }

  .xxl\:-inset-y-55p {
    top: -55%;
    bottom: -55%;
  }

  .xxl\:-inset-x-55p {
    right: -55%;
    left: -55%;
  }

  .xxl\:-inset-y-60p {
    top: -60%;
    bottom: -60%;
  }

  .xxl\:-inset-x-60p {
    right: -60%;
    left: -60%;
  }

  .xxl\:-inset-y-65p {
    top: -65%;
    bottom: -65%;
  }

  .xxl\:-inset-x-65p {
    right: -65%;
    left: -65%;
  }

  .xxl\:-inset-y-70p {
    top: -70%;
    bottom: -70%;
  }

  .xxl\:-inset-x-70p {
    right: -70%;
    left: -70%;
  }

  .xxl\:-inset-y-75p {
    top: -75%;
    bottom: -75%;
  }

  .xxl\:-inset-x-75p {
    right: -75%;
    left: -75%;
  }

  .xxl\:-inset-y-80p {
    top: -80%;
    bottom: -80%;
  }

  .xxl\:-inset-x-80p {
    right: -80%;
    left: -80%;
  }

  .xxl\:-inset-y-85p {
    top: -85%;
    bottom: -85%;
  }

  .xxl\:-inset-x-85p {
    right: -85%;
    left: -85%;
  }

  .xxl\:-inset-y-90p {
    top: -90%;
    bottom: -90%;
  }

  .xxl\:-inset-x-90p {
    right: -90%;
    left: -90%;
  }

  .xxl\:-inset-y-95p {
    top: -95%;
    bottom: -95%;
  }

  .xxl\:-inset-x-95p {
    right: -95%;
    left: -95%;
  }

  .xxl\:-inset-y-100p {
    top: -100%;
    bottom: -100%;
  }

  .xxl\:-inset-x-100p {
    right: -100%;
    left: -100%;
  }

  .xxl\:-inset-y-66\.5p {
    top: -66.5%;
    bottom: -66.5%;
  }

  .xxl\:-inset-x-66\.5p {
    right: -66.5%;
    left: -66.5%;
  }

  .xxl\:-inset-y-67\.5p {
    top: -67.5%;
    bottom: -67.5%;
  }

  .xxl\:-inset-x-67\.5p {
    right: -67.5%;
    left: -67.5%;
  }

  .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-3 {
    top: 3px;
  }

  .xxl\:right-3 {
    right: 3px;
  }

  .xxl\:bottom-3 {
    bottom: 3px;
  }

  .xxl\:left-3 {
    left: 3px;
  }

  .xxl\:top-5 {
    top: 5px;
  }

  .xxl\:right-5 {
    right: 5px;
  }

  .xxl\:bottom-5 {
    bottom: 5px;
  }

  .xxl\:left-5 {
    left: 5px;
  }

  .xxl\:top-8 {
    top: 8px;
  }

  .xxl\:right-8 {
    right: 8px;
  }

  .xxl\:bottom-8 {
    bottom: 8px;
  }

  .xxl\:left-8 {
    left: 8px;
  }

  .xxl\:top-10 {
    top: 10px;
  }

  .xxl\:right-10 {
    right: 10px;
  }

  .xxl\:bottom-10 {
    bottom: 10px;
  }

  .xxl\:left-10 {
    left: 10px;
  }

  .xxl\:top-12 {
    top: 12px;
  }

  .xxl\:right-12 {
    right: 12px;
  }

  .xxl\:bottom-12 {
    bottom: 12px;
  }

  .xxl\:left-12 {
    left: 12px;
  }

  .xxl\:top-14 {
    top: 14px;
  }

  .xxl\:right-14 {
    right: 14px;
  }

  .xxl\:bottom-14 {
    bottom: 14px;
  }

  .xxl\:left-14 {
    left: 14px;
  }

  .xxl\:top-15 {
    top: 15px;
  }

  .xxl\:right-15 {
    right: 15px;
  }

  .xxl\:bottom-15 {
    bottom: 15px;
  }

  .xxl\:left-15 {
    left: 15px;
  }

  .xxl\:top-16 {
    top: 16px;
  }

  .xxl\:right-16 {
    right: 16px;
  }

  .xxl\:bottom-16 {
    bottom: 16px;
  }

  .xxl\:left-16 {
    left: 16px;
  }

  .xxl\:top-20 {
    top: 20px;
  }

  .xxl\:right-20 {
    right: 20px;
  }

  .xxl\:bottom-20 {
    bottom: 20px;
  }

  .xxl\:left-20 {
    left: 20px;
  }

  .xxl\:top-24 {
    top: 24px;
  }

  .xxl\:right-24 {
    right: 24px;
  }

  .xxl\:bottom-24 {
    bottom: 24px;
  }

  .xxl\:left-24 {
    left: 24px;
  }

  .xxl\:top-28 {
    top: 28px;
  }

  .xxl\:right-28 {
    right: 28px;
  }

  .xxl\:bottom-28 {
    bottom: 28px;
  }

  .xxl\:left-28 {
    left: 28px;
  }

  .xxl\:top-29 {
    top: 29px;
  }

  .xxl\:right-29 {
    right: 29px;
  }

  .xxl\:bottom-29 {
    bottom: 29px;
  }

  .xxl\:left-29 {
    left: 29px;
  }

  .xxl\:top-30 {
    top: 30px;
  }

  .xxl\:right-30 {
    right: 30px;
  }

  .xxl\:bottom-30 {
    bottom: 30px;
  }

  .xxl\:left-30 {
    left: 30px;
  }

  .xxl\:top-32 {
    top: 32px;
  }

  .xxl\:right-32 {
    right: 32px;
  }

  .xxl\:bottom-32 {
    bottom: 32px;
  }

  .xxl\:left-32 {
    left: 32px;
  }

  .xxl\:top-35 {
    top: 35px;
  }

  .xxl\:right-35 {
    right: 35px;
  }

  .xxl\:bottom-35 {
    bottom: 35px;
  }

  .xxl\:left-35 {
    left: 35px;
  }

  .xxl\:top-36 {
    top: 36px;
  }

  .xxl\:right-36 {
    right: 36px;
  }

  .xxl\:bottom-36 {
    bottom: 36px;
  }

  .xxl\:left-36 {
    left: 36px;
  }

  .xxl\:top-37 {
    top: 37px;
  }

  .xxl\:right-37 {
    right: 37px;
  }

  .xxl\:bottom-37 {
    bottom: 37px;
  }

  .xxl\:left-37 {
    left: 37px;
  }

  .xxl\:top-39 {
    top: 39px;
  }

  .xxl\:right-39 {
    right: 39px;
  }

  .xxl\:bottom-39 {
    bottom: 39px;
  }

  .xxl\:left-39 {
    left: 39px;
  }

  .xxl\:top-40 {
    top: 40px;
  }

  .xxl\:right-40 {
    right: 40px;
  }

  .xxl\:bottom-40 {
    bottom: 40px;
  }

  .xxl\:left-40 {
    left: 40px;
  }

  .xxl\:top-47 {
    top: 47px;
  }

  .xxl\:right-47 {
    right: 47px;
  }

  .xxl\:bottom-47 {
    bottom: 47px;
  }

  .xxl\:left-47 {
    left: 47px;
  }

  .xxl\:top-50 {
    top: 50px;
  }

  .xxl\:right-50 {
    right: 50px;
  }

  .xxl\:bottom-50 {
    bottom: 50px;
  }

  .xxl\:left-50 {
    left: 50px;
  }

  .xxl\:top-56 {
    top: 56px;
  }

  .xxl\:right-56 {
    right: 56px;
  }

  .xxl\:bottom-56 {
    bottom: 56px;
  }

  .xxl\:left-56 {
    left: 56px;
  }

  .xxl\:top-64 {
    top: 64px;
  }

  .xxl\:right-64 {
    right: 64px;
  }

  .xxl\:bottom-64 {
    bottom: 64px;
  }

  .xxl\:left-64 {
    left: 64px;
  }

  .xxl\:top-70 {
    top: 70px;
  }

  .xxl\:right-70 {
    right: 70px;
  }

  .xxl\:bottom-70 {
    bottom: 70px;
  }

  .xxl\:left-70 {
    left: 70px;
  }

  .xxl\:top-72 {
    top: 72px;
  }

  .xxl\:right-72 {
    right: 72px;
  }

  .xxl\:bottom-72 {
    bottom: 72px;
  }

  .xxl\:left-72 {
    left: 72px;
  }

  .xxl\:top-75 {
    top: 75px;
  }

  .xxl\:right-75 {
    right: 75px;
  }

  .xxl\:bottom-75 {
    bottom: 75px;
  }

  .xxl\:left-75 {
    left: 75px;
  }

  .xxl\:top-80 {
    top: 80px;
  }

  .xxl\:right-80 {
    right: 80px;
  }

  .xxl\:bottom-80 {
    bottom: 80px;
  }

  .xxl\:left-80 {
    left: 80px;
  }

  .xxl\:top-83 {
    top: 83px;
  }

  .xxl\:right-83 {
    right: 83px;
  }

  .xxl\:bottom-83 {
    bottom: 83px;
  }

  .xxl\:left-83 {
    left: 83px;
  }

  .xxl\:top-100 {
    top: 100px;
  }

  .xxl\:right-100 {
    right: 100px;
  }

  .xxl\:bottom-100 {
    bottom: 100px;
  }

  .xxl\:left-100 {
    left: 100px;
  }

  .xxl\:top-118 {
    top: 118px;
  }

  .xxl\:right-118 {
    right: 118px;
  }

  .xxl\:bottom-118 {
    bottom: 118px;
  }

  .xxl\:left-118 {
    left: 118px;
  }

  .xxl\:top-130 {
    top: 130px;
  }

  .xxl\:right-130 {
    right: 130px;
  }

  .xxl\:bottom-130 {
    bottom: 130px;
  }

  .xxl\:left-130 {
    left: 130px;
  }

  .xxl\:top-150 {
    top: 150px;
  }

  .xxl\:right-150 {
    right: 150px;
  }

  .xxl\:bottom-150 {
    bottom: 150px;
  }

  .xxl\:left-150 {
    left: 150px;
  }

  .xxl\:top-180 {
    top: 180px;
  }

  .xxl\:right-180 {
    right: 180px;
  }

  .xxl\:bottom-180 {
    bottom: 180px;
  }

  .xxl\:left-180 {
    left: 180px;
  }

  .xxl\:top-213 {
    top: 213px;
  }

  .xxl\:right-213 {
    right: 213px;
  }

  .xxl\:bottom-213 {
    bottom: 213px;
  }

  .xxl\:left-213 {
    left: 213px;
  }

  .xxl\:top-225 {
    top: 225px;
  }

  .xxl\:right-225 {
    right: 225px;
  }

  .xxl\:bottom-225 {
    bottom: 225px;
  }

  .xxl\:left-225 {
    left: 225px;
  }

  .xxl\:top-250 {
    top: 250px;
  }

  .xxl\:right-250 {
    right: 250px;
  }

  .xxl\:bottom-250 {
    bottom: 250px;
  }

  .xxl\:left-250 {
    left: 250px;
  }

  .xxl\:top-300 {
    top: 300px;
  }

  .xxl\:right-300 {
    right: 300px;
  }

  .xxl\:bottom-300 {
    bottom: 300px;
  }

  .xxl\:left-300 {
    left: 300px;
  }

  .xxl\:top-320 {
    top: 320px;
  }

  .xxl\:right-320 {
    right: 320px;
  }

  .xxl\:bottom-320 {
    bottom: 320px;
  }

  .xxl\:left-320 {
    left: 320px;
  }

  .xxl\:top-345 {
    top: 345px;
  }

  .xxl\:right-345 {
    right: 345px;
  }

  .xxl\:bottom-345 {
    bottom: 345px;
  }

  .xxl\:left-345 {
    left: 345px;
  }

  .xxl\:top-485 {
    top: 485px;
  }

  .xxl\:right-485 {
    right: 485px;
  }

  .xxl\:bottom-485 {
    bottom: 485px;
  }

  .xxl\:left-485 {
    left: 485px;
  }

  .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-135 {
    top: -135px;
  }

  .xxl\:-right-135 {
    right: -135px;
  }

  .xxl\:-bottom-135 {
    bottom: -135px;
  }

  .xxl\:-left-135 {
    left: -135px;
  }

  .xxl\:top-0p {
    top: 0%;
  }

  .xxl\:right-0p {
    right: 0%;
  }

  .xxl\:bottom-0p {
    bottom: 0%;
  }

  .xxl\:left-0p {
    left: 0%;
  }

  .xxl\:top-5p {
    top: 5%;
  }

  .xxl\:right-5p {
    right: 5%;
  }

  .xxl\:bottom-5p {
    bottom: 5%;
  }

  .xxl\:left-5p {
    left: 5%;
  }

  .xxl\:top-10p {
    top: 10%;
  }

  .xxl\:right-10p {
    right: 10%;
  }

  .xxl\:bottom-10p {
    bottom: 10%;
  }

  .xxl\:left-10p {
    left: 10%;
  }

  .xxl\:top-15p {
    top: 15%;
  }

  .xxl\:right-15p {
    right: 15%;
  }

  .xxl\:bottom-15p {
    bottom: 15%;
  }

  .xxl\:left-15p {
    left: 15%;
  }

  .xxl\:top-20p {
    top: 20%;
  }

  .xxl\:right-20p {
    right: 20%;
  }

  .xxl\:bottom-20p {
    bottom: 20%;
  }

  .xxl\:left-20p {
    left: 20%;
  }

  .xxl\:top-25p {
    top: 25%;
  }

  .xxl\:right-25p {
    right: 25%;
  }

  .xxl\:bottom-25p {
    bottom: 25%;
  }

  .xxl\:left-25p {
    left: 25%;
  }

  .xxl\:top-30p {
    top: 30%;
  }

  .xxl\:right-30p {
    right: 30%;
  }

  .xxl\:bottom-30p {
    bottom: 30%;
  }

  .xxl\:left-30p {
    left: 30%;
  }

  .xxl\:top-35p {
    top: 35%;
  }

  .xxl\:right-35p {
    right: 35%;
  }

  .xxl\:bottom-35p {
    bottom: 35%;
  }

  .xxl\:left-35p {
    left: 35%;
  }

  .xxl\:top-40p {
    top: 40%;
  }

  .xxl\:right-40p {
    right: 40%;
  }

  .xxl\:bottom-40p {
    bottom: 40%;
  }

  .xxl\:left-40p {
    left: 40%;
  }

  .xxl\:top-45p {
    top: 45%;
  }

  .xxl\:right-45p {
    right: 45%;
  }

  .xxl\:bottom-45p {
    bottom: 45%;
  }

  .xxl\:left-45p {
    left: 45%;
  }

  .xxl\:top-50p {
    top: 50%;
  }

  .xxl\:right-50p {
    right: 50%;
  }

  .xxl\:bottom-50p {
    bottom: 50%;
  }

  .xxl\:left-50p {
    left: 50%;
  }

  .xxl\:top-55p {
    top: 55%;
  }

  .xxl\:right-55p {
    right: 55%;
  }

  .xxl\:bottom-55p {
    bottom: 55%;
  }

  .xxl\:left-55p {
    left: 55%;
  }

  .xxl\:top-60p {
    top: 60%;
  }

  .xxl\:right-60p {
    right: 60%;
  }

  .xxl\:bottom-60p {
    bottom: 60%;
  }

  .xxl\:left-60p {
    left: 60%;
  }

  .xxl\:top-65p {
    top: 65%;
  }

  .xxl\:right-65p {
    right: 65%;
  }

  .xxl\:bottom-65p {
    bottom: 65%;
  }

  .xxl\:left-65p {
    left: 65%;
  }

  .xxl\:top-70p {
    top: 70%;
  }

  .xxl\:right-70p {
    right: 70%;
  }

  .xxl\:bottom-70p {
    bottom: 70%;
  }

  .xxl\:left-70p {
    left: 70%;
  }

  .xxl\:top-75p {
    top: 75%;
  }

  .xxl\:right-75p {
    right: 75%;
  }

  .xxl\:bottom-75p {
    bottom: 75%;
  }

  .xxl\:left-75p {
    left: 75%;
  }

  .xxl\:top-80p {
    top: 80%;
  }

  .xxl\:right-80p {
    right: 80%;
  }

  .xxl\:bottom-80p {
    bottom: 80%;
  }

  .xxl\:left-80p {
    left: 80%;
  }

  .xxl\:top-85p {
    top: 85%;
  }

  .xxl\:right-85p {
    right: 85%;
  }

  .xxl\:bottom-85p {
    bottom: 85%;
  }

  .xxl\:left-85p {
    left: 85%;
  }

  .xxl\:top-90p {
    top: 90%;
  }

  .xxl\:right-90p {
    right: 90%;
  }

  .xxl\:bottom-90p {
    bottom: 90%;
  }

  .xxl\:left-90p {
    left: 90%;
  }

  .xxl\:top-95p {
    top: 95%;
  }

  .xxl\:right-95p {
    right: 95%;
  }

  .xxl\:bottom-95p {
    bottom: 95%;
  }

  .xxl\:left-95p {
    left: 95%;
  }

  .xxl\:top-100p {
    top: 100%;
  }

  .xxl\:right-100p {
    right: 100%;
  }

  .xxl\:bottom-100p {
    bottom: 100%;
  }

  .xxl\:left-100p {
    left: 100%;
  }

  .xxl\:top-66\.5p {
    top: 66.5%;
  }

  .xxl\:right-66\.5p {
    right: 66.5%;
  }

  .xxl\:bottom-66\.5p {
    bottom: 66.5%;
  }

  .xxl\:left-66\.5p {
    left: 66.5%;
  }

  .xxl\:top-67\.5p {
    top: 67.5%;
  }

  .xxl\:right-67\.5p {
    right: 67.5%;
  }

  .xxl\:bottom-67\.5p {
    bottom: 67.5%;
  }

  .xxl\:left-67\.5p {
    left: 67.5%;
  }

  .xxl\:-top-0 {
    top: 0px;
  }

  .xxl\:-right-0 {
    right: 0px;
  }

  .xxl\:-bottom-0 {
    bottom: 0px;
  }

  .xxl\:-left-0 {
    left: 0px;
  }

  .xxl\:-top-3 {
    top: -3px;
  }

  .xxl\:-right-3 {
    right: -3px;
  }

  .xxl\:-bottom-3 {
    bottom: -3px;
  }

  .xxl\:-left-3 {
    left: -3px;
  }

  .xxl\:-top-5 {
    top: -5px;
  }

  .xxl\:-right-5 {
    right: -5px;
  }

  .xxl\:-bottom-5 {
    bottom: -5px;
  }

  .xxl\:-left-5 {
    left: -5px;
  }

  .xxl\:-top-8 {
    top: -8px;
  }

  .xxl\:-right-8 {
    right: -8px;
  }

  .xxl\:-bottom-8 {
    bottom: -8px;
  }

  .xxl\:-left-8 {
    left: -8px;
  }

  .xxl\:-top-10 {
    top: -10px;
  }

  .xxl\:-right-10 {
    right: -10px;
  }

  .xxl\:-bottom-10 {
    bottom: -10px;
  }

  .xxl\:-left-10 {
    left: -10px;
  }

  .xxl\:-top-12 {
    top: -12px;
  }

  .xxl\:-right-12 {
    right: -12px;
  }

  .xxl\:-bottom-12 {
    bottom: -12px;
  }

  .xxl\:-left-12 {
    left: -12px;
  }

  .xxl\:-top-14 {
    top: -14px;
  }

  .xxl\:-right-14 {
    right: -14px;
  }

  .xxl\:-bottom-14 {
    bottom: -14px;
  }

  .xxl\:-left-14 {
    left: -14px;
  }

  .xxl\:-top-15 {
    top: -15px;
  }

  .xxl\:-right-15 {
    right: -15px;
  }

  .xxl\:-bottom-15 {
    bottom: -15px;
  }

  .xxl\:-left-15 {
    left: -15px;
  }

  .xxl\:-top-16 {
    top: -16px;
  }

  .xxl\:-right-16 {
    right: -16px;
  }

  .xxl\:-bottom-16 {
    bottom: -16px;
  }

  .xxl\:-left-16 {
    left: -16px;
  }

  .xxl\:-top-20 {
    top: -20px;
  }

  .xxl\:-right-20 {
    right: -20px;
  }

  .xxl\:-bottom-20 {
    bottom: -20px;
  }

  .xxl\:-left-20 {
    left: -20px;
  }

  .xxl\:-top-24 {
    top: -24px;
  }

  .xxl\:-right-24 {
    right: -24px;
  }

  .xxl\:-bottom-24 {
    bottom: -24px;
  }

  .xxl\:-left-24 {
    left: -24px;
  }

  .xxl\:-top-28 {
    top: -28px;
  }

  .xxl\:-right-28 {
    right: -28px;
  }

  .xxl\:-bottom-28 {
    bottom: -28px;
  }

  .xxl\:-left-28 {
    left: -28px;
  }

  .xxl\:-top-29 {
    top: -29px;
  }

  .xxl\:-right-29 {
    right: -29px;
  }

  .xxl\:-bottom-29 {
    bottom: -29px;
  }

  .xxl\:-left-29 {
    left: -29px;
  }

  .xxl\:-top-30 {
    top: -30px;
  }

  .xxl\:-right-30 {
    right: -30px;
  }

  .xxl\:-bottom-30 {
    bottom: -30px;
  }

  .xxl\:-left-30 {
    left: -30px;
  }

  .xxl\:-top-32 {
    top: -32px;
  }

  .xxl\:-right-32 {
    right: -32px;
  }

  .xxl\:-bottom-32 {
    bottom: -32px;
  }

  .xxl\:-left-32 {
    left: -32px;
  }

  .xxl\:-top-35 {
    top: -35px;
  }

  .xxl\:-right-35 {
    right: -35px;
  }

  .xxl\:-bottom-35 {
    bottom: -35px;
  }

  .xxl\:-left-35 {
    left: -35px;
  }

  .xxl\:-top-36 {
    top: -36px;
  }

  .xxl\:-right-36 {
    right: -36px;
  }

  .xxl\:-bottom-36 {
    bottom: -36px;
  }

  .xxl\:-left-36 {
    left: -36px;
  }

  .xxl\:-top-37 {
    top: -37px;
  }

  .xxl\:-right-37 {
    right: -37px;
  }

  .xxl\:-bottom-37 {
    bottom: -37px;
  }

  .xxl\:-left-37 {
    left: -37px;
  }

  .xxl\:-top-39 {
    top: -39px;
  }

  .xxl\:-right-39 {
    right: -39px;
  }

  .xxl\:-bottom-39 {
    bottom: -39px;
  }

  .xxl\:-left-39 {
    left: -39px;
  }

  .xxl\:-top-40 {
    top: -40px;
  }

  .xxl\:-right-40 {
    right: -40px;
  }

  .xxl\:-bottom-40 {
    bottom: -40px;
  }

  .xxl\:-left-40 {
    left: -40px;
  }

  .xxl\:-top-47 {
    top: -47px;
  }

  .xxl\:-right-47 {
    right: -47px;
  }

  .xxl\:-bottom-47 {
    bottom: -47px;
  }

  .xxl\:-left-47 {
    left: -47px;
  }

  .xxl\:-top-50 {
    top: -50px;
  }

  .xxl\:-right-50 {
    right: -50px;
  }

  .xxl\:-bottom-50 {
    bottom: -50px;
  }

  .xxl\:-left-50 {
    left: -50px;
  }

  .xxl\:-top-56 {
    top: -56px;
  }

  .xxl\:-right-56 {
    right: -56px;
  }

  .xxl\:-bottom-56 {
    bottom: -56px;
  }

  .xxl\:-left-56 {
    left: -56px;
  }

  .xxl\:-top-64 {
    top: -64px;
  }

  .xxl\:-right-64 {
    right: -64px;
  }

  .xxl\:-bottom-64 {
    bottom: -64px;
  }

  .xxl\:-left-64 {
    left: -64px;
  }

  .xxl\:-top-70 {
    top: -70px;
  }

  .xxl\:-right-70 {
    right: -70px;
  }

  .xxl\:-bottom-70 {
    bottom: -70px;
  }

  .xxl\:-left-70 {
    left: -70px;
  }

  .xxl\:-top-72 {
    top: -72px;
  }

  .xxl\:-right-72 {
    right: -72px;
  }

  .xxl\:-bottom-72 {
    bottom: -72px;
  }

  .xxl\:-left-72 {
    left: -72px;
  }

  .xxl\:-top-75 {
    top: -75px;
  }

  .xxl\:-right-75 {
    right: -75px;
  }

  .xxl\:-bottom-75 {
    bottom: -75px;
  }

  .xxl\:-left-75 {
    left: -75px;
  }

  .xxl\:-top-80 {
    top: -80px;
  }

  .xxl\:-right-80 {
    right: -80px;
  }

  .xxl\:-bottom-80 {
    bottom: -80px;
  }

  .xxl\:-left-80 {
    left: -80px;
  }

  .xxl\:-top-83 {
    top: -83px;
  }

  .xxl\:-right-83 {
    right: -83px;
  }

  .xxl\:-bottom-83 {
    bottom: -83px;
  }

  .xxl\:-left-83 {
    left: -83px;
  }

  .xxl\:-top-100 {
    top: -100px;
  }

  .xxl\:-right-100 {
    right: -100px;
  }

  .xxl\:-bottom-100 {
    bottom: -100px;
  }

  .xxl\:-left-100 {
    left: -100px;
  }

  .xxl\:-top-118 {
    top: -118px;
  }

  .xxl\:-right-118 {
    right: -118px;
  }

  .xxl\:-bottom-118 {
    bottom: -118px;
  }

  .xxl\:-left-118 {
    left: -118px;
  }

  .xxl\:-top-130 {
    top: -130px;
  }

  .xxl\:-right-130 {
    right: -130px;
  }

  .xxl\:-bottom-130 {
    bottom: -130px;
  }

  .xxl\:-left-130 {
    left: -130px;
  }

  .xxl\:-top-150 {
    top: -150px;
  }

  .xxl\:-right-150 {
    right: -150px;
  }

  .xxl\:-bottom-150 {
    bottom: -150px;
  }

  .xxl\:-left-150 {
    left: -150px;
  }

  .xxl\:-top-180 {
    top: -180px;
  }

  .xxl\:-right-180 {
    right: -180px;
  }

  .xxl\:-bottom-180 {
    bottom: -180px;
  }

  .xxl\:-left-180 {
    left: -180px;
  }

  .xxl\:-top-213 {
    top: -213px;
  }

  .xxl\:-right-213 {
    right: -213px;
  }

  .xxl\:-bottom-213 {
    bottom: -213px;
  }

  .xxl\:-left-213 {
    left: -213px;
  }

  .xxl\:-top-225 {
    top: -225px;
  }

  .xxl\:-right-225 {
    right: -225px;
  }

  .xxl\:-bottom-225 {
    bottom: -225px;
  }

  .xxl\:-left-225 {
    left: -225px;
  }

  .xxl\:-top-250 {
    top: -250px;
  }

  .xxl\:-right-250 {
    right: -250px;
  }

  .xxl\:-bottom-250 {
    bottom: -250px;
  }

  .xxl\:-left-250 {
    left: -250px;
  }

  .xxl\:-top-300 {
    top: -300px;
  }

  .xxl\:-right-300 {
    right: -300px;
  }

  .xxl\:-bottom-300 {
    bottom: -300px;
  }

  .xxl\:-left-300 {
    left: -300px;
  }

  .xxl\:-top-320 {
    top: -320px;
  }

  .xxl\:-right-320 {
    right: -320px;
  }

  .xxl\:-bottom-320 {
    bottom: -320px;
  }

  .xxl\:-left-320 {
    left: -320px;
  }

  .xxl\:-top-345 {
    top: -345px;
  }

  .xxl\:-right-345 {
    right: -345px;
  }

  .xxl\:-bottom-345 {
    bottom: -345px;
  }

  .xxl\:-left-345 {
    left: -345px;
  }

  .xxl\:-top-485 {
    top: -485px;
  }

  .xxl\:-right-485 {
    right: -485px;
  }

  .xxl\:-bottom-485 {
    bottom: -485px;
  }

  .xxl\:-left-485 {
    left: -485px;
  }

  .xxl\:-top-px {
    top: -1px;
  }

  .xxl\:-right-px {
    right: -1px;
  }

  .xxl\:-bottom-px {
    bottom: -1px;
  }

  .xxl\:-left-px {
    left: -1px;
  }

  .xxl\:-top--135 {
    top: 135px;
  }

  .xxl\:-right--135 {
    right: 135px;
  }

  .xxl\:-bottom--135 {
    bottom: 135px;
  }

  .xxl\:-left--135 {
    left: 135px;
  }

  .xxl\:-top-0p {
    top: 0%;
  }

  .xxl\:-right-0p {
    right: 0%;
  }

  .xxl\:-bottom-0p {
    bottom: 0%;
  }

  .xxl\:-left-0p {
    left: 0%;
  }

  .xxl\:-top-5p {
    top: -5%;
  }

  .xxl\:-right-5p {
    right: -5%;
  }

  .xxl\:-bottom-5p {
    bottom: -5%;
  }

  .xxl\:-left-5p {
    left: -5%;
  }

  .xxl\:-top-10p {
    top: -10%;
  }

  .xxl\:-right-10p {
    right: -10%;
  }

  .xxl\:-bottom-10p {
    bottom: -10%;
  }

  .xxl\:-left-10p {
    left: -10%;
  }

  .xxl\:-top-15p {
    top: -15%;
  }

  .xxl\:-right-15p {
    right: -15%;
  }

  .xxl\:-bottom-15p {
    bottom: -15%;
  }

  .xxl\:-left-15p {
    left: -15%;
  }

  .xxl\:-top-20p {
    top: -20%;
  }

  .xxl\:-right-20p {
    right: -20%;
  }

  .xxl\:-bottom-20p {
    bottom: -20%;
  }

  .xxl\:-left-20p {
    left: -20%;
  }

  .xxl\:-top-25p {
    top: -25%;
  }

  .xxl\:-right-25p {
    right: -25%;
  }

  .xxl\:-bottom-25p {
    bottom: -25%;
  }

  .xxl\:-left-25p {
    left: -25%;
  }

  .xxl\:-top-30p {
    top: -30%;
  }

  .xxl\:-right-30p {
    right: -30%;
  }

  .xxl\:-bottom-30p {
    bottom: -30%;
  }

  .xxl\:-left-30p {
    left: -30%;
  }

  .xxl\:-top-35p {
    top: -35%;
  }

  .xxl\:-right-35p {
    right: -35%;
  }

  .xxl\:-bottom-35p {
    bottom: -35%;
  }

  .xxl\:-left-35p {
    left: -35%;
  }

  .xxl\:-top-40p {
    top: -40%;
  }

  .xxl\:-right-40p {
    right: -40%;
  }

  .xxl\:-bottom-40p {
    bottom: -40%;
  }

  .xxl\:-left-40p {
    left: -40%;
  }

  .xxl\:-top-45p {
    top: -45%;
  }

  .xxl\:-right-45p {
    right: -45%;
  }

  .xxl\:-bottom-45p {
    bottom: -45%;
  }

  .xxl\:-left-45p {
    left: -45%;
  }

  .xxl\:-top-50p {
    top: -50%;
  }

  .xxl\:-right-50p {
    right: -50%;
  }

  .xxl\:-bottom-50p {
    bottom: -50%;
  }

  .xxl\:-left-50p {
    left: -50%;
  }

  .xxl\:-top-55p {
    top: -55%;
  }

  .xxl\:-right-55p {
    right: -55%;
  }

  .xxl\:-bottom-55p {
    bottom: -55%;
  }

  .xxl\:-left-55p {
    left: -55%;
  }

  .xxl\:-top-60p {
    top: -60%;
  }

  .xxl\:-right-60p {
    right: -60%;
  }

  .xxl\:-bottom-60p {
    bottom: -60%;
  }

  .xxl\:-left-60p {
    left: -60%;
  }

  .xxl\:-top-65p {
    top: -65%;
  }

  .xxl\:-right-65p {
    right: -65%;
  }

  .xxl\:-bottom-65p {
    bottom: -65%;
  }

  .xxl\:-left-65p {
    left: -65%;
  }

  .xxl\:-top-70p {
    top: -70%;
  }

  .xxl\:-right-70p {
    right: -70%;
  }

  .xxl\:-bottom-70p {
    bottom: -70%;
  }

  .xxl\:-left-70p {
    left: -70%;
  }

  .xxl\:-top-75p {
    top: -75%;
  }

  .xxl\:-right-75p {
    right: -75%;
  }

  .xxl\:-bottom-75p {
    bottom: -75%;
  }

  .xxl\:-left-75p {
    left: -75%;
  }

  .xxl\:-top-80p {
    top: -80%;
  }

  .xxl\:-right-80p {
    right: -80%;
  }

  .xxl\:-bottom-80p {
    bottom: -80%;
  }

  .xxl\:-left-80p {
    left: -80%;
  }

  .xxl\:-top-85p {
    top: -85%;
  }

  .xxl\:-right-85p {
    right: -85%;
  }

  .xxl\:-bottom-85p {
    bottom: -85%;
  }

  .xxl\:-left-85p {
    left: -85%;
  }

  .xxl\:-top-90p {
    top: -90%;
  }

  .xxl\:-right-90p {
    right: -90%;
  }

  .xxl\:-bottom-90p {
    bottom: -90%;
  }

  .xxl\:-left-90p {
    left: -90%;
  }

  .xxl\:-top-95p {
    top: -95%;
  }

  .xxl\:-right-95p {
    right: -95%;
  }

  .xxl\:-bottom-95p {
    bottom: -95%;
  }

  .xxl\:-left-95p {
    left: -95%;
  }

  .xxl\:-top-100p {
    top: -100%;
  }

  .xxl\:-right-100p {
    right: -100%;
  }

  .xxl\:-bottom-100p {
    bottom: -100%;
  }

  .xxl\:-left-100p {
    left: -100%;
  }

  .xxl\:-top-66\.5p {
    top: -66.5%;
  }

  .xxl\:-right-66\.5p {
    right: -66.5%;
  }

  .xxl\:-bottom-66\.5p {
    bottom: -66.5%;
  }

  .xxl\:-left-66\.5p {
    left: -66.5%;
  }

  .xxl\:-top-67\.5p {
    top: -67.5%;
  }

  .xxl\:-right-67\.5p {
    right: -67.5%;
  }

  .xxl\:-bottom-67\.5p {
    bottom: -67.5%;
  }

  .xxl\:-left-67\.5p {
    left: -67.5%;
  }

  .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-header {
    --tw-shadow: 0 8px 32px rgba(0, 0, 0, 0.32);
    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-header {
    --tw-shadow: 0 8px 32px rgba(0, 0, 0, 0.32);
    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-header:focus-within {
    --tw-shadow: 0 8px 32px rgba(0, 0, 0, 0.32);
    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-header:hover {
    --tw-shadow: 0 8px 32px rgba(0, 0, 0, 0.32);
    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-header:focus {
    --tw-shadow: 0 8px 32px rgba(0, 0, 0, 0.32);
    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-1 {
    --tw-ring-offset-color: #464646;
  }

  .xxl\:ring-offset-black-2 {
    --tw-ring-offset-color: #d7d7d7;
  }

  .xxl\:ring-offset-black-3 {
    --tw-ring-offset-color: #262626;
  }

  .xxl\:ring-offset-black-4 {
    --tw-ring-offset-color: #ededed;
  }

  .xxl\:ring-offset-black-5 {
    --tw-ring-offset-color: #444444;
  }

  .xxl\:ring-offset-black-6 {
    --tw-ring-offset-color: #6c6c6c;
  }

  .xxl\:ring-offset-black {
    --tw-ring-offset-color: #000;
  }

  .xxl\:ring-offset-white-1 {
    --tw-ring-offset-color: #f4f4f4;
  }

  .xxl\:ring-offset-white {
    --tw-ring-offset-color: #fff;
  }

  .xxl\:ring-offset-pink-1 {
    --tw-ring-offset-color: #e96593;
  }

  .xxl\:ring-offset-pink {
    --tw-ring-offset-color: #ee8bae;
  }

  .xxl\:ring-offset-red-1 {
    --tw-ring-offset-color: #e7061f;
  }

  .xxl\:ring-offset-red {
    --tw-ring-offset-color: #ef0016;
  }

  .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-1:focus-within {
    --tw-ring-offset-color: #464646;
  }

  .xxl\:focus-within\:ring-offset-black-2:focus-within {
    --tw-ring-offset-color: #d7d7d7;
  }

  .xxl\:focus-within\:ring-offset-black-3:focus-within {
    --tw-ring-offset-color: #262626;
  }

  .xxl\:focus-within\:ring-offset-black-4:focus-within {
    --tw-ring-offset-color: #ededed;
  }

  .xxl\:focus-within\:ring-offset-black-5:focus-within {
    --tw-ring-offset-color: #444444;
  }

  .xxl\:focus-within\:ring-offset-black-6:focus-within {
    --tw-ring-offset-color: #6c6c6c;
  }

  .xxl\:focus-within\:ring-offset-black:focus-within {
    --tw-ring-offset-color: #000;
  }

  .xxl\:focus-within\:ring-offset-white-1:focus-within {
    --tw-ring-offset-color: #f4f4f4;
  }

  .xxl\:focus-within\:ring-offset-white:focus-within {
    --tw-ring-offset-color: #fff;
  }

  .xxl\:focus-within\:ring-offset-pink-1:focus-within {
    --tw-ring-offset-color: #e96593;
  }

  .xxl\:focus-within\:ring-offset-pink:focus-within {
    --tw-ring-offset-color: #ee8bae;
  }

  .xxl\:focus-within\:ring-offset-red-1:focus-within {
    --tw-ring-offset-color: #e7061f;
  }

  .xxl\:focus-within\:ring-offset-red:focus-within {
    --tw-ring-offset-color: #ef0016;
  }

  .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-1:focus {
    --tw-ring-offset-color: #464646;
  }

  .xxl\:focus\:ring-offset-black-2:focus {
    --tw-ring-offset-color: #d7d7d7;
  }

  .xxl\:focus\:ring-offset-black-3:focus {
    --tw-ring-offset-color: #262626;
  }

  .xxl\:focus\:ring-offset-black-4:focus {
    --tw-ring-offset-color: #ededed;
  }

  .xxl\:focus\:ring-offset-black-5:focus {
    --tw-ring-offset-color: #444444;
  }

  .xxl\:focus\:ring-offset-black-6:focus {
    --tw-ring-offset-color: #6c6c6c;
  }

  .xxl\:focus\:ring-offset-black:focus {
    --tw-ring-offset-color: #000;
  }

  .xxl\:focus\:ring-offset-white-1:focus {
    --tw-ring-offset-color: #f4f4f4;
  }

  .xxl\:focus\:ring-offset-white:focus {
    --tw-ring-offset-color: #fff;
  }

  .xxl\:focus\:ring-offset-pink-1:focus {
    --tw-ring-offset-color: #e96593;
  }

  .xxl\:focus\:ring-offset-pink:focus {
    --tw-ring-offset-color: #ee8bae;
  }

  .xxl\:focus\:ring-offset-red-1:focus {
    --tw-ring-offset-color: #e7061f;
  }

  .xxl\:focus\:ring-offset-red:focus {
    --tw-ring-offset-color: #ef0016;
  }

  .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-1 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(70, 70, 70, var(--tw-ring-opacity));
  }

  .xxl\:ring-black-2 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(215, 215, 215, var(--tw-ring-opacity));
  }

  .xxl\:ring-black-3 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(38, 38, 38, var(--tw-ring-opacity));
  }

  .xxl\:ring-black-4 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 237, 237, var(--tw-ring-opacity));
  }

  .xxl\:ring-black-5 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(68, 68, 68, var(--tw-ring-opacity));
  }

  .xxl\:ring-black-6 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(108, 108, 108, var(--tw-ring-opacity));
  }

  .xxl\:ring-black {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .xxl\:ring-white-1 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 244, 244, var(--tw-ring-opacity));
  }

  .xxl\:ring-white {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .xxl\:ring-pink-1 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(233, 101, 147, var(--tw-ring-opacity));
  }

  .xxl\:ring-pink {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 139, 174, var(--tw-ring-opacity));
  }

  .xxl\:ring-red-1 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(231, 6, 31, var(--tw-ring-opacity));
  }

  .xxl\:ring-red {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 0, 22, 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-1:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(70, 70, 70, var(--tw-ring-opacity));
  }

  .xxl\:focus-within\:ring-black-2:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(215, 215, 215, var(--tw-ring-opacity));
  }

  .xxl\:focus-within\:ring-black-3:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(38, 38, 38, var(--tw-ring-opacity));
  }

  .xxl\:focus-within\:ring-black-4:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 237, 237, var(--tw-ring-opacity));
  }

  .xxl\:focus-within\:ring-black-5:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(68, 68, 68, var(--tw-ring-opacity));
  }

  .xxl\:focus-within\:ring-black-6:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(108, 108, 108, var(--tw-ring-opacity));
  }

  .xxl\:focus-within\:ring-black:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .xxl\:focus-within\:ring-white-1:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 244, 244, var(--tw-ring-opacity));
  }

  .xxl\:focus-within\:ring-white:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .xxl\:focus-within\:ring-pink-1:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(233, 101, 147, var(--tw-ring-opacity));
  }

  .xxl\:focus-within\:ring-pink:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 139, 174, var(--tw-ring-opacity));
  }

  .xxl\:focus-within\:ring-red-1:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(231, 6, 31, var(--tw-ring-opacity));
  }

  .xxl\:focus-within\:ring-red:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 0, 22, 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-1:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(70, 70, 70, var(--tw-ring-opacity));
  }

  .xxl\:focus\:ring-black-2:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(215, 215, 215, var(--tw-ring-opacity));
  }

  .xxl\:focus\:ring-black-3:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(38, 38, 38, var(--tw-ring-opacity));
  }

  .xxl\:focus\:ring-black-4:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 237, 237, var(--tw-ring-opacity));
  }

  .xxl\:focus\:ring-black-5:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(68, 68, 68, var(--tw-ring-opacity));
  }

  .xxl\:focus\:ring-black-6:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(108, 108, 108, var(--tw-ring-opacity));
  }

  .xxl\:focus\:ring-black:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .xxl\:focus\:ring-white-1:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 244, 244, var(--tw-ring-opacity));
  }

  .xxl\:focus\:ring-white:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .xxl\:focus\:ring-pink-1:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(233, 101, 147, var(--tw-ring-opacity));
  }

  .xxl\:focus\:ring-pink:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 139, 174, var(--tw-ring-opacity));
  }

  .xxl\:focus\:ring-red-1:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(231, 6, 31, var(--tw-ring-opacity));
  }

  .xxl\:focus\:ring-red:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 0, 22, 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-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-50 {
    --tw-ring-opacity: 0.5;
  }

  .xxl\:ring-opacity-60 {
    --tw-ring-opacity: 0.6;
  }

  .xxl\:ring-opacity-70 {
    --tw-ring-opacity: 0.7;
  }

  .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-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-50:focus-within {
    --tw-ring-opacity: 0.5;
  }

  .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-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-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-50:focus {
    --tw-ring-opacity: 0.5;
  }

  .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-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-1 {
    --tw-text-opacity: 1;
    color: rgba(70, 70, 70, var(--tw-text-opacity));
  }

  .xxl\:text-black-2 {
    --tw-text-opacity: 1;
    color: rgba(215, 215, 215, var(--tw-text-opacity));
  }

  .xxl\:text-black-3 {
    --tw-text-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-text-opacity));
  }

  .xxl\:text-black-4 {
    --tw-text-opacity: 1;
    color: rgba(237, 237, 237, var(--tw-text-opacity));
  }

  .xxl\:text-black-5 {
    --tw-text-opacity: 1;
    color: rgba(68, 68, 68, var(--tw-text-opacity));
  }

  .xxl\:text-black-6 {
    --tw-text-opacity: 1;
    color: rgba(108, 108, 108, var(--tw-text-opacity));
  }

  .xxl\:text-black {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .xxl\:text-white-1 {
    --tw-text-opacity: 1;
    color: rgba(244, 244, 244, var(--tw-text-opacity));
  }

  .xxl\:text-white {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .xxl\:text-pink-1 {
    --tw-text-opacity: 1;
    color: rgba(233, 101, 147, var(--tw-text-opacity));
  }

  .xxl\:text-pink {
    --tw-text-opacity: 1;
    color: rgba(238, 139, 174, var(--tw-text-opacity));
  }

  .xxl\:text-red-1 {
    --tw-text-opacity: 1;
    color: rgba(231, 6, 31, var(--tw-text-opacity));
  }

  .xxl\:text-red {
    --tw-text-opacity: 1;
    color: rgba(239, 0, 22, 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-1 {
    --tw-text-opacity: 1;
    color: rgba(70, 70, 70, var(--tw-text-opacity));
  }

  .group:hover .xxl\:group-hover\:text-black-2 {
    --tw-text-opacity: 1;
    color: rgba(215, 215, 215, var(--tw-text-opacity));
  }

  .group:hover .xxl\:group-hover\:text-black-3 {
    --tw-text-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-text-opacity));
  }

  .group:hover .xxl\:group-hover\:text-black-4 {
    --tw-text-opacity: 1;
    color: rgba(237, 237, 237, var(--tw-text-opacity));
  }

  .group:hover .xxl\:group-hover\:text-black-5 {
    --tw-text-opacity: 1;
    color: rgba(68, 68, 68, var(--tw-text-opacity));
  }

  .group:hover .xxl\:group-hover\:text-black-6 {
    --tw-text-opacity: 1;
    color: rgba(108, 108, 108, var(--tw-text-opacity));
  }

  .group:hover .xxl\:group-hover\:text-black {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .group:hover .xxl\:group-hover\:text-white-1 {
    --tw-text-opacity: 1;
    color: rgba(244, 244, 244, var(--tw-text-opacity));
  }

  .group:hover .xxl\:group-hover\:text-white {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .group:hover .xxl\:group-hover\:text-pink-1 {
    --tw-text-opacity: 1;
    color: rgba(233, 101, 147, var(--tw-text-opacity));
  }

  .group:hover .xxl\:group-hover\:text-pink {
    --tw-text-opacity: 1;
    color: rgba(238, 139, 174, var(--tw-text-opacity));
  }

  .group:hover .xxl\:group-hover\:text-red-1 {
    --tw-text-opacity: 1;
    color: rgba(231, 6, 31, var(--tw-text-opacity));
  }

  .group:hover .xxl\:group-hover\:text-red {
    --tw-text-opacity: 1;
    color: rgba(239, 0, 22, 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-1:focus-within {
    --tw-text-opacity: 1;
    color: rgba(70, 70, 70, var(--tw-text-opacity));
  }

  .xxl\:focus-within\:text-black-2:focus-within {
    --tw-text-opacity: 1;
    color: rgba(215, 215, 215, var(--tw-text-opacity));
  }

  .xxl\:focus-within\:text-black-3:focus-within {
    --tw-text-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-text-opacity));
  }

  .xxl\:focus-within\:text-black-4:focus-within {
    --tw-text-opacity: 1;
    color: rgba(237, 237, 237, var(--tw-text-opacity));
  }

  .xxl\:focus-within\:text-black-5:focus-within {
    --tw-text-opacity: 1;
    color: rgba(68, 68, 68, var(--tw-text-opacity));
  }

  .xxl\:focus-within\:text-black-6:focus-within {
    --tw-text-opacity: 1;
    color: rgba(108, 108, 108, var(--tw-text-opacity));
  }

  .xxl\:focus-within\:text-black:focus-within {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .xxl\:focus-within\:text-white-1:focus-within {
    --tw-text-opacity: 1;
    color: rgba(244, 244, 244, var(--tw-text-opacity));
  }

  .xxl\:focus-within\:text-white:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .xxl\:focus-within\:text-pink-1:focus-within {
    --tw-text-opacity: 1;
    color: rgba(233, 101, 147, var(--tw-text-opacity));
  }

  .xxl\:focus-within\:text-pink:focus-within {
    --tw-text-opacity: 1;
    color: rgba(238, 139, 174, var(--tw-text-opacity));
  }

  .xxl\:focus-within\:text-red-1:focus-within {
    --tw-text-opacity: 1;
    color: rgba(231, 6, 31, var(--tw-text-opacity));
  }

  .xxl\:focus-within\:text-red:focus-within {
    --tw-text-opacity: 1;
    color: rgba(239, 0, 22, var(--tw-text-opacity));
  }

  .xxl\:hover\:text-transparent:hover {
    color: transparent;
  }

  .xxl\:hover\:text-current:hover {
    color: currentColor;
  }

  .xxl\:hover\:text-black-1:hover {
    --tw-text-opacity: 1;
    color: rgba(70, 70, 70, var(--tw-text-opacity));
  }

  .xxl\:hover\:text-black-2:hover {
    --tw-text-opacity: 1;
    color: rgba(215, 215, 215, var(--tw-text-opacity));
  }

  .xxl\:hover\:text-black-3:hover {
    --tw-text-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-text-opacity));
  }

  .xxl\:hover\:text-black-4:hover {
    --tw-text-opacity: 1;
    color: rgba(237, 237, 237, var(--tw-text-opacity));
  }

  .xxl\:hover\:text-black-5:hover {
    --tw-text-opacity: 1;
    color: rgba(68, 68, 68, var(--tw-text-opacity));
  }

  .xxl\:hover\:text-black-6:hover {
    --tw-text-opacity: 1;
    color: rgba(108, 108, 108, var(--tw-text-opacity));
  }

  .xxl\:hover\:text-black:hover {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .xxl\:hover\:text-white-1:hover {
    --tw-text-opacity: 1;
    color: rgba(244, 244, 244, var(--tw-text-opacity));
  }

  .xxl\:hover\:text-white:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .xxl\:hover\:text-pink-1:hover {
    --tw-text-opacity: 1;
    color: rgba(233, 101, 147, var(--tw-text-opacity));
  }

  .xxl\:hover\:text-pink:hover {
    --tw-text-opacity: 1;
    color: rgba(238, 139, 174, var(--tw-text-opacity));
  }

  .xxl\:hover\:text-red-1:hover {
    --tw-text-opacity: 1;
    color: rgba(231, 6, 31, var(--tw-text-opacity));
  }

  .xxl\:hover\:text-red:hover {
    --tw-text-opacity: 1;
    color: rgba(239, 0, 22, var(--tw-text-opacity));
  }

  .xxl\:focus\:text-transparent:focus {
    color: transparent;
  }

  .xxl\:focus\:text-current:focus {
    color: currentColor;
  }

  .xxl\:focus\:text-black-1:focus {
    --tw-text-opacity: 1;
    color: rgba(70, 70, 70, var(--tw-text-opacity));
  }

  .xxl\:focus\:text-black-2:focus {
    --tw-text-opacity: 1;
    color: rgba(215, 215, 215, var(--tw-text-opacity));
  }

  .xxl\:focus\:text-black-3:focus {
    --tw-text-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-text-opacity));
  }

  .xxl\:focus\:text-black-4:focus {
    --tw-text-opacity: 1;
    color: rgba(237, 237, 237, var(--tw-text-opacity));
  }

  .xxl\:focus\:text-black-5:focus {
    --tw-text-opacity: 1;
    color: rgba(68, 68, 68, var(--tw-text-opacity));
  }

  .xxl\:focus\:text-black-6:focus {
    --tw-text-opacity: 1;
    color: rgba(108, 108, 108, var(--tw-text-opacity));
  }

  .xxl\:focus\:text-black:focus {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .xxl\:focus\:text-white-1:focus {
    --tw-text-opacity: 1;
    color: rgba(244, 244, 244, var(--tw-text-opacity));
  }

  .xxl\:focus\:text-white:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .xxl\:focus\:text-pink-1:focus {
    --tw-text-opacity: 1;
    color: rgba(233, 101, 147, var(--tw-text-opacity));
  }

  .xxl\:focus\:text-pink:focus {
    --tw-text-opacity: 1;
    color: rgba(238, 139, 174, var(--tw-text-opacity));
  }

  .xxl\:focus\:text-red-1:focus {
    --tw-text-opacity: 1;
    color: rgba(231, 6, 31, var(--tw-text-opacity));
  }

  .xxl\:focus\:text-red:focus {
    --tw-text-opacity: 1;
    color: rgba(239, 0, 22, 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-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-50 {
    --tw-text-opacity: 0.5;
  }

  .xxl\:text-opacity-60 {
    --tw-text-opacity: 0.6;
  }

  .xxl\:text-opacity-70 {
    --tw-text-opacity: 0.7;
  }

  .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-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-50 {
    --tw-text-opacity: 0.5;
  }

  .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-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-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-50:focus-within {
    --tw-text-opacity: 0.5;
  }

  .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-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-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-50:hover {
    --tw-text-opacity: 0.5;
  }

  .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-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-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-50:focus {
    --tw-text-opacity: 0.5;
  }

  .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-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\: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-3 {
    width: 3px;
  }

  .xxl\:w-5 {
    width: 5px;
  }

  .xxl\:w-8 {
    width: 8px;
  }

  .xxl\:w-10 {
    width: 10px;
  }

  .xxl\:w-12 {
    width: 12px;
  }

  .xxl\:w-14 {
    width: 14px;
  }

  .xxl\:w-15 {
    width: 15px;
  }

  .xxl\:w-16 {
    width: 16px;
  }

  .xxl\:w-20 {
    width: 20px;
  }

  .xxl\:w-24 {
    width: 24px;
  }

  .xxl\:w-28 {
    width: 28px;
  }

  .xxl\:w-29 {
    width: 29px;
  }

  .xxl\:w-30 {
    width: 30px;
  }

  .xxl\:w-32 {
    width: 32px;
  }

  .xxl\:w-35 {
    width: 35px;
  }

  .xxl\:w-36 {
    width: 36px;
  }

  .xxl\:w-37 {
    width: 37px;
  }

  .xxl\:w-39 {
    width: 39px;
  }

  .xxl\:w-40 {
    width: 40px;
  }

  .xxl\:w-47 {
    width: 47px;
  }

  .xxl\:w-50 {
    width: 50px;
  }

  .xxl\:w-56 {
    width: 56px;
  }

  .xxl\:w-64 {
    width: 64px;
  }

  .xxl\:w-70 {
    width: 70px;
  }

  .xxl\:w-72 {
    width: 72px;
  }

  .xxl\:w-75 {
    width: 75px;
  }

  .xxl\:w-80 {
    width: 80px;
  }

  .xxl\:w-83 {
    width: 83px;
  }

  .xxl\:w-100 {
    width: 100px;
  }

  .xxl\:w-118 {
    width: 118px;
  }

  .xxl\:w-130 {
    width: 130px;
  }

  .xxl\:w-150 {
    width: 150px;
  }

  .xxl\:w-180 {
    width: 180px;
  }

  .xxl\:w-213 {
    width: 213px;
  }

  .xxl\:w-225 {
    width: 225px;
  }

  .xxl\:w-250 {
    width: 250px;
  }

  .xxl\:w-300 {
    width: 300px;
  }

  .xxl\:w-320 {
    width: 320px;
  }

  .xxl\:w-345 {
    width: 345px;
  }

  .xxl\:w-485 {
    width: 485px;
  }

  .xxl\:w-auto {
    width: auto;
  }

  .xxl\:w-px {
    width: 1px;
  }

  .xxl\:-w-135 {
    width: -135px;
  }

  .xxl\:w-0p {
    width: 0%;
  }

  .xxl\:w-5p {
    width: 5%;
  }

  .xxl\:w-10p {
    width: 10%;
  }

  .xxl\:w-15p {
    width: 15%;
  }

  .xxl\:w-20p {
    width: 20%;
  }

  .xxl\:w-25p {
    width: 25%;
  }

  .xxl\:w-30p {
    width: 30%;
  }

  .xxl\:w-35p {
    width: 35%;
  }

  .xxl\:w-40p {
    width: 40%;
  }

  .xxl\:w-45p {
    width: 45%;
  }

  .xxl\:w-50p {
    width: 50%;
  }

  .xxl\:w-55p {
    width: 55%;
  }

  .xxl\:w-60p {
    width: 60%;
  }

  .xxl\:w-65p {
    width: 65%;
  }

  .xxl\:w-70p {
    width: 70%;
  }

  .xxl\:w-75p {
    width: 75%;
  }

  .xxl\:w-80p {
    width: 80%;
  }

  .xxl\:w-85p {
    width: 85%;
  }

  .xxl\:w-90p {
    width: 90%;
  }

  .xxl\:w-95p {
    width: 95%;
  }

  .xxl\:w-100p {
    width: 100%;
  }

  .xxl\:w-66\.5p {
    width: 66.5%;
  }

  .xxl\:w-67\.5p {
    width: 67.5%;
  }

  .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\: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-auto {
    z-index: auto;
  }

  .xxl\:-z-1 {
    z-index: -1;
  }

  .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-auto:focus-within {
    z-index: auto;
  }

  .xxl\:focus-within\:-z-1:focus-within {
    z-index: -1;
  }

  .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-auto:focus {
    z-index: auto;
  }

  .xxl\:focus\:-z-1:focus {
    z-index: -1;
  }

  .xxl\:gap-0 {
    gap: 0px;
  }

  .xxl\:gap-3 {
    gap: 3px;
  }

  .xxl\:gap-5 {
    gap: 5px;
  }

  .xxl\:gap-8 {
    gap: 8px;
  }

  .xxl\:gap-10 {
    gap: 10px;
  }

  .xxl\:gap-12 {
    gap: 12px;
  }

  .xxl\:gap-14 {
    gap: 14px;
  }

  .xxl\:gap-15 {
    gap: 15px;
  }

  .xxl\:gap-16 {
    gap: 16px;
  }

  .xxl\:gap-20 {
    gap: 20px;
  }

  .xxl\:gap-24 {
    gap: 24px;
  }

  .xxl\:gap-28 {
    gap: 28px;
  }

  .xxl\:gap-29 {
    gap: 29px;
  }

  .xxl\:gap-30 {
    gap: 30px;
  }

  .xxl\:gap-32 {
    gap: 32px;
  }

  .xxl\:gap-35 {
    gap: 35px;
  }

  .xxl\:gap-36 {
    gap: 36px;
  }

  .xxl\:gap-37 {
    gap: 37px;
  }

  .xxl\:gap-39 {
    gap: 39px;
  }

  .xxl\:gap-40 {
    gap: 40px;
  }

  .xxl\:gap-47 {
    gap: 47px;
  }

  .xxl\:gap-50 {
    gap: 50px;
  }

  .xxl\:gap-56 {
    gap: 56px;
  }

  .xxl\:gap-64 {
    gap: 64px;
  }

  .xxl\:gap-70 {
    gap: 70px;
  }

  .xxl\:gap-72 {
    gap: 72px;
  }

  .xxl\:gap-75 {
    gap: 75px;
  }

  .xxl\:gap-80 {
    gap: 80px;
  }

  .xxl\:gap-83 {
    gap: 83px;
  }

  .xxl\:gap-100 {
    gap: 100px;
  }

  .xxl\:gap-118 {
    gap: 118px;
  }

  .xxl\:gap-130 {
    gap: 130px;
  }

  .xxl\:gap-150 {
    gap: 150px;
  }

  .xxl\:gap-180 {
    gap: 180px;
  }

  .xxl\:gap-213 {
    gap: 213px;
  }

  .xxl\:gap-225 {
    gap: 225px;
  }

  .xxl\:gap-250 {
    gap: 250px;
  }

  .xxl\:gap-300 {
    gap: 300px;
  }

  .xxl\:gap-320 {
    gap: 320px;
  }

  .xxl\:gap-345 {
    gap: 345px;
  }

  .xxl\:gap-485 {
    gap: 485px;
  }

  .xxl\:gap-px {
    gap: 1px;
  }

  .xxl\:-gap-135 {
    gap: -135px;
  }

  .xxl\:gap-0p {
    gap: 0%;
  }

  .xxl\:gap-5p {
    gap: 5%;
  }

  .xxl\:gap-10p {
    gap: 10%;
  }

  .xxl\:gap-15p {
    gap: 15%;
  }

  .xxl\:gap-20p {
    gap: 20%;
  }

  .xxl\:gap-25p {
    gap: 25%;
  }

  .xxl\:gap-30p {
    gap: 30%;
  }

  .xxl\:gap-35p {
    gap: 35%;
  }

  .xxl\:gap-40p {
    gap: 40%;
  }

  .xxl\:gap-45p {
    gap: 45%;
  }

  .xxl\:gap-50p {
    gap: 50%;
  }

  .xxl\:gap-55p {
    gap: 55%;
  }

  .xxl\:gap-60p {
    gap: 60%;
  }

  .xxl\:gap-65p {
    gap: 65%;
  }

  .xxl\:gap-70p {
    gap: 70%;
  }

  .xxl\:gap-75p {
    gap: 75%;
  }

  .xxl\:gap-80p {
    gap: 80%;
  }

  .xxl\:gap-85p {
    gap: 85%;
  }

  .xxl\:gap-90p {
    gap: 90%;
  }

  .xxl\:gap-95p {
    gap: 95%;
  }

  .xxl\:gap-100p {
    gap: 100%;
  }

  .xxl\:gap-66\.5p {
    gap: 66.5%;
  }

  .xxl\:gap-67\.5p {
    gap: 67.5%;
  }

  .xxl\:gap-x-0 {
    -moz-column-gap: 0px;
         column-gap: 0px;
  }

  .xxl\:gap-x-3 {
    -moz-column-gap: 3px;
         column-gap: 3px;
  }

  .xxl\:gap-x-5 {
    -moz-column-gap: 5px;
         column-gap: 5px;
  }

  .xxl\:gap-x-8 {
    -moz-column-gap: 8px;
         column-gap: 8px;
  }

  .xxl\:gap-x-10 {
    -moz-column-gap: 10px;
         column-gap: 10px;
  }

  .xxl\:gap-x-12 {
    -moz-column-gap: 12px;
         column-gap: 12px;
  }

  .xxl\:gap-x-14 {
    -moz-column-gap: 14px;
         column-gap: 14px;
  }

  .xxl\:gap-x-15 {
    -moz-column-gap: 15px;
         column-gap: 15px;
  }

  .xxl\:gap-x-16 {
    -moz-column-gap: 16px;
         column-gap: 16px;
  }

  .xxl\:gap-x-20 {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }

  .xxl\:gap-x-24 {
    -moz-column-gap: 24px;
         column-gap: 24px;
  }

  .xxl\:gap-x-28 {
    -moz-column-gap: 28px;
         column-gap: 28px;
  }

  .xxl\:gap-x-29 {
    -moz-column-gap: 29px;
         column-gap: 29px;
  }

  .xxl\:gap-x-30 {
    -moz-column-gap: 30px;
         column-gap: 30px;
  }

  .xxl\:gap-x-32 {
    -moz-column-gap: 32px;
         column-gap: 32px;
  }

  .xxl\:gap-x-35 {
    -moz-column-gap: 35px;
         column-gap: 35px;
  }

  .xxl\:gap-x-36 {
    -moz-column-gap: 36px;
         column-gap: 36px;
  }

  .xxl\:gap-x-37 {
    -moz-column-gap: 37px;
         column-gap: 37px;
  }

  .xxl\:gap-x-39 {
    -moz-column-gap: 39px;
         column-gap: 39px;
  }

  .xxl\:gap-x-40 {
    -moz-column-gap: 40px;
         column-gap: 40px;
  }

  .xxl\:gap-x-47 {
    -moz-column-gap: 47px;
         column-gap: 47px;
  }

  .xxl\:gap-x-50 {
    -moz-column-gap: 50px;
         column-gap: 50px;
  }

  .xxl\:gap-x-56 {
    -moz-column-gap: 56px;
         column-gap: 56px;
  }

  .xxl\:gap-x-64 {
    -moz-column-gap: 64px;
         column-gap: 64px;
  }

  .xxl\:gap-x-70 {
    -moz-column-gap: 70px;
         column-gap: 70px;
  }

  .xxl\:gap-x-72 {
    -moz-column-gap: 72px;
         column-gap: 72px;
  }

  .xxl\:gap-x-75 {
    -moz-column-gap: 75px;
         column-gap: 75px;
  }

  .xxl\:gap-x-80 {
    -moz-column-gap: 80px;
         column-gap: 80px;
  }

  .xxl\:gap-x-83 {
    -moz-column-gap: 83px;
         column-gap: 83px;
  }

  .xxl\:gap-x-100 {
    -moz-column-gap: 100px;
         column-gap: 100px;
  }

  .xxl\:gap-x-118 {
    -moz-column-gap: 118px;
         column-gap: 118px;
  }

  .xxl\:gap-x-130 {
    -moz-column-gap: 130px;
         column-gap: 130px;
  }

  .xxl\:gap-x-150 {
    -moz-column-gap: 150px;
         column-gap: 150px;
  }

  .xxl\:gap-x-180 {
    -moz-column-gap: 180px;
         column-gap: 180px;
  }

  .xxl\:gap-x-213 {
    -moz-column-gap: 213px;
         column-gap: 213px;
  }

  .xxl\:gap-x-225 {
    -moz-column-gap: 225px;
         column-gap: 225px;
  }

  .xxl\:gap-x-250 {
    -moz-column-gap: 250px;
         column-gap: 250px;
  }

  .xxl\:gap-x-300 {
    -moz-column-gap: 300px;
         column-gap: 300px;
  }

  .xxl\:gap-x-320 {
    -moz-column-gap: 320px;
         column-gap: 320px;
  }

  .xxl\:gap-x-345 {
    -moz-column-gap: 345px;
         column-gap: 345px;
  }

  .xxl\:gap-x-485 {
    -moz-column-gap: 485px;
         column-gap: 485px;
  }

  .xxl\:gap-x-px {
    -moz-column-gap: 1px;
         column-gap: 1px;
  }

  .xxl\:-gap-x-135 {
    -moz-column-gap: -135px;
         column-gap: -135px;
  }

  .xxl\:gap-x-0p {
    -moz-column-gap: 0%;
         column-gap: 0%;
  }

  .xxl\:gap-x-5p {
    -moz-column-gap: 5%;
         column-gap: 5%;
  }

  .xxl\:gap-x-10p {
    -moz-column-gap: 10%;
         column-gap: 10%;
  }

  .xxl\:gap-x-15p {
    -moz-column-gap: 15%;
         column-gap: 15%;
  }

  .xxl\:gap-x-20p {
    -moz-column-gap: 20%;
         column-gap: 20%;
  }

  .xxl\:gap-x-25p {
    -moz-column-gap: 25%;
         column-gap: 25%;
  }

  .xxl\:gap-x-30p {
    -moz-column-gap: 30%;
         column-gap: 30%;
  }

  .xxl\:gap-x-35p {
    -moz-column-gap: 35%;
         column-gap: 35%;
  }

  .xxl\:gap-x-40p {
    -moz-column-gap: 40%;
         column-gap: 40%;
  }

  .xxl\:gap-x-45p {
    -moz-column-gap: 45%;
         column-gap: 45%;
  }

  .xxl\:gap-x-50p {
    -moz-column-gap: 50%;
         column-gap: 50%;
  }

  .xxl\:gap-x-55p {
    -moz-column-gap: 55%;
         column-gap: 55%;
  }

  .xxl\:gap-x-60p {
    -moz-column-gap: 60%;
         column-gap: 60%;
  }

  .xxl\:gap-x-65p {
    -moz-column-gap: 65%;
         column-gap: 65%;
  }

  .xxl\:gap-x-70p {
    -moz-column-gap: 70%;
         column-gap: 70%;
  }

  .xxl\:gap-x-75p {
    -moz-column-gap: 75%;
         column-gap: 75%;
  }

  .xxl\:gap-x-80p {
    -moz-column-gap: 80%;
         column-gap: 80%;
  }

  .xxl\:gap-x-85p {
    -moz-column-gap: 85%;
         column-gap: 85%;
  }

  .xxl\:gap-x-90p {
    -moz-column-gap: 90%;
         column-gap: 90%;
  }

  .xxl\:gap-x-95p {
    -moz-column-gap: 95%;
         column-gap: 95%;
  }

  .xxl\:gap-x-100p {
    -moz-column-gap: 100%;
         column-gap: 100%;
  }

  .xxl\:gap-x-66\.5p {
    -moz-column-gap: 66.5%;
         column-gap: 66.5%;
  }

  .xxl\:gap-x-67\.5p {
    -moz-column-gap: 67.5%;
         column-gap: 67.5%;
  }

  .xxl\:gap-y-0 {
    row-gap: 0px;
  }

  .xxl\:gap-y-3 {
    row-gap: 3px;
  }

  .xxl\:gap-y-5 {
    row-gap: 5px;
  }

  .xxl\:gap-y-8 {
    row-gap: 8px;
  }

  .xxl\:gap-y-10 {
    row-gap: 10px;
  }

  .xxl\:gap-y-12 {
    row-gap: 12px;
  }

  .xxl\:gap-y-14 {
    row-gap: 14px;
  }

  .xxl\:gap-y-15 {
    row-gap: 15px;
  }

  .xxl\:gap-y-16 {
    row-gap: 16px;
  }

  .xxl\:gap-y-20 {
    row-gap: 20px;
  }

  .xxl\:gap-y-24 {
    row-gap: 24px;
  }

  .xxl\:gap-y-28 {
    row-gap: 28px;
  }

  .xxl\:gap-y-29 {
    row-gap: 29px;
  }

  .xxl\:gap-y-30 {
    row-gap: 30px;
  }

  .xxl\:gap-y-32 {
    row-gap: 32px;
  }

  .xxl\:gap-y-35 {
    row-gap: 35px;
  }

  .xxl\:gap-y-36 {
    row-gap: 36px;
  }

  .xxl\:gap-y-37 {
    row-gap: 37px;
  }

  .xxl\:gap-y-39 {
    row-gap: 39px;
  }

  .xxl\:gap-y-40 {
    row-gap: 40px;
  }

  .xxl\:gap-y-47 {
    row-gap: 47px;
  }

  .xxl\:gap-y-50 {
    row-gap: 50px;
  }

  .xxl\:gap-y-56 {
    row-gap: 56px;
  }

  .xxl\:gap-y-64 {
    row-gap: 64px;
  }

  .xxl\:gap-y-70 {
    row-gap: 70px;
  }

  .xxl\:gap-y-72 {
    row-gap: 72px;
  }

  .xxl\:gap-y-75 {
    row-gap: 75px;
  }

  .xxl\:gap-y-80 {
    row-gap: 80px;
  }

  .xxl\:gap-y-83 {
    row-gap: 83px;
  }

  .xxl\:gap-y-100 {
    row-gap: 100px;
  }

  .xxl\:gap-y-118 {
    row-gap: 118px;
  }

  .xxl\:gap-y-130 {
    row-gap: 130px;
  }

  .xxl\:gap-y-150 {
    row-gap: 150px;
  }

  .xxl\:gap-y-180 {
    row-gap: 180px;
  }

  .xxl\:gap-y-213 {
    row-gap: 213px;
  }

  .xxl\:gap-y-225 {
    row-gap: 225px;
  }

  .xxl\:gap-y-250 {
    row-gap: 250px;
  }

  .xxl\:gap-y-300 {
    row-gap: 300px;
  }

  .xxl\:gap-y-320 {
    row-gap: 320px;
  }

  .xxl\:gap-y-345 {
    row-gap: 345px;
  }

  .xxl\:gap-y-485 {
    row-gap: 485px;
  }

  .xxl\:gap-y-px {
    row-gap: 1px;
  }

  .xxl\:-gap-y-135 {
    row-gap: -135px;
  }

  .xxl\:gap-y-0p {
    row-gap: 0%;
  }

  .xxl\:gap-y-5p {
    row-gap: 5%;
  }

  .xxl\:gap-y-10p {
    row-gap: 10%;
  }

  .xxl\:gap-y-15p {
    row-gap: 15%;
  }

  .xxl\:gap-y-20p {
    row-gap: 20%;
  }

  .xxl\:gap-y-25p {
    row-gap: 25%;
  }

  .xxl\:gap-y-30p {
    row-gap: 30%;
  }

  .xxl\:gap-y-35p {
    row-gap: 35%;
  }

  .xxl\:gap-y-40p {
    row-gap: 40%;
  }

  .xxl\:gap-y-45p {
    row-gap: 45%;
  }

  .xxl\:gap-y-50p {
    row-gap: 50%;
  }

  .xxl\:gap-y-55p {
    row-gap: 55%;
  }

  .xxl\:gap-y-60p {
    row-gap: 60%;
  }

  .xxl\:gap-y-65p {
    row-gap: 65%;
  }

  .xxl\:gap-y-70p {
    row-gap: 70%;
  }

  .xxl\:gap-y-75p {
    row-gap: 75%;
  }

  .xxl\:gap-y-80p {
    row-gap: 80%;
  }

  .xxl\:gap-y-85p {
    row-gap: 85%;
  }

  .xxl\:gap-y-90p {
    row-gap: 90%;
  }

  .xxl\:gap-y-95p {
    row-gap: 95%;
  }

  .xxl\:gap-y-100p {
    row-gap: 100%;
  }

  .xxl\:gap-y-66\.5p {
    row-gap: 66.5%;
  }

  .xxl\:gap-y-67\.5p {
    row-gap: 67.5%;
  }

  .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;
  }

  .group:hover .xxl\:group-hover\:scale-0 {
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .group:hover .xxl\:group-hover\:scale-50 {
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .group:hover .xxl\:group-hover\:scale-75 {
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .group:hover .xxl\:group-hover\:scale-90 {
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .group:hover .xxl\:group-hover\:scale-95 {
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .group:hover .xxl\:group-hover\:scale-100 {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .group:hover .xxl\:group-hover\:scale-105 {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .group:hover .xxl\:group-hover\:scale-110 {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .group:hover .xxl\:group-hover\:scale-125 {
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .group:hover .xxl\:group-hover\:scale-150 {
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .group:hover .xxl\:group-hover\:scale-x-0 {
    --tw-scale-x: 0;
  }

  .group:hover .xxl\:group-hover\:scale-x-50 {
    --tw-scale-x: .5;
  }

  .group:hover .xxl\:group-hover\:scale-x-75 {
    --tw-scale-x: .75;
  }

  .group:hover .xxl\:group-hover\:scale-x-90 {
    --tw-scale-x: .9;
  }

  .group:hover .xxl\:group-hover\:scale-x-95 {
    --tw-scale-x: .95;
  }

  .group:hover .xxl\:group-hover\:scale-x-100 {
    --tw-scale-x: 1;
  }

  .group:hover .xxl\:group-hover\:scale-x-105 {
    --tw-scale-x: 1.05;
  }

  .group:hover .xxl\:group-hover\:scale-x-110 {
    --tw-scale-x: 1.1;
  }

  .group:hover .xxl\:group-hover\:scale-x-125 {
    --tw-scale-x: 1.25;
  }

  .group:hover .xxl\:group-hover\:scale-x-150 {
    --tw-scale-x: 1.5;
  }

  .group:hover .xxl\:group-hover\:scale-y-0 {
    --tw-scale-y: 0;
  }

  .group:hover .xxl\:group-hover\:scale-y-50 {
    --tw-scale-y: .5;
  }

  .group:hover .xxl\:group-hover\:scale-y-75 {
    --tw-scale-y: .75;
  }

  .group:hover .xxl\:group-hover\:scale-y-90 {
    --tw-scale-y: .9;
  }

  .group:hover .xxl\:group-hover\:scale-y-95 {
    --tw-scale-y: .95;
  }

  .group:hover .xxl\:group-hover\:scale-y-100 {
    --tw-scale-y: 1;
  }

  .group:hover .xxl\:group-hover\:scale-y-105 {
    --tw-scale-y: 1.05;
  }

  .group:hover .xxl\:group-hover\:scale-y-110 {
    --tw-scale-y: 1.1;
  }

  .group:hover .xxl\:group-hover\:scale-y-125 {
    --tw-scale-y: 1.25;
  }

  .group:hover .xxl\:group-hover\:scale-y-150 {
    --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-3 {
    --tw-translate-x: 3px;
  }

  .xxl\:translate-x-5 {
    --tw-translate-x: 5px;
  }

  .xxl\:translate-x-8 {
    --tw-translate-x: 8px;
  }

  .xxl\:translate-x-10 {
    --tw-translate-x: 10px;
  }

  .xxl\:translate-x-12 {
    --tw-translate-x: 12px;
  }

  .xxl\:translate-x-14 {
    --tw-translate-x: 14px;
  }

  .xxl\:translate-x-15 {
    --tw-translate-x: 15px;
  }

  .xxl\:translate-x-16 {
    --tw-translate-x: 16px;
  }

  .xxl\:translate-x-20 {
    --tw-translate-x: 20px;
  }

  .xxl\:translate-x-24 {
    --tw-translate-x: 24px;
  }

  .xxl\:translate-x-28 {
    --tw-translate-x: 28px;
  }

  .xxl\:translate-x-29 {
    --tw-translate-x: 29px;
  }

  .xxl\:translate-x-30 {
    --tw-translate-x: 30px;
  }

  .xxl\:translate-x-32 {
    --tw-translate-x: 32px;
  }

  .xxl\:translate-x-35 {
    --tw-translate-x: 35px;
  }

  .xxl\:translate-x-36 {
    --tw-translate-x: 36px;
  }

  .xxl\:translate-x-37 {
    --tw-translate-x: 37px;
  }

  .xxl\:translate-x-39 {
    --tw-translate-x: 39px;
  }

  .xxl\:translate-x-40 {
    --tw-translate-x: 40px;
  }

  .xxl\:translate-x-47 {
    --tw-translate-x: 47px;
  }

  .xxl\:translate-x-50 {
    --tw-translate-x: 50px;
  }

  .xxl\:translate-x-56 {
    --tw-translate-x: 56px;
  }

  .xxl\:translate-x-64 {
    --tw-translate-x: 64px;
  }

  .xxl\:translate-x-70 {
    --tw-translate-x: 70px;
  }

  .xxl\:translate-x-72 {
    --tw-translate-x: 72px;
  }

  .xxl\:translate-x-75 {
    --tw-translate-x: 75px;
  }

  .xxl\:translate-x-80 {
    --tw-translate-x: 80px;
  }

  .xxl\:translate-x-83 {
    --tw-translate-x: 83px;
  }

  .xxl\:translate-x-100 {
    --tw-translate-x: 100px;
  }

  .xxl\:translate-x-118 {
    --tw-translate-x: 118px;
  }

  .xxl\:translate-x-130 {
    --tw-translate-x: 130px;
  }

  .xxl\:translate-x-150 {
    --tw-translate-x: 150px;
  }

  .xxl\:translate-x-180 {
    --tw-translate-x: 180px;
  }

  .xxl\:translate-x-213 {
    --tw-translate-x: 213px;
  }

  .xxl\:translate-x-225 {
    --tw-translate-x: 225px;
  }

  .xxl\:translate-x-250 {
    --tw-translate-x: 250px;
  }

  .xxl\:translate-x-300 {
    --tw-translate-x: 300px;
  }

  .xxl\:translate-x-320 {
    --tw-translate-x: 320px;
  }

  .xxl\:translate-x-345 {
    --tw-translate-x: 345px;
  }

  .xxl\:translate-x-485 {
    --tw-translate-x: 485px;
  }

  .xxl\:translate-x-px {
    --tw-translate-x: 1px;
  }

  .xxl\:-translate-x-135 {
    --tw-translate-x: -135px;
  }

  .xxl\:translate-x-0p {
    --tw-translate-x: 0%;
  }

  .xxl\:translate-x-5p {
    --tw-translate-x: 5%;
  }

  .xxl\:translate-x-10p {
    --tw-translate-x: 10%;
  }

  .xxl\:translate-x-15p {
    --tw-translate-x: 15%;
  }

  .xxl\:translate-x-20p {
    --tw-translate-x: 20%;
  }

  .xxl\:translate-x-25p {
    --tw-translate-x: 25%;
  }

  .xxl\:translate-x-30p {
    --tw-translate-x: 30%;
  }

  .xxl\:translate-x-35p {
    --tw-translate-x: 35%;
  }

  .xxl\:translate-x-40p {
    --tw-translate-x: 40%;
  }

  .xxl\:translate-x-45p {
    --tw-translate-x: 45%;
  }

  .xxl\:translate-x-50p {
    --tw-translate-x: 50%;
  }

  .xxl\:translate-x-55p {
    --tw-translate-x: 55%;
  }

  .xxl\:translate-x-60p {
    --tw-translate-x: 60%;
  }

  .xxl\:translate-x-65p {
    --tw-translate-x: 65%;
  }

  .xxl\:translate-x-70p {
    --tw-translate-x: 70%;
  }

  .xxl\:translate-x-75p {
    --tw-translate-x: 75%;
  }

  .xxl\:translate-x-80p {
    --tw-translate-x: 80%;
  }

  .xxl\:translate-x-85p {
    --tw-translate-x: 85%;
  }

  .xxl\:translate-x-90p {
    --tw-translate-x: 90%;
  }

  .xxl\:translate-x-95p {
    --tw-translate-x: 95%;
  }

  .xxl\:translate-x-100p {
    --tw-translate-x: 100%;
  }

  .xxl\:translate-x-66\.5p {
    --tw-translate-x: 66.5%;
  }

  .xxl\:translate-x-67\.5p {
    --tw-translate-x: 67.5%;
  }

  .xxl\:-translate-x-0 {
    --tw-translate-x: 0px;
  }

  .xxl\:-translate-x-3 {
    --tw-translate-x: -3px;
  }

  .xxl\:-translate-x-5 {
    --tw-translate-x: -5px;
  }

  .xxl\:-translate-x-8 {
    --tw-translate-x: -8px;
  }

  .xxl\:-translate-x-10 {
    --tw-translate-x: -10px;
  }

  .xxl\:-translate-x-12 {
    --tw-translate-x: -12px;
  }

  .xxl\:-translate-x-14 {
    --tw-translate-x: -14px;
  }

  .xxl\:-translate-x-15 {
    --tw-translate-x: -15px;
  }

  .xxl\:-translate-x-16 {
    --tw-translate-x: -16px;
  }

  .xxl\:-translate-x-20 {
    --tw-translate-x: -20px;
  }

  .xxl\:-translate-x-24 {
    --tw-translate-x: -24px;
  }

  .xxl\:-translate-x-28 {
    --tw-translate-x: -28px;
  }

  .xxl\:-translate-x-29 {
    --tw-translate-x: -29px;
  }

  .xxl\:-translate-x-30 {
    --tw-translate-x: -30px;
  }

  .xxl\:-translate-x-32 {
    --tw-translate-x: -32px;
  }

  .xxl\:-translate-x-35 {
    --tw-translate-x: -35px;
  }

  .xxl\:-translate-x-36 {
    --tw-translate-x: -36px;
  }

  .xxl\:-translate-x-37 {
    --tw-translate-x: -37px;
  }

  .xxl\:-translate-x-39 {
    --tw-translate-x: -39px;
  }

  .xxl\:-translate-x-40 {
    --tw-translate-x: -40px;
  }

  .xxl\:-translate-x-47 {
    --tw-translate-x: -47px;
  }

  .xxl\:-translate-x-50 {
    --tw-translate-x: -50px;
  }

  .xxl\:-translate-x-56 {
    --tw-translate-x: -56px;
  }

  .xxl\:-translate-x-64 {
    --tw-translate-x: -64px;
  }

  .xxl\:-translate-x-70 {
    --tw-translate-x: -70px;
  }

  .xxl\:-translate-x-72 {
    --tw-translate-x: -72px;
  }

  .xxl\:-translate-x-75 {
    --tw-translate-x: -75px;
  }

  .xxl\:-translate-x-80 {
    --tw-translate-x: -80px;
  }

  .xxl\:-translate-x-83 {
    --tw-translate-x: -83px;
  }

  .xxl\:-translate-x-100 {
    --tw-translate-x: -100px;
  }

  .xxl\:-translate-x-118 {
    --tw-translate-x: -118px;
  }

  .xxl\:-translate-x-130 {
    --tw-translate-x: -130px;
  }

  .xxl\:-translate-x-150 {
    --tw-translate-x: -150px;
  }

  .xxl\:-translate-x-180 {
    --tw-translate-x: -180px;
  }

  .xxl\:-translate-x-213 {
    --tw-translate-x: -213px;
  }

  .xxl\:-translate-x-225 {
    --tw-translate-x: -225px;
  }

  .xxl\:-translate-x-250 {
    --tw-translate-x: -250px;
  }

  .xxl\:-translate-x-300 {
    --tw-translate-x: -300px;
  }

  .xxl\:-translate-x-320 {
    --tw-translate-x: -320px;
  }

  .xxl\:-translate-x-345 {
    --tw-translate-x: -345px;
  }

  .xxl\:-translate-x-485 {
    --tw-translate-x: -485px;
  }

  .xxl\:-translate-x-px {
    --tw-translate-x: -1px;
  }

  .xxl\:-translate-x--135 {
    --tw-translate-x: 135px;
  }

  .xxl\:-translate-x-0p {
    --tw-translate-x: 0%;
  }

  .xxl\:-translate-x-5p {
    --tw-translate-x: -5%;
  }

  .xxl\:-translate-x-10p {
    --tw-translate-x: -10%;
  }

  .xxl\:-translate-x-15p {
    --tw-translate-x: -15%;
  }

  .xxl\:-translate-x-20p {
    --tw-translate-x: -20%;
  }

  .xxl\:-translate-x-25p {
    --tw-translate-x: -25%;
  }

  .xxl\:-translate-x-30p {
    --tw-translate-x: -30%;
  }

  .xxl\:-translate-x-35p {
    --tw-translate-x: -35%;
  }

  .xxl\:-translate-x-40p {
    --tw-translate-x: -40%;
  }

  .xxl\:-translate-x-45p {
    --tw-translate-x: -45%;
  }

  .xxl\:-translate-x-50p {
    --tw-translate-x: -50%;
  }

  .xxl\:-translate-x-55p {
    --tw-translate-x: -55%;
  }

  .xxl\:-translate-x-60p {
    --tw-translate-x: -60%;
  }

  .xxl\:-translate-x-65p {
    --tw-translate-x: -65%;
  }

  .xxl\:-translate-x-70p {
    --tw-translate-x: -70%;
  }

  .xxl\:-translate-x-75p {
    --tw-translate-x: -75%;
  }

  .xxl\:-translate-x-80p {
    --tw-translate-x: -80%;
  }

  .xxl\:-translate-x-85p {
    --tw-translate-x: -85%;
  }

  .xxl\:-translate-x-90p {
    --tw-translate-x: -90%;
  }

  .xxl\:-translate-x-95p {
    --tw-translate-x: -95%;
  }

  .xxl\:-translate-x-100p {
    --tw-translate-x: -100%;
  }

  .xxl\:-translate-x-66\.5p {
    --tw-translate-x: -66.5%;
  }

  .xxl\:-translate-x-67\.5p {
    --tw-translate-x: -67.5%;
  }

  .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-3 {
    --tw-translate-y: 3px;
  }

  .xxl\:translate-y-5 {
    --tw-translate-y: 5px;
  }

  .xxl\:translate-y-8 {
    --tw-translate-y: 8px;
  }

  .xxl\:translate-y-10 {
    --tw-translate-y: 10px;
  }

  .xxl\:translate-y-12 {
    --tw-translate-y: 12px;
  }

  .xxl\:translate-y-14 {
    --tw-translate-y: 14px;
  }

  .xxl\:translate-y-15 {
    --tw-translate-y: 15px;
  }

  .xxl\:translate-y-16 {
    --tw-translate-y: 16px;
  }

  .xxl\:translate-y-20 {
    --tw-translate-y: 20px;
  }

  .xxl\:translate-y-24 {
    --tw-translate-y: 24px;
  }

  .xxl\:translate-y-28 {
    --tw-translate-y: 28px;
  }

  .xxl\:translate-y-29 {
    --tw-translate-y: 29px;
  }

  .xxl\:translate-y-30 {
    --tw-translate-y: 30px;
  }

  .xxl\:translate-y-32 {
    --tw-translate-y: 32px;
  }

  .xxl\:translate-y-35 {
    --tw-translate-y: 35px;
  }

  .xxl\:translate-y-36 {
    --tw-translate-y: 36px;
  }

  .xxl\:translate-y-37 {
    --tw-translate-y: 37px;
  }

  .xxl\:translate-y-39 {
    --tw-translate-y: 39px;
  }

  .xxl\:translate-y-40 {
    --tw-translate-y: 40px;
  }

  .xxl\:translate-y-47 {
    --tw-translate-y: 47px;
  }

  .xxl\:translate-y-50 {
    --tw-translate-y: 50px;
  }

  .xxl\:translate-y-56 {
    --tw-translate-y: 56px;
  }

  .xxl\:translate-y-64 {
    --tw-translate-y: 64px;
  }

  .xxl\:translate-y-70 {
    --tw-translate-y: 70px;
  }

  .xxl\:translate-y-72 {
    --tw-translate-y: 72px;
  }

  .xxl\:translate-y-75 {
    --tw-translate-y: 75px;
  }

  .xxl\:translate-y-80 {
    --tw-translate-y: 80px;
  }

  .xxl\:translate-y-83 {
    --tw-translate-y: 83px;
  }

  .xxl\:translate-y-100 {
    --tw-translate-y: 100px;
  }

  .xxl\:translate-y-118 {
    --tw-translate-y: 118px;
  }

  .xxl\:translate-y-130 {
    --tw-translate-y: 130px;
  }

  .xxl\:translate-y-150 {
    --tw-translate-y: 150px;
  }

  .xxl\:translate-y-180 {
    --tw-translate-y: 180px;
  }

  .xxl\:translate-y-213 {
    --tw-translate-y: 213px;
  }

  .xxl\:translate-y-225 {
    --tw-translate-y: 225px;
  }

  .xxl\:translate-y-250 {
    --tw-translate-y: 250px;
  }

  .xxl\:translate-y-300 {
    --tw-translate-y: 300px;
  }

  .xxl\:translate-y-320 {
    --tw-translate-y: 320px;
  }

  .xxl\:translate-y-345 {
    --tw-translate-y: 345px;
  }

  .xxl\:translate-y-485 {
    --tw-translate-y: 485px;
  }

  .xxl\:translate-y-px {
    --tw-translate-y: 1px;
  }

  .xxl\:-translate-y-135 {
    --tw-translate-y: -135px;
  }

  .xxl\:translate-y-0p {
    --tw-translate-y: 0%;
  }

  .xxl\:translate-y-5p {
    --tw-translate-y: 5%;
  }

  .xxl\:translate-y-10p {
    --tw-translate-y: 10%;
  }

  .xxl\:translate-y-15p {
    --tw-translate-y: 15%;
  }

  .xxl\:translate-y-20p {
    --tw-translate-y: 20%;
  }

  .xxl\:translate-y-25p {
    --tw-translate-y: 25%;
  }

  .xxl\:translate-y-30p {
    --tw-translate-y: 30%;
  }

  .xxl\:translate-y-35p {
    --tw-translate-y: 35%;
  }

  .xxl\:translate-y-40p {
    --tw-translate-y: 40%;
  }

  .xxl\:translate-y-45p {
    --tw-translate-y: 45%;
  }

  .xxl\:translate-y-50p {
    --tw-translate-y: 50%;
  }

  .xxl\:translate-y-55p {
    --tw-translate-y: 55%;
  }

  .xxl\:translate-y-60p {
    --tw-translate-y: 60%;
  }

  .xxl\:translate-y-65p {
    --tw-translate-y: 65%;
  }

  .xxl\:translate-y-70p {
    --tw-translate-y: 70%;
  }

  .xxl\:translate-y-75p {
    --tw-translate-y: 75%;
  }

  .xxl\:translate-y-80p {
    --tw-translate-y: 80%;
  }

  .xxl\:translate-y-85p {
    --tw-translate-y: 85%;
  }

  .xxl\:translate-y-90p {
    --tw-translate-y: 90%;
  }

  .xxl\:translate-y-95p {
    --tw-translate-y: 95%;
  }

  .xxl\:translate-y-100p {
    --tw-translate-y: 100%;
  }

  .xxl\:translate-y-66\.5p {
    --tw-translate-y: 66.5%;
  }

  .xxl\:translate-y-67\.5p {
    --tw-translate-y: 67.5%;
  }

  .xxl\:-translate-y-0 {
    --tw-translate-y: 0px;
  }

  .xxl\:-translate-y-3 {
    --tw-translate-y: -3px;
  }

  .xxl\:-translate-y-5 {
    --tw-translate-y: -5px;
  }

  .xxl\:-translate-y-8 {
    --tw-translate-y: -8px;
  }

  .xxl\:-translate-y-10 {
    --tw-translate-y: -10px;
  }

  .xxl\:-translate-y-12 {
    --tw-translate-y: -12px;
  }

  .xxl\:-translate-y-14 {
    --tw-translate-y: -14px;
  }

  .xxl\:-translate-y-15 {
    --tw-translate-y: -15px;
  }

  .xxl\:-translate-y-16 {
    --tw-translate-y: -16px;
  }

  .xxl\:-translate-y-20 {
    --tw-translate-y: -20px;
  }

  .xxl\:-translate-y-24 {
    --tw-translate-y: -24px;
  }

  .xxl\:-translate-y-28 {
    --tw-translate-y: -28px;
  }

  .xxl\:-translate-y-29 {
    --tw-translate-y: -29px;
  }

  .xxl\:-translate-y-30 {
    --tw-translate-y: -30px;
  }

  .xxl\:-translate-y-32 {
    --tw-translate-y: -32px;
  }

  .xxl\:-translate-y-35 {
    --tw-translate-y: -35px;
  }

  .xxl\:-translate-y-36 {
    --tw-translate-y: -36px;
  }

  .xxl\:-translate-y-37 {
    --tw-translate-y: -37px;
  }

  .xxl\:-translate-y-39 {
    --tw-translate-y: -39px;
  }

  .xxl\:-translate-y-40 {
    --tw-translate-y: -40px;
  }

  .xxl\:-translate-y-47 {
    --tw-translate-y: -47px;
  }

  .xxl\:-translate-y-50 {
    --tw-translate-y: -50px;
  }

  .xxl\:-translate-y-56 {
    --tw-translate-y: -56px;
  }

  .xxl\:-translate-y-64 {
    --tw-translate-y: -64px;
  }

  .xxl\:-translate-y-70 {
    --tw-translate-y: -70px;
  }

  .xxl\:-translate-y-72 {
    --tw-translate-y: -72px;
  }

  .xxl\:-translate-y-75 {
    --tw-translate-y: -75px;
  }

  .xxl\:-translate-y-80 {
    --tw-translate-y: -80px;
  }

  .xxl\:-translate-y-83 {
    --tw-translate-y: -83px;
  }

  .xxl\:-translate-y-100 {
    --tw-translate-y: -100px;
  }

  .xxl\:-translate-y-118 {
    --tw-translate-y: -118px;
  }

  .xxl\:-translate-y-130 {
    --tw-translate-y: -130px;
  }

  .xxl\:-translate-y-150 {
    --tw-translate-y: -150px;
  }

  .xxl\:-translate-y-180 {
    --tw-translate-y: -180px;
  }

  .xxl\:-translate-y-213 {
    --tw-translate-y: -213px;
  }

  .xxl\:-translate-y-225 {
    --tw-translate-y: -225px;
  }

  .xxl\:-translate-y-250 {
    --tw-translate-y: -250px;
  }

  .xxl\:-translate-y-300 {
    --tw-translate-y: -300px;
  }

  .xxl\:-translate-y-320 {
    --tw-translate-y: -320px;
  }

  .xxl\:-translate-y-345 {
    --tw-translate-y: -345px;
  }

  .xxl\:-translate-y-485 {
    --tw-translate-y: -485px;
  }

  .xxl\:-translate-y-px {
    --tw-translate-y: -1px;
  }

  .xxl\:-translate-y--135 {
    --tw-translate-y: 135px;
  }

  .xxl\:-translate-y-0p {
    --tw-translate-y: 0%;
  }

  .xxl\:-translate-y-5p {
    --tw-translate-y: -5%;
  }

  .xxl\:-translate-y-10p {
    --tw-translate-y: -10%;
  }

  .xxl\:-translate-y-15p {
    --tw-translate-y: -15%;
  }

  .xxl\:-translate-y-20p {
    --tw-translate-y: -20%;
  }

  .xxl\:-translate-y-25p {
    --tw-translate-y: -25%;
  }

  .xxl\:-translate-y-30p {
    --tw-translate-y: -30%;
  }

  .xxl\:-translate-y-35p {
    --tw-translate-y: -35%;
  }

  .xxl\:-translate-y-40p {
    --tw-translate-y: -40%;
  }

  .xxl\:-translate-y-45p {
    --tw-translate-y: -45%;
  }

  .xxl\:-translate-y-50p {
    --tw-translate-y: -50%;
  }

  .xxl\:-translate-y-55p {
    --tw-translate-y: -55%;
  }

  .xxl\:-translate-y-60p {
    --tw-translate-y: -60%;
  }

  .xxl\:-translate-y-65p {
    --tw-translate-y: -65%;
  }

  .xxl\:-translate-y-70p {
    --tw-translate-y: -70%;
  }

  .xxl\:-translate-y-75p {
    --tw-translate-y: -75%;
  }

  .xxl\:-translate-y-80p {
    --tw-translate-y: -80%;
  }

  .xxl\:-translate-y-85p {
    --tw-translate-y: -85%;
  }

  .xxl\:-translate-y-90p {
    --tw-translate-y: -90%;
  }

  .xxl\:-translate-y-95p {
    --tw-translate-y: -95%;
  }

  .xxl\:-translate-y-100p {
    --tw-translate-y: -100%;
  }

  .xxl\:-translate-y-66\.5p {
    --tw-translate-y: -66.5%;
  }

  .xxl\:-translate-y-67\.5p {
    --tw-translate-y: -67.5%;
  }

  .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-3:hover {
    --tw-translate-x: 3px;
  }

  .xxl\:hover\:translate-x-5:hover {
    --tw-translate-x: 5px;
  }

  .xxl\:hover\:translate-x-8:hover {
    --tw-translate-x: 8px;
  }

  .xxl\:hover\:translate-x-10:hover {
    --tw-translate-x: 10px;
  }

  .xxl\:hover\:translate-x-12:hover {
    --tw-translate-x: 12px;
  }

  .xxl\:hover\:translate-x-14:hover {
    --tw-translate-x: 14px;
  }

  .xxl\:hover\:translate-x-15:hover {
    --tw-translate-x: 15px;
  }

  .xxl\:hover\:translate-x-16:hover {
    --tw-translate-x: 16px;
  }

  .xxl\:hover\:translate-x-20:hover {
    --tw-translate-x: 20px;
  }

  .xxl\:hover\:translate-x-24:hover {
    --tw-translate-x: 24px;
  }

  .xxl\:hover\:translate-x-28:hover {
    --tw-translate-x: 28px;
  }

  .xxl\:hover\:translate-x-29:hover {
    --tw-translate-x: 29px;
  }

  .xxl\:hover\:translate-x-30:hover {
    --tw-translate-x: 30px;
  }

  .xxl\:hover\:translate-x-32:hover {
    --tw-translate-x: 32px;
  }

  .xxl\:hover\:translate-x-35:hover {
    --tw-translate-x: 35px;
  }

  .xxl\:hover\:translate-x-36:hover {
    --tw-translate-x: 36px;
  }

  .xxl\:hover\:translate-x-37:hover {
    --tw-translate-x: 37px;
  }

  .xxl\:hover\:translate-x-39:hover {
    --tw-translate-x: 39px;
  }

  .xxl\:hover\:translate-x-40:hover {
    --tw-translate-x: 40px;
  }

  .xxl\:hover\:translate-x-47:hover {
    --tw-translate-x: 47px;
  }

  .xxl\:hover\:translate-x-50:hover {
    --tw-translate-x: 50px;
  }

  .xxl\:hover\:translate-x-56:hover {
    --tw-translate-x: 56px;
  }

  .xxl\:hover\:translate-x-64:hover {
    --tw-translate-x: 64px;
  }

  .xxl\:hover\:translate-x-70:hover {
    --tw-translate-x: 70px;
  }

  .xxl\:hover\:translate-x-72:hover {
    --tw-translate-x: 72px;
  }

  .xxl\:hover\:translate-x-75:hover {
    --tw-translate-x: 75px;
  }

  .xxl\:hover\:translate-x-80:hover {
    --tw-translate-x: 80px;
  }

  .xxl\:hover\:translate-x-83:hover {
    --tw-translate-x: 83px;
  }

  .xxl\:hover\:translate-x-100:hover {
    --tw-translate-x: 100px;
  }

  .xxl\:hover\:translate-x-118:hover {
    --tw-translate-x: 118px;
  }

  .xxl\:hover\:translate-x-130:hover {
    --tw-translate-x: 130px;
  }

  .xxl\:hover\:translate-x-150:hover {
    --tw-translate-x: 150px;
  }

  .xxl\:hover\:translate-x-180:hover {
    --tw-translate-x: 180px;
  }

  .xxl\:hover\:translate-x-213:hover {
    --tw-translate-x: 213px;
  }

  .xxl\:hover\:translate-x-225:hover {
    --tw-translate-x: 225px;
  }

  .xxl\:hover\:translate-x-250:hover {
    --tw-translate-x: 250px;
  }

  .xxl\:hover\:translate-x-300:hover {
    --tw-translate-x: 300px;
  }

  .xxl\:hover\:translate-x-320:hover {
    --tw-translate-x: 320px;
  }

  .xxl\:hover\:translate-x-345:hover {
    --tw-translate-x: 345px;
  }

  .xxl\:hover\:translate-x-485:hover {
    --tw-translate-x: 485px;
  }

  .xxl\:hover\:translate-x-px:hover {
    --tw-translate-x: 1px;
  }

  .xxl\:hover\:-translate-x-135:hover {
    --tw-translate-x: -135px;
  }

  .xxl\:hover\:translate-x-0p:hover {
    --tw-translate-x: 0%;
  }

  .xxl\:hover\:translate-x-5p:hover {
    --tw-translate-x: 5%;
  }

  .xxl\:hover\:translate-x-10p:hover {
    --tw-translate-x: 10%;
  }

  .xxl\:hover\:translate-x-15p:hover {
    --tw-translate-x: 15%;
  }

  .xxl\:hover\:translate-x-20p:hover {
    --tw-translate-x: 20%;
  }

  .xxl\:hover\:translate-x-25p:hover {
    --tw-translate-x: 25%;
  }

  .xxl\:hover\:translate-x-30p:hover {
    --tw-translate-x: 30%;
  }

  .xxl\:hover\:translate-x-35p:hover {
    --tw-translate-x: 35%;
  }

  .xxl\:hover\:translate-x-40p:hover {
    --tw-translate-x: 40%;
  }

  .xxl\:hover\:translate-x-45p:hover {
    --tw-translate-x: 45%;
  }

  .xxl\:hover\:translate-x-50p:hover {
    --tw-translate-x: 50%;
  }

  .xxl\:hover\:translate-x-55p:hover {
    --tw-translate-x: 55%;
  }

  .xxl\:hover\:translate-x-60p:hover {
    --tw-translate-x: 60%;
  }

  .xxl\:hover\:translate-x-65p:hover {
    --tw-translate-x: 65%;
  }

  .xxl\:hover\:translate-x-70p:hover {
    --tw-translate-x: 70%;
  }

  .xxl\:hover\:translate-x-75p:hover {
    --tw-translate-x: 75%;
  }

  .xxl\:hover\:translate-x-80p:hover {
    --tw-translate-x: 80%;
  }

  .xxl\:hover\:translate-x-85p:hover {
    --tw-translate-x: 85%;
  }

  .xxl\:hover\:translate-x-90p:hover {
    --tw-translate-x: 90%;
  }

  .xxl\:hover\:translate-x-95p:hover {
    --tw-translate-x: 95%;
  }

  .xxl\:hover\:translate-x-100p:hover {
    --tw-translate-x: 100%;
  }

  .xxl\:hover\:translate-x-66\.5p:hover {
    --tw-translate-x: 66.5%;
  }

  .xxl\:hover\:translate-x-67\.5p:hover {
    --tw-translate-x: 67.5%;
  }

  .xxl\:hover\:-translate-x-0:hover {
    --tw-translate-x: 0px;
  }

  .xxl\:hover\:-translate-x-3:hover {
    --tw-translate-x: -3px;
  }

  .xxl\:hover\:-translate-x-5:hover {
    --tw-translate-x: -5px;
  }

  .xxl\:hover\:-translate-x-8:hover {
    --tw-translate-x: -8px;
  }

  .xxl\:hover\:-translate-x-10:hover {
    --tw-translate-x: -10px;
  }

  .xxl\:hover\:-translate-x-12:hover {
    --tw-translate-x: -12px;
  }

  .xxl\:hover\:-translate-x-14:hover {
    --tw-translate-x: -14px;
  }

  .xxl\:hover\:-translate-x-15:hover {
    --tw-translate-x: -15px;
  }

  .xxl\:hover\:-translate-x-16:hover {
    --tw-translate-x: -16px;
  }

  .xxl\:hover\:-translate-x-20:hover {
    --tw-translate-x: -20px;
  }

  .xxl\:hover\:-translate-x-24:hover {
    --tw-translate-x: -24px;
  }

  .xxl\:hover\:-translate-x-28:hover {
    --tw-translate-x: -28px;
  }

  .xxl\:hover\:-translate-x-29:hover {
    --tw-translate-x: -29px;
  }

  .xxl\:hover\:-translate-x-30:hover {
    --tw-translate-x: -30px;
  }

  .xxl\:hover\:-translate-x-32:hover {
    --tw-translate-x: -32px;
  }

  .xxl\:hover\:-translate-x-35:hover {
    --tw-translate-x: -35px;
  }

  .xxl\:hover\:-translate-x-36:hover {
    --tw-translate-x: -36px;
  }

  .xxl\:hover\:-translate-x-37:hover {
    --tw-translate-x: -37px;
  }

  .xxl\:hover\:-translate-x-39:hover {
    --tw-translate-x: -39px;
  }

  .xxl\:hover\:-translate-x-40:hover {
    --tw-translate-x: -40px;
  }

  .xxl\:hover\:-translate-x-47:hover {
    --tw-translate-x: -47px;
  }

  .xxl\:hover\:-translate-x-50:hover {
    --tw-translate-x: -50px;
  }

  .xxl\:hover\:-translate-x-56:hover {
    --tw-translate-x: -56px;
  }

  .xxl\:hover\:-translate-x-64:hover {
    --tw-translate-x: -64px;
  }

  .xxl\:hover\:-translate-x-70:hover {
    --tw-translate-x: -70px;
  }

  .xxl\:hover\:-translate-x-72:hover {
    --tw-translate-x: -72px;
  }

  .xxl\:hover\:-translate-x-75:hover {
    --tw-translate-x: -75px;
  }

  .xxl\:hover\:-translate-x-80:hover {
    --tw-translate-x: -80px;
  }

  .xxl\:hover\:-translate-x-83:hover {
    --tw-translate-x: -83px;
  }

  .xxl\:hover\:-translate-x-100:hover {
    --tw-translate-x: -100px;
  }

  .xxl\:hover\:-translate-x-118:hover {
    --tw-translate-x: -118px;
  }

  .xxl\:hover\:-translate-x-130:hover {
    --tw-translate-x: -130px;
  }

  .xxl\:hover\:-translate-x-150:hover {
    --tw-translate-x: -150px;
  }

  .xxl\:hover\:-translate-x-180:hover {
    --tw-translate-x: -180px;
  }

  .xxl\:hover\:-translate-x-213:hover {
    --tw-translate-x: -213px;
  }

  .xxl\:hover\:-translate-x-225:hover {
    --tw-translate-x: -225px;
  }

  .xxl\:hover\:-translate-x-250:hover {
    --tw-translate-x: -250px;
  }

  .xxl\:hover\:-translate-x-300:hover {
    --tw-translate-x: -300px;
  }

  .xxl\:hover\:-translate-x-320:hover {
    --tw-translate-x: -320px;
  }

  .xxl\:hover\:-translate-x-345:hover {
    --tw-translate-x: -345px;
  }

  .xxl\:hover\:-translate-x-485:hover {
    --tw-translate-x: -485px;
  }

  .xxl\:hover\:-translate-x-px:hover {
    --tw-translate-x: -1px;
  }

  .xxl\:hover\:-translate-x--135:hover {
    --tw-translate-x: 135px;
  }

  .xxl\:hover\:-translate-x-0p:hover {
    --tw-translate-x: 0%;
  }

  .xxl\:hover\:-translate-x-5p:hover {
    --tw-translate-x: -5%;
  }

  .xxl\:hover\:-translate-x-10p:hover {
    --tw-translate-x: -10%;
  }

  .xxl\:hover\:-translate-x-15p:hover {
    --tw-translate-x: -15%;
  }

  .xxl\:hover\:-translate-x-20p:hover {
    --tw-translate-x: -20%;
  }

  .xxl\:hover\:-translate-x-25p:hover {
    --tw-translate-x: -25%;
  }

  .xxl\:hover\:-translate-x-30p:hover {
    --tw-translate-x: -30%;
  }

  .xxl\:hover\:-translate-x-35p:hover {
    --tw-translate-x: -35%;
  }

  .xxl\:hover\:-translate-x-40p:hover {
    --tw-translate-x: -40%;
  }

  .xxl\:hover\:-translate-x-45p:hover {
    --tw-translate-x: -45%;
  }

  .xxl\:hover\:-translate-x-50p:hover {
    --tw-translate-x: -50%;
  }

  .xxl\:hover\:-translate-x-55p:hover {
    --tw-translate-x: -55%;
  }

  .xxl\:hover\:-translate-x-60p:hover {
    --tw-translate-x: -60%;
  }

  .xxl\:hover\:-translate-x-65p:hover {
    --tw-translate-x: -65%;
  }

  .xxl\:hover\:-translate-x-70p:hover {
    --tw-translate-x: -70%;
  }

  .xxl\:hover\:-translate-x-75p:hover {
    --tw-translate-x: -75%;
  }

  .xxl\:hover\:-translate-x-80p:hover {
    --tw-translate-x: -80%;
  }

  .xxl\:hover\:-translate-x-85p:hover {
    --tw-translate-x: -85%;
  }

  .xxl\:hover\:-translate-x-90p:hover {
    --tw-translate-x: -90%;
  }

  .xxl\:hover\:-translate-x-95p:hover {
    --tw-translate-x: -95%;
  }

  .xxl\:hover\:-translate-x-100p:hover {
    --tw-translate-x: -100%;
  }

  .xxl\:hover\:-translate-x-66\.5p:hover {
    --tw-translate-x: -66.5%;
  }

  .xxl\:hover\:-translate-x-67\.5p:hover {
    --tw-translate-x: -67.5%;
  }

  .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-3:hover {
    --tw-translate-y: 3px;
  }

  .xxl\:hover\:translate-y-5:hover {
    --tw-translate-y: 5px;
  }

  .xxl\:hover\:translate-y-8:hover {
    --tw-translate-y: 8px;
  }

  .xxl\:hover\:translate-y-10:hover {
    --tw-translate-y: 10px;
  }

  .xxl\:hover\:translate-y-12:hover {
    --tw-translate-y: 12px;
  }

  .xxl\:hover\:translate-y-14:hover {
    --tw-translate-y: 14px;
  }

  .xxl\:hover\:translate-y-15:hover {
    --tw-translate-y: 15px;
  }

  .xxl\:hover\:translate-y-16:hover {
    --tw-translate-y: 16px;
  }

  .xxl\:hover\:translate-y-20:hover {
    --tw-translate-y: 20px;
  }

  .xxl\:hover\:translate-y-24:hover {
    --tw-translate-y: 24px;
  }

  .xxl\:hover\:translate-y-28:hover {
    --tw-translate-y: 28px;
  }

  .xxl\:hover\:translate-y-29:hover {
    --tw-translate-y: 29px;
  }

  .xxl\:hover\:translate-y-30:hover {
    --tw-translate-y: 30px;
  }

  .xxl\:hover\:translate-y-32:hover {
    --tw-translate-y: 32px;
  }

  .xxl\:hover\:translate-y-35:hover {
    --tw-translate-y: 35px;
  }

  .xxl\:hover\:translate-y-36:hover {
    --tw-translate-y: 36px;
  }

  .xxl\:hover\:translate-y-37:hover {
    --tw-translate-y: 37px;
  }

  .xxl\:hover\:translate-y-39:hover {
    --tw-translate-y: 39px;
  }

  .xxl\:hover\:translate-y-40:hover {
    --tw-translate-y: 40px;
  }

  .xxl\:hover\:translate-y-47:hover {
    --tw-translate-y: 47px;
  }

  .xxl\:hover\:translate-y-50:hover {
    --tw-translate-y: 50px;
  }

  .xxl\:hover\:translate-y-56:hover {
    --tw-translate-y: 56px;
  }

  .xxl\:hover\:translate-y-64:hover {
    --tw-translate-y: 64px;
  }

  .xxl\:hover\:translate-y-70:hover {
    --tw-translate-y: 70px;
  }

  .xxl\:hover\:translate-y-72:hover {
    --tw-translate-y: 72px;
  }

  .xxl\:hover\:translate-y-75:hover {
    --tw-translate-y: 75px;
  }

  .xxl\:hover\:translate-y-80:hover {
    --tw-translate-y: 80px;
  }

  .xxl\:hover\:translate-y-83:hover {
    --tw-translate-y: 83px;
  }

  .xxl\:hover\:translate-y-100:hover {
    --tw-translate-y: 100px;
  }

  .xxl\:hover\:translate-y-118:hover {
    --tw-translate-y: 118px;
  }

  .xxl\:hover\:translate-y-130:hover {
    --tw-translate-y: 130px;
  }

  .xxl\:hover\:translate-y-150:hover {
    --tw-translate-y: 150px;
  }

  .xxl\:hover\:translate-y-180:hover {
    --tw-translate-y: 180px;
  }

  .xxl\:hover\:translate-y-213:hover {
    --tw-translate-y: 213px;
  }

  .xxl\:hover\:translate-y-225:hover {
    --tw-translate-y: 225px;
  }

  .xxl\:hover\:translate-y-250:hover {
    --tw-translate-y: 250px;
  }

  .xxl\:hover\:translate-y-300:hover {
    --tw-translate-y: 300px;
  }

  .xxl\:hover\:translate-y-320:hover {
    --tw-translate-y: 320px;
  }

  .xxl\:hover\:translate-y-345:hover {
    --tw-translate-y: 345px;
  }

  .xxl\:hover\:translate-y-485:hover {
    --tw-translate-y: 485px;
  }

  .xxl\:hover\:translate-y-px:hover {
    --tw-translate-y: 1px;
  }

  .xxl\:hover\:-translate-y-135:hover {
    --tw-translate-y: -135px;
  }

  .xxl\:hover\:translate-y-0p:hover {
    --tw-translate-y: 0%;
  }

  .xxl\:hover\:translate-y-5p:hover {
    --tw-translate-y: 5%;
  }

  .xxl\:hover\:translate-y-10p:hover {
    --tw-translate-y: 10%;
  }

  .xxl\:hover\:translate-y-15p:hover {
    --tw-translate-y: 15%;
  }

  .xxl\:hover\:translate-y-20p:hover {
    --tw-translate-y: 20%;
  }

  .xxl\:hover\:translate-y-25p:hover {
    --tw-translate-y: 25%;
  }

  .xxl\:hover\:translate-y-30p:hover {
    --tw-translate-y: 30%;
  }

  .xxl\:hover\:translate-y-35p:hover {
    --tw-translate-y: 35%;
  }

  .xxl\:hover\:translate-y-40p:hover {
    --tw-translate-y: 40%;
  }

  .xxl\:hover\:translate-y-45p:hover {
    --tw-translate-y: 45%;
  }

  .xxl\:hover\:translate-y-50p:hover {
    --tw-translate-y: 50%;
  }

  .xxl\:hover\:translate-y-55p:hover {
    --tw-translate-y: 55%;
  }

  .xxl\:hover\:translate-y-60p:hover {
    --tw-translate-y: 60%;
  }

  .xxl\:hover\:translate-y-65p:hover {
    --tw-translate-y: 65%;
  }

  .xxl\:hover\:translate-y-70p:hover {
    --tw-translate-y: 70%;
  }

  .xxl\:hover\:translate-y-75p:hover {
    --tw-translate-y: 75%;
  }

  .xxl\:hover\:translate-y-80p:hover {
    --tw-translate-y: 80%;
  }

  .xxl\:hover\:translate-y-85p:hover {
    --tw-translate-y: 85%;
  }

  .xxl\:hover\:translate-y-90p:hover {
    --tw-translate-y: 90%;
  }

  .xxl\:hover\:translate-y-95p:hover {
    --tw-translate-y: 95%;
  }

  .xxl\:hover\:translate-y-100p:hover {
    --tw-translate-y: 100%;
  }

  .xxl\:hover\:translate-y-66\.5p:hover {
    --tw-translate-y: 66.5%;
  }

  .xxl\:hover\:translate-y-67\.5p:hover {
    --tw-translate-y: 67.5%;
  }

  .xxl\:hover\:-translate-y-0:hover {
    --tw-translate-y: 0px;
  }

  .xxl\:hover\:-translate-y-3:hover {
    --tw-translate-y: -3px;
  }

  .xxl\:hover\:-translate-y-5:hover {
    --tw-translate-y: -5px;
  }

  .xxl\:hover\:-translate-y-8:hover {
    --tw-translate-y: -8px;
  }

  .xxl\:hover\:-translate-y-10:hover {
    --tw-translate-y: -10px;
  }

  .xxl\:hover\:-translate-y-12:hover {
    --tw-translate-y: -12px;
  }

  .xxl\:hover\:-translate-y-14:hover {
    --tw-translate-y: -14px;
  }

  .xxl\:hover\:-translate-y-15:hover {
    --tw-translate-y: -15px;
  }

  .xxl\:hover\:-translate-y-16:hover {
    --tw-translate-y: -16px;
  }

  .xxl\:hover\:-translate-y-20:hover {
    --tw-translate-y: -20px;
  }

  .xxl\:hover\:-translate-y-24:hover {
    --tw-translate-y: -24px;
  }

  .xxl\:hover\:-translate-y-28:hover {
    --tw-translate-y: -28px;
  }

  .xxl\:hover\:-translate-y-29:hover {
    --tw-translate-y: -29px;
  }

  .xxl\:hover\:-translate-y-30:hover {
    --tw-translate-y: -30px;
  }

  .xxl\:hover\:-translate-y-32:hover {
    --tw-translate-y: -32px;
  }

  .xxl\:hover\:-translate-y-35:hover {
    --tw-translate-y: -35px;
  }

  .xxl\:hover\:-translate-y-36:hover {
    --tw-translate-y: -36px;
  }

  .xxl\:hover\:-translate-y-37:hover {
    --tw-translate-y: -37px;
  }

  .xxl\:hover\:-translate-y-39:hover {
    --tw-translate-y: -39px;
  }

  .xxl\:hover\:-translate-y-40:hover {
    --tw-translate-y: -40px;
  }

  .xxl\:hover\:-translate-y-47:hover {
    --tw-translate-y: -47px;
  }

  .xxl\:hover\:-translate-y-50:hover {
    --tw-translate-y: -50px;
  }

  .xxl\:hover\:-translate-y-56:hover {
    --tw-translate-y: -56px;
  }

  .xxl\:hover\:-translate-y-64:hover {
    --tw-translate-y: -64px;
  }

  .xxl\:hover\:-translate-y-70:hover {
    --tw-translate-y: -70px;
  }

  .xxl\:hover\:-translate-y-72:hover {
    --tw-translate-y: -72px;
  }

  .xxl\:hover\:-translate-y-75:hover {
    --tw-translate-y: -75px;
  }

  .xxl\:hover\:-translate-y-80:hover {
    --tw-translate-y: -80px;
  }

  .xxl\:hover\:-translate-y-83:hover {
    --tw-translate-y: -83px;
  }

  .xxl\:hover\:-translate-y-100:hover {
    --tw-translate-y: -100px;
  }

  .xxl\:hover\:-translate-y-118:hover {
    --tw-translate-y: -118px;
  }

  .xxl\:hover\:-translate-y-130:hover {
    --tw-translate-y: -130px;
  }

  .xxl\:hover\:-translate-y-150:hover {
    --tw-translate-y: -150px;
  }

  .xxl\:hover\:-translate-y-180:hover {
    --tw-translate-y: -180px;
  }

  .xxl\:hover\:-translate-y-213:hover {
    --tw-translate-y: -213px;
  }

  .xxl\:hover\:-translate-y-225:hover {
    --tw-translate-y: -225px;
  }

  .xxl\:hover\:-translate-y-250:hover {
    --tw-translate-y: -250px;
  }

  .xxl\:hover\:-translate-y-300:hover {
    --tw-translate-y: -300px;
  }

  .xxl\:hover\:-translate-y-320:hover {
    --tw-translate-y: -320px;
  }

  .xxl\:hover\:-translate-y-345:hover {
    --tw-translate-y: -345px;
  }

  .xxl\:hover\:-translate-y-485:hover {
    --tw-translate-y: -485px;
  }

  .xxl\:hover\:-translate-y-px:hover {
    --tw-translate-y: -1px;
  }

  .xxl\:hover\:-translate-y--135:hover {
    --tw-translate-y: 135px;
  }

  .xxl\:hover\:-translate-y-0p:hover {
    --tw-translate-y: 0%;
  }

  .xxl\:hover\:-translate-y-5p:hover {
    --tw-translate-y: -5%;
  }

  .xxl\:hover\:-translate-y-10p:hover {
    --tw-translate-y: -10%;
  }

  .xxl\:hover\:-translate-y-15p:hover {
    --tw-translate-y: -15%;
  }

  .xxl\:hover\:-translate-y-20p:hover {
    --tw-translate-y: -20%;
  }

  .xxl\:hover\:-translate-y-25p:hover {
    --tw-translate-y: -25%;
  }

  .xxl\:hover\:-translate-y-30p:hover {
    --tw-translate-y: -30%;
  }

  .xxl\:hover\:-translate-y-35p:hover {
    --tw-translate-y: -35%;
  }

  .xxl\:hover\:-translate-y-40p:hover {
    --tw-translate-y: -40%;
  }

  .xxl\:hover\:-translate-y-45p:hover {
    --tw-translate-y: -45%;
  }

  .xxl\:hover\:-translate-y-50p:hover {
    --tw-translate-y: -50%;
  }

  .xxl\:hover\:-translate-y-55p:hover {
    --tw-translate-y: -55%;
  }

  .xxl\:hover\:-translate-y-60p:hover {
    --tw-translate-y: -60%;
  }

  .xxl\:hover\:-translate-y-65p:hover {
    --tw-translate-y: -65%;
  }

  .xxl\:hover\:-translate-y-70p:hover {
    --tw-translate-y: -70%;
  }

  .xxl\:hover\:-translate-y-75p:hover {
    --tw-translate-y: -75%;
  }

  .xxl\:hover\:-translate-y-80p:hover {
    --tw-translate-y: -80%;
  }

  .xxl\:hover\:-translate-y-85p:hover {
    --tw-translate-y: -85%;
  }

  .xxl\:hover\:-translate-y-90p:hover {
    --tw-translate-y: -90%;
  }

  .xxl\:hover\:-translate-y-95p:hover {
    --tw-translate-y: -95%;
  }

  .xxl\:hover\:-translate-y-100p:hover {
    --tw-translate-y: -100%;
  }

  .xxl\:hover\:-translate-y-66\.5p:hover {
    --tw-translate-y: -66.5%;
  }

  .xxl\:hover\:-translate-y-67\.5p:hover {
    --tw-translate-y: -67.5%;
  }

  .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-3:focus {
    --tw-translate-x: 3px;
  }

  .xxl\:focus\:translate-x-5:focus {
    --tw-translate-x: 5px;
  }

  .xxl\:focus\:translate-x-8:focus {
    --tw-translate-x: 8px;
  }

  .xxl\:focus\:translate-x-10:focus {
    --tw-translate-x: 10px;
  }

  .xxl\:focus\:translate-x-12:focus {
    --tw-translate-x: 12px;
  }

  .xxl\:focus\:translate-x-14:focus {
    --tw-translate-x: 14px;
  }

  .xxl\:focus\:translate-x-15:focus {
    --tw-translate-x: 15px;
  }

  .xxl\:focus\:translate-x-16:focus {
    --tw-translate-x: 16px;
  }

  .xxl\:focus\:translate-x-20:focus {
    --tw-translate-x: 20px;
  }

  .xxl\:focus\:translate-x-24:focus {
    --tw-translate-x: 24px;
  }

  .xxl\:focus\:translate-x-28:focus {
    --tw-translate-x: 28px;
  }

  .xxl\:focus\:translate-x-29:focus {
    --tw-translate-x: 29px;
  }

  .xxl\:focus\:translate-x-30:focus {
    --tw-translate-x: 30px;
  }

  .xxl\:focus\:translate-x-32:focus {
    --tw-translate-x: 32px;
  }

  .xxl\:focus\:translate-x-35:focus {
    --tw-translate-x: 35px;
  }

  .xxl\:focus\:translate-x-36:focus {
    --tw-translate-x: 36px;
  }

  .xxl\:focus\:translate-x-37:focus {
    --tw-translate-x: 37px;
  }

  .xxl\:focus\:translate-x-39:focus {
    --tw-translate-x: 39px;
  }

  .xxl\:focus\:translate-x-40:focus {
    --tw-translate-x: 40px;
  }

  .xxl\:focus\:translate-x-47:focus {
    --tw-translate-x: 47px;
  }

  .xxl\:focus\:translate-x-50:focus {
    --tw-translate-x: 50px;
  }

  .xxl\:focus\:translate-x-56:focus {
    --tw-translate-x: 56px;
  }

  .xxl\:focus\:translate-x-64:focus {
    --tw-translate-x: 64px;
  }

  .xxl\:focus\:translate-x-70:focus {
    --tw-translate-x: 70px;
  }

  .xxl\:focus\:translate-x-72:focus {
    --tw-translate-x: 72px;
  }

  .xxl\:focus\:translate-x-75:focus {
    --tw-translate-x: 75px;
  }

  .xxl\:focus\:translate-x-80:focus {
    --tw-translate-x: 80px;
  }

  .xxl\:focus\:translate-x-83:focus {
    --tw-translate-x: 83px;
  }

  .xxl\:focus\:translate-x-100:focus {
    --tw-translate-x: 100px;
  }

  .xxl\:focus\:translate-x-118:focus {
    --tw-translate-x: 118px;
  }

  .xxl\:focus\:translate-x-130:focus {
    --tw-translate-x: 130px;
  }

  .xxl\:focus\:translate-x-150:focus {
    --tw-translate-x: 150px;
  }

  .xxl\:focus\:translate-x-180:focus {
    --tw-translate-x: 180px;
  }

  .xxl\:focus\:translate-x-213:focus {
    --tw-translate-x: 213px;
  }

  .xxl\:focus\:translate-x-225:focus {
    --tw-translate-x: 225px;
  }

  .xxl\:focus\:translate-x-250:focus {
    --tw-translate-x: 250px;
  }

  .xxl\:focus\:translate-x-300:focus {
    --tw-translate-x: 300px;
  }

  .xxl\:focus\:translate-x-320:focus {
    --tw-translate-x: 320px;
  }

  .xxl\:focus\:translate-x-345:focus {
    --tw-translate-x: 345px;
  }

  .xxl\:focus\:translate-x-485:focus {
    --tw-translate-x: 485px;
  }

  .xxl\:focus\:translate-x-px:focus {
    --tw-translate-x: 1px;
  }

  .xxl\:focus\:-translate-x-135:focus {
    --tw-translate-x: -135px;
  }

  .xxl\:focus\:translate-x-0p:focus {
    --tw-translate-x: 0%;
  }

  .xxl\:focus\:translate-x-5p:focus {
    --tw-translate-x: 5%;
  }

  .xxl\:focus\:translate-x-10p:focus {
    --tw-translate-x: 10%;
  }

  .xxl\:focus\:translate-x-15p:focus {
    --tw-translate-x: 15%;
  }

  .xxl\:focus\:translate-x-20p:focus {
    --tw-translate-x: 20%;
  }

  .xxl\:focus\:translate-x-25p:focus {
    --tw-translate-x: 25%;
  }

  .xxl\:focus\:translate-x-30p:focus {
    --tw-translate-x: 30%;
  }

  .xxl\:focus\:translate-x-35p:focus {
    --tw-translate-x: 35%;
  }

  .xxl\:focus\:translate-x-40p:focus {
    --tw-translate-x: 40%;
  }

  .xxl\:focus\:translate-x-45p:focus {
    --tw-translate-x: 45%;
  }

  .xxl\:focus\:translate-x-50p:focus {
    --tw-translate-x: 50%;
  }

  .xxl\:focus\:translate-x-55p:focus {
    --tw-translate-x: 55%;
  }

  .xxl\:focus\:translate-x-60p:focus {
    --tw-translate-x: 60%;
  }

  .xxl\:focus\:translate-x-65p:focus {
    --tw-translate-x: 65%;
  }

  .xxl\:focus\:translate-x-70p:focus {
    --tw-translate-x: 70%;
  }

  .xxl\:focus\:translate-x-75p:focus {
    --tw-translate-x: 75%;
  }

  .xxl\:focus\:translate-x-80p:focus {
    --tw-translate-x: 80%;
  }

  .xxl\:focus\:translate-x-85p:focus {
    --tw-translate-x: 85%;
  }

  .xxl\:focus\:translate-x-90p:focus {
    --tw-translate-x: 90%;
  }

  .xxl\:focus\:translate-x-95p:focus {
    --tw-translate-x: 95%;
  }

  .xxl\:focus\:translate-x-100p:focus {
    --tw-translate-x: 100%;
  }

  .xxl\:focus\:translate-x-66\.5p:focus {
    --tw-translate-x: 66.5%;
  }

  .xxl\:focus\:translate-x-67\.5p:focus {
    --tw-translate-x: 67.5%;
  }

  .xxl\:focus\:-translate-x-0:focus {
    --tw-translate-x: 0px;
  }

  .xxl\:focus\:-translate-x-3:focus {
    --tw-translate-x: -3px;
  }

  .xxl\:focus\:-translate-x-5:focus {
    --tw-translate-x: -5px;
  }

  .xxl\:focus\:-translate-x-8:focus {
    --tw-translate-x: -8px;
  }

  .xxl\:focus\:-translate-x-10:focus {
    --tw-translate-x: -10px;
  }

  .xxl\:focus\:-translate-x-12:focus {
    --tw-translate-x: -12px;
  }

  .xxl\:focus\:-translate-x-14:focus {
    --tw-translate-x: -14px;
  }

  .xxl\:focus\:-translate-x-15:focus {
    --tw-translate-x: -15px;
  }

  .xxl\:focus\:-translate-x-16:focus {
    --tw-translate-x: -16px;
  }

  .xxl\:focus\:-translate-x-20:focus {
    --tw-translate-x: -20px;
  }

  .xxl\:focus\:-translate-x-24:focus {
    --tw-translate-x: -24px;
  }

  .xxl\:focus\:-translate-x-28:focus {
    --tw-translate-x: -28px;
  }

  .xxl\:focus\:-translate-x-29:focus {
    --tw-translate-x: -29px;
  }

  .xxl\:focus\:-translate-x-30:focus {
    --tw-translate-x: -30px;
  }

  .xxl\:focus\:-translate-x-32:focus {
    --tw-translate-x: -32px;
  }

  .xxl\:focus\:-translate-x-35:focus {
    --tw-translate-x: -35px;
  }

  .xxl\:focus\:-translate-x-36:focus {
    --tw-translate-x: -36px;
  }

  .xxl\:focus\:-translate-x-37:focus {
    --tw-translate-x: -37px;
  }

  .xxl\:focus\:-translate-x-39:focus {
    --tw-translate-x: -39px;
  }

  .xxl\:focus\:-translate-x-40:focus {
    --tw-translate-x: -40px;
  }

  .xxl\:focus\:-translate-x-47:focus {
    --tw-translate-x: -47px;
  }

  .xxl\:focus\:-translate-x-50:focus {
    --tw-translate-x: -50px;
  }

  .xxl\:focus\:-translate-x-56:focus {
    --tw-translate-x: -56px;
  }

  .xxl\:focus\:-translate-x-64:focus {
    --tw-translate-x: -64px;
  }

  .xxl\:focus\:-translate-x-70:focus {
    --tw-translate-x: -70px;
  }

  .xxl\:focus\:-translate-x-72:focus {
    --tw-translate-x: -72px;
  }

  .xxl\:focus\:-translate-x-75:focus {
    --tw-translate-x: -75px;
  }

  .xxl\:focus\:-translate-x-80:focus {
    --tw-translate-x: -80px;
  }

  .xxl\:focus\:-translate-x-83:focus {
    --tw-translate-x: -83px;
  }

  .xxl\:focus\:-translate-x-100:focus {
    --tw-translate-x: -100px;
  }

  .xxl\:focus\:-translate-x-118:focus {
    --tw-translate-x: -118px;
  }

  .xxl\:focus\:-translate-x-130:focus {
    --tw-translate-x: -130px;
  }

  .xxl\:focus\:-translate-x-150:focus {
    --tw-translate-x: -150px;
  }

  .xxl\:focus\:-translate-x-180:focus {
    --tw-translate-x: -180px;
  }

  .xxl\:focus\:-translate-x-213:focus {
    --tw-translate-x: -213px;
  }

  .xxl\:focus\:-translate-x-225:focus {
    --tw-translate-x: -225px;
  }

  .xxl\:focus\:-translate-x-250:focus {
    --tw-translate-x: -250px;
  }

  .xxl\:focus\:-translate-x-300:focus {
    --tw-translate-x: -300px;
  }

  .xxl\:focus\:-translate-x-320:focus {
    --tw-translate-x: -320px;
  }

  .xxl\:focus\:-translate-x-345:focus {
    --tw-translate-x: -345px;
  }

  .xxl\:focus\:-translate-x-485:focus {
    --tw-translate-x: -485px;
  }

  .xxl\:focus\:-translate-x-px:focus {
    --tw-translate-x: -1px;
  }

  .xxl\:focus\:-translate-x--135:focus {
    --tw-translate-x: 135px;
  }

  .xxl\:focus\:-translate-x-0p:focus {
    --tw-translate-x: 0%;
  }

  .xxl\:focus\:-translate-x-5p:focus {
    --tw-translate-x: -5%;
  }

  .xxl\:focus\:-translate-x-10p:focus {
    --tw-translate-x: -10%;
  }

  .xxl\:focus\:-translate-x-15p:focus {
    --tw-translate-x: -15%;
  }

  .xxl\:focus\:-translate-x-20p:focus {
    --tw-translate-x: -20%;
  }

  .xxl\:focus\:-translate-x-25p:focus {
    --tw-translate-x: -25%;
  }

  .xxl\:focus\:-translate-x-30p:focus {
    --tw-translate-x: -30%;
  }

  .xxl\:focus\:-translate-x-35p:focus {
    --tw-translate-x: -35%;
  }

  .xxl\:focus\:-translate-x-40p:focus {
    --tw-translate-x: -40%;
  }

  .xxl\:focus\:-translate-x-45p:focus {
    --tw-translate-x: -45%;
  }

  .xxl\:focus\:-translate-x-50p:focus {
    --tw-translate-x: -50%;
  }

  .xxl\:focus\:-translate-x-55p:focus {
    --tw-translate-x: -55%;
  }

  .xxl\:focus\:-translate-x-60p:focus {
    --tw-translate-x: -60%;
  }

  .xxl\:focus\:-translate-x-65p:focus {
    --tw-translate-x: -65%;
  }

  .xxl\:focus\:-translate-x-70p:focus {
    --tw-translate-x: -70%;
  }

  .xxl\:focus\:-translate-x-75p:focus {
    --tw-translate-x: -75%;
  }

  .xxl\:focus\:-translate-x-80p:focus {
    --tw-translate-x: -80%;
  }

  .xxl\:focus\:-translate-x-85p:focus {
    --tw-translate-x: -85%;
  }

  .xxl\:focus\:-translate-x-90p:focus {
    --tw-translate-x: -90%;
  }

  .xxl\:focus\:-translate-x-95p:focus {
    --tw-translate-x: -95%;
  }

  .xxl\:focus\:-translate-x-100p:focus {
    --tw-translate-x: -100%;
  }

  .xxl\:focus\:-translate-x-66\.5p:focus {
    --tw-translate-x: -66.5%;
  }

  .xxl\:focus\:-translate-x-67\.5p:focus {
    --tw-translate-x: -67.5%;
  }

  .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-3:focus {
    --tw-translate-y: 3px;
  }

  .xxl\:focus\:translate-y-5:focus {
    --tw-translate-y: 5px;
  }

  .xxl\:focus\:translate-y-8:focus {
    --tw-translate-y: 8px;
  }

  .xxl\:focus\:translate-y-10:focus {
    --tw-translate-y: 10px;
  }

  .xxl\:focus\:translate-y-12:focus {
    --tw-translate-y: 12px;
  }

  .xxl\:focus\:translate-y-14:focus {
    --tw-translate-y: 14px;
  }

  .xxl\:focus\:translate-y-15:focus {
    --tw-translate-y: 15px;
  }

  .xxl\:focus\:translate-y-16:focus {
    --tw-translate-y: 16px;
  }

  .xxl\:focus\:translate-y-20:focus {
    --tw-translate-y: 20px;
  }

  .xxl\:focus\:translate-y-24:focus {
    --tw-translate-y: 24px;
  }

  .xxl\:focus\:translate-y-28:focus {
    --tw-translate-y: 28px;
  }

  .xxl\:focus\:translate-y-29:focus {
    --tw-translate-y: 29px;
  }

  .xxl\:focus\:translate-y-30:focus {
    --tw-translate-y: 30px;
  }

  .xxl\:focus\:translate-y-32:focus {
    --tw-translate-y: 32px;
  }

  .xxl\:focus\:translate-y-35:focus {
    --tw-translate-y: 35px;
  }

  .xxl\:focus\:translate-y-36:focus {
    --tw-translate-y: 36px;
  }

  .xxl\:focus\:translate-y-37:focus {
    --tw-translate-y: 37px;
  }

  .xxl\:focus\:translate-y-39:focus {
    --tw-translate-y: 39px;
  }

  .xxl\:focus\:translate-y-40:focus {
    --tw-translate-y: 40px;
  }

  .xxl\:focus\:translate-y-47:focus {
    --tw-translate-y: 47px;
  }

  .xxl\:focus\:translate-y-50:focus {
    --tw-translate-y: 50px;
  }

  .xxl\:focus\:translate-y-56:focus {
    --tw-translate-y: 56px;
  }

  .xxl\:focus\:translate-y-64:focus {
    --tw-translate-y: 64px;
  }

  .xxl\:focus\:translate-y-70:focus {
    --tw-translate-y: 70px;
  }

  .xxl\:focus\:translate-y-72:focus {
    --tw-translate-y: 72px;
  }

  .xxl\:focus\:translate-y-75:focus {
    --tw-translate-y: 75px;
  }

  .xxl\:focus\:translate-y-80:focus {
    --tw-translate-y: 80px;
  }

  .xxl\:focus\:translate-y-83:focus {
    --tw-translate-y: 83px;
  }

  .xxl\:focus\:translate-y-100:focus {
    --tw-translate-y: 100px;
  }

  .xxl\:focus\:translate-y-118:focus {
    --tw-translate-y: 118px;
  }

  .xxl\:focus\:translate-y-130:focus {
    --tw-translate-y: 130px;
  }

  .xxl\:focus\:translate-y-150:focus {
    --tw-translate-y: 150px;
  }

  .xxl\:focus\:translate-y-180:focus {
    --tw-translate-y: 180px;
  }

  .xxl\:focus\:translate-y-213:focus {
    --tw-translate-y: 213px;
  }

  .xxl\:focus\:translate-y-225:focus {
    --tw-translate-y: 225px;
  }

  .xxl\:focus\:translate-y-250:focus {
    --tw-translate-y: 250px;
  }

  .xxl\:focus\:translate-y-300:focus {
    --tw-translate-y: 300px;
  }

  .xxl\:focus\:translate-y-320:focus {
    --tw-translate-y: 320px;
  }

  .xxl\:focus\:translate-y-345:focus {
    --tw-translate-y: 345px;
  }

  .xxl\:focus\:translate-y-485:focus {
    --tw-translate-y: 485px;
  }

  .xxl\:focus\:translate-y-px:focus {
    --tw-translate-y: 1px;
  }

  .xxl\:focus\:-translate-y-135:focus {
    --tw-translate-y: -135px;
  }

  .xxl\:focus\:translate-y-0p:focus {
    --tw-translate-y: 0%;
  }

  .xxl\:focus\:translate-y-5p:focus {
    --tw-translate-y: 5%;
  }

  .xxl\:focus\:translate-y-10p:focus {
    --tw-translate-y: 10%;
  }

  .xxl\:focus\:translate-y-15p:focus {
    --tw-translate-y: 15%;
  }

  .xxl\:focus\:translate-y-20p:focus {
    --tw-translate-y: 20%;
  }

  .xxl\:focus\:translate-y-25p:focus {
    --tw-translate-y: 25%;
  }

  .xxl\:focus\:translate-y-30p:focus {
    --tw-translate-y: 30%;
  }

  .xxl\:focus\:translate-y-35p:focus {
    --tw-translate-y: 35%;
  }

  .xxl\:focus\:translate-y-40p:focus {
    --tw-translate-y: 40%;
  }

  .xxl\:focus\:translate-y-45p:focus {
    --tw-translate-y: 45%;
  }

  .xxl\:focus\:translate-y-50p:focus {
    --tw-translate-y: 50%;
  }

  .xxl\:focus\:translate-y-55p:focus {
    --tw-translate-y: 55%;
  }

  .xxl\:focus\:translate-y-60p:focus {
    --tw-translate-y: 60%;
  }

  .xxl\:focus\:translate-y-65p:focus {
    --tw-translate-y: 65%;
  }

  .xxl\:focus\:translate-y-70p:focus {
    --tw-translate-y: 70%;
  }

  .xxl\:focus\:translate-y-75p:focus {
    --tw-translate-y: 75%;
  }

  .xxl\:focus\:translate-y-80p:focus {
    --tw-translate-y: 80%;
  }

  .xxl\:focus\:translate-y-85p:focus {
    --tw-translate-y: 85%;
  }

  .xxl\:focus\:translate-y-90p:focus {
    --tw-translate-y: 90%;
  }

  .xxl\:focus\:translate-y-95p:focus {
    --tw-translate-y: 95%;
  }

  .xxl\:focus\:translate-y-100p:focus {
    --tw-translate-y: 100%;
  }

  .xxl\:focus\:translate-y-66\.5p:focus {
    --tw-translate-y: 66.5%;
  }

  .xxl\:focus\:translate-y-67\.5p:focus {
    --tw-translate-y: 67.5%;
  }

  .xxl\:focus\:-translate-y-0:focus {
    --tw-translate-y: 0px;
  }

  .xxl\:focus\:-translate-y-3:focus {
    --tw-translate-y: -3px;
  }

  .xxl\:focus\:-translate-y-5:focus {
    --tw-translate-y: -5px;
  }

  .xxl\:focus\:-translate-y-8:focus {
    --tw-translate-y: -8px;
  }

  .xxl\:focus\:-translate-y-10:focus {
    --tw-translate-y: -10px;
  }

  .xxl\:focus\:-translate-y-12:focus {
    --tw-translate-y: -12px;
  }

  .xxl\:focus\:-translate-y-14:focus {
    --tw-translate-y: -14px;
  }

  .xxl\:focus\:-translate-y-15:focus {
    --tw-translate-y: -15px;
  }

  .xxl\:focus\:-translate-y-16:focus {
    --tw-translate-y: -16px;
  }

  .xxl\:focus\:-translate-y-20:focus {
    --tw-translate-y: -20px;
  }

  .xxl\:focus\:-translate-y-24:focus {
    --tw-translate-y: -24px;
  }

  .xxl\:focus\:-translate-y-28:focus {
    --tw-translate-y: -28px;
  }

  .xxl\:focus\:-translate-y-29:focus {
    --tw-translate-y: -29px;
  }

  .xxl\:focus\:-translate-y-30:focus {
    --tw-translate-y: -30px;
  }

  .xxl\:focus\:-translate-y-32:focus {
    --tw-translate-y: -32px;
  }

  .xxl\:focus\:-translate-y-35:focus {
    --tw-translate-y: -35px;
  }

  .xxl\:focus\:-translate-y-36:focus {
    --tw-translate-y: -36px;
  }

  .xxl\:focus\:-translate-y-37:focus {
    --tw-translate-y: -37px;
  }

  .xxl\:focus\:-translate-y-39:focus {
    --tw-translate-y: -39px;
  }

  .xxl\:focus\:-translate-y-40:focus {
    --tw-translate-y: -40px;
  }

  .xxl\:focus\:-translate-y-47:focus {
    --tw-translate-y: -47px;
  }

  .xxl\:focus\:-translate-y-50:focus {
    --tw-translate-y: -50px;
  }

  .xxl\:focus\:-translate-y-56:focus {
    --tw-translate-y: -56px;
  }

  .xxl\:focus\:-translate-y-64:focus {
    --tw-translate-y: -64px;
  }

  .xxl\:focus\:-translate-y-70:focus {
    --tw-translate-y: -70px;
  }

  .xxl\:focus\:-translate-y-72:focus {
    --tw-translate-y: -72px;
  }

  .xxl\:focus\:-translate-y-75:focus {
    --tw-translate-y: -75px;
  }

  .xxl\:focus\:-translate-y-80:focus {
    --tw-translate-y: -80px;
  }

  .xxl\:focus\:-translate-y-83:focus {
    --tw-translate-y: -83px;
  }

  .xxl\:focus\:-translate-y-100:focus {
    --tw-translate-y: -100px;
  }

  .xxl\:focus\:-translate-y-118:focus {
    --tw-translate-y: -118px;
  }

  .xxl\:focus\:-translate-y-130:focus {
    --tw-translate-y: -130px;
  }

  .xxl\:focus\:-translate-y-150:focus {
    --tw-translate-y: -150px;
  }

  .xxl\:focus\:-translate-y-180:focus {
    --tw-translate-y: -180px;
  }

  .xxl\:focus\:-translate-y-213:focus {
    --tw-translate-y: -213px;
  }

  .xxl\:focus\:-translate-y-225:focus {
    --tw-translate-y: -225px;
  }

  .xxl\:focus\:-translate-y-250:focus {
    --tw-translate-y: -250px;
  }

  .xxl\:focus\:-translate-y-300:focus {
    --tw-translate-y: -300px;
  }

  .xxl\:focus\:-translate-y-320:focus {
    --tw-translate-y: -320px;
  }

  .xxl\:focus\:-translate-y-345:focus {
    --tw-translate-y: -345px;
  }

  .xxl\:focus\:-translate-y-485:focus {
    --tw-translate-y: -485px;
  }

  .xxl\:focus\:-translate-y-px:focus {
    --tw-translate-y: -1px;
  }

  .xxl\:focus\:-translate-y--135:focus {
    --tw-translate-y: 135px;
  }

  .xxl\:focus\:-translate-y-0p:focus {
    --tw-translate-y: 0%;
  }

  .xxl\:focus\:-translate-y-5p:focus {
    --tw-translate-y: -5%;
  }

  .xxl\:focus\:-translate-y-10p:focus {
    --tw-translate-y: -10%;
  }

  .xxl\:focus\:-translate-y-15p:focus {
    --tw-translate-y: -15%;
  }

  .xxl\:focus\:-translate-y-20p:focus {
    --tw-translate-y: -20%;
  }

  .xxl\:focus\:-translate-y-25p:focus {
    --tw-translate-y: -25%;
  }

  .xxl\:focus\:-translate-y-30p:focus {
    --tw-translate-y: -30%;
  }

  .xxl\:focus\:-translate-y-35p:focus {
    --tw-translate-y: -35%;
  }

  .xxl\:focus\:-translate-y-40p:focus {
    --tw-translate-y: -40%;
  }

  .xxl\:focus\:-translate-y-45p:focus {
    --tw-translate-y: -45%;
  }

  .xxl\:focus\:-translate-y-50p:focus {
    --tw-translate-y: -50%;
  }

  .xxl\:focus\:-translate-y-55p:focus {
    --tw-translate-y: -55%;
  }

  .xxl\:focus\:-translate-y-60p:focus {
    --tw-translate-y: -60%;
  }

  .xxl\:focus\:-translate-y-65p:focus {
    --tw-translate-y: -65%;
  }

  .xxl\:focus\:-translate-y-70p:focus {
    --tw-translate-y: -70%;
  }

  .xxl\:focus\:-translate-y-75p:focus {
    --tw-translate-y: -75%;
  }

  .xxl\:focus\:-translate-y-80p:focus {
    --tw-translate-y: -80%;
  }

  .xxl\:focus\:-translate-y-85p:focus {
    --tw-translate-y: -85%;
  }

  .xxl\:focus\:-translate-y-90p:focus {
    --tw-translate-y: -90%;
  }

  .xxl\:focus\:-translate-y-95p:focus {
    --tw-translate-y: -95%;
  }

  .xxl\:focus\:-translate-y-100p:focus {
    --tw-translate-y: -100%;
  }

  .xxl\:focus\:-translate-y-66\.5p:focus {
    --tw-translate-y: -66.5%;
  }

  .xxl\:focus\:-translate-y-67\.5p:focus {
    --tw-translate-y: -67.5%;
  }

  .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;
  }

  .xxl\:aspect-ratio-none {
    padding-bottom: 0;
  }

  .xxl\:aspect-ratio-square {
    padding-bottom: 100%;
  }

  .xxl\:aspect-ratio-16\/9 {
    padding-bottom: 56.25%;
  }

  .xxl\:aspect-ratio-4\/3 {
    padding-bottom: 75%;
  }

  .xxl\:aspect-ratio-21\/9 {
    padding-bottom: 42.857142857142854%;
  }
}